-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.42 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
50
51
52
53
{
"name": "next-ts-start",
"version": "1.0.0",
"description": "",
"main": "index.js",
"dependencies": {
"@zeit/next-less": "^1.0.1",
"antd": "^3.26.7",
"classnames": "^2.2.6",
"css-loader": "^3.4.2",
"dayjs": "^1.8.19",
"less": "^3.10.3",
"next": "^9.2.0",
"nprogress": "^0.2.0",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-ga": "^2.7.0",
"react-redux": "^7.1.3",
"redux": "^4.0.5",
"redux-logger": "^3.0.6",
"redux-persist": "^6.0.0",
"redux-thunk": "^2.3.0"
},
"devDependencies": {
"@types/classnames": "^2.2.6",
"@types/enzyme": "^3.1.10",
"@types/enzyme-adapter-react-16": "^1.0.2",
"@types/jest": "^24.0.11",
"@types/node": "^8.10.14",
"@types/react": "^16.7.13",
"@types/react-redux": "^6.0.0",
"@zeit/next-css": "^1.0.1",
"@zeit/next-typescript": "^1.1.1",
"babel-plugin-import": "^1.13.0",
"babel-plugin-transform-define": "^1.3.0",
"enzyme": "^3.11.0",
"less-vars-to-js": "^1.3.0",
"next-compose-plugins": "^2.2.0",
"postcss": "^7.0.5",
"postcss-preset-env": "^6.7.0",
"typescript": "^3.7.5",
"webpack-bundle-analyzer": "^3.6.0"
},
"scripts": {
"dev": "next -p 4000",
"build": "NODE_ENV=production next build",
"start": "npm run build && next start -p 4000",
"analyzer": "ANALYZE=true && npm run build "
},
"keywords": [],
"author": "jsl6",
"license": "ISC"
}