-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
48 lines (48 loc) · 1.56 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
{
"name": "pengfeixc.com",
"version": "0.1.0",
"private": true,
"author": "Wang Pengfei <[email protected]> (http://pengfeixc.com/)",
"homepage": "https://pengfeiw.github.io/minicode",
"bugs": "https://github.com/pengfeiw/minicode/issues",
"description": "A minicode platform",
"keywords": ["3d", "web", "minicode", "grahpics"],
"scripts": {
"dev": "next dev",
"dev:debug": "node --inspect-brk=9300 ./node_modules/next/dist/bin/next -p 3100",
"build": "next build",
"export": "next export",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@chakra-ui/core": "^0.8.0",
"@chakra-ui/icons": "^1.0.16",
"@chakra-ui/react": "^1.6.9",
"@emotion/react": "^11.5.0",
"@emotion/styled": "^11.3.0",
"framer-motion": "^4.1.17",
"mitt": "^3.0.0",
"moment": "^2.29.1",
"next": "11.1.2",
"next-compose-plugins": "^2.2.1",
"next-seo": "^4.28.1",
"next-transpile-modules": "^8.0.0",
"polyfill-object.fromentries": "^1.0.1",
"rc-pagination": "^3.1.15",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-icons": "^4.3.1",
"sitemap": "^7.0.0"
},
"devDependencies": {
"@types/react": "17.0.27",
"eslint": "8.0.0",
"eslint-config-next": "11.1.2",
"glslify-import-loader": "^0.1.2",
"glslify-loader": "^2.0.0",
"raw-loader": "^4.0.2",
"typescript": "4.4.4",
"webpack-merge": "^5.8.0"
}
}