-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
56 lines (56 loc) · 1.53 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
54
55
56
{
"name": "next-antd-starter",
"version": "1.0.0",
"description": "An antd starter for create react app with next.js and ant design",
"main": "index.js",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"export": "next build && next export"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pixcai/next-antd-starter.git"
},
"keywords": [
"react",
"react-dom",
"antd",
"next.js"
],
"author": "pixcai<[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/pixcai/next-antd-starter/issues"
},
"homepage": "https://github.com/pixcai/next-antd-starter#readme",
"dependencies": {
"antd": "^3.0.0",
"next": "^4.2.0",
"prop-types": "^15.6.0",
"react": "^16.2.0",
"react-dom": "^16.2.0"
},
"devDependencies": {
"babel-loader": "^7.1.2",
"babel-plugin-import": "^1.6.3",
"babel-plugin-inline-dotenv": "^1.1.1",
"babel-plugin-module-resolver": "^3.0.0",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-inline-environment-variables": "^0.2.0",
"babel-plugin-wrap-in-js": "^1.1.1",
"babel-preset-env": "^1.6.1",
"babel-preset-stage-0": "^6.24.1",
"glob": "^7.1.2",
"less": "^2.7.3",
"less-loader": "^4.0.5",
"node-sass": "^4.7.2",
"postcss-easy-import": "^3.0.0",
"postcss-loader": "^2.0.9",
"raw-loader": "^0.5.1",
"sass-loader": "^6.0.6",
"styled-jsx-plugin-sass": "^0.2.2",
"webpack-bundle-analyzer": "^2.9.1"
}
}