-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
49 lines (49 loc) · 1.37 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "ailabtelkom.github.io",
"version": "1.0.0-next",
"description": "ai landing page",
"main": "index.js",
"repository": "https://github.com/ailabtelkom/ailabtelkom.github.io.git",
"author": "svspicious <[email protected]>",
"license": "MIT",
"scripts": {
"dev": "next dev -p 3000",
"build": "next build",
"build:production": "next build && next export",
"start": "next start"
},
"dependencies": {
"@chakra-ui/react": "^1.6.4",
"@chakra-ui/system": "^1.7.1",
"@emotion/react": "^11.4.0",
"@emotion/styled": "^11.3.0",
"@mdx-js/loader": "^1.6.22",
"@next/mdx": "^9.5.5",
"axios": "^0.21.1",
"framer-motion": "^4.1.17",
"gray-matter": "^4.0.3",
"imagemin-gifsicle": "^7.0.0",
"imagemin-mozjpeg": "^9.0.0",
"imagemin-optipng": "^8.0.0",
"lqip-loader": "^2.2.1",
"next": "^11.0.1",
"next-compose-plugins": "^2.2.1",
"next-mdx-remote": "^1.0.1",
"next-optimized-images": "^2.6.2",
"next-seo": "^4.26.0",
"nextjs-redirect": "^5.0.2",
"nprogress": "^0.2.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-icons": "^3.11.0",
"react-markdown": "^4.3.1",
"react-syntax-highlighter": "^13.5.3",
"sass": "^1.35.2",
"swr": "^0.3.11",
"webp-loader": "^0.6.0",
"yarn": "^1.22.19"
},
"devDependencies": {
"serve": "^11.3.2"
}
}