-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
72 lines (72 loc) · 2.06 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "pangpang",
"version": "0.1.0",
"license": "ISC",
"description": "pangpang-react-cli",
"author": "ChhXin",
"repository": "https://github.com/ChhXin/pangpang.git",
"scripts": {
"start": "node scripts/start.js",
"build": "node scripts/build.js",
"test": "node scripts/test.js --env=jsdom --colors"
},
"devDependencies": {
"@babel/core": "^7.3.3",
"@babel/preset-env": "^7.3.1",
"autoprefixer": "7.1.2",
"babel-core": "6.25.0",
"babel-jest": "20.0.3",
"babel-loader": "^7.1.5",
"babel-plugin-dynamic-import-webpack": "^1.1.0",
"babel-plugin-import": "^1.4.0",
"babel-preset-env": "^1.7.0",
"babel-preset-react-app": "^3.0.2",
"babel-runtime": "6.23.0",
"case-sensitive-paths-webpack-plugin": "2.1.1",
"css-loader": "0.28.4",
"eslint": "^5.9.0",
"file-loader": "0.11.2",
"fs-extra": "3.0.1",
"html-webpack-plugin": "^4.0.0-beta.5",
"jest": "20.0.4",
"jest-cli": "20.0.4",
"less": "^3.9.0",
"less-loader": "^4.1.0",
"mini-css-extract-plugin": "^0.5.0",
"node-sass": "^4.5.3",
"postcss-flexbugs-fixes": "3.2.0",
"postcss-loader": "2.0.6",
"sass-loader": "^6.0.6",
"style-loader": "0.18.2",
"uglifyjs-webpack-plugin": "^2.1.2",
"url-loader": "0.5.9",
"webpack": "^4.3.0",
"webpack-cli": "^3.2.3",
"webpack-dev-server": "^3.1.14",
"webpack-manifest-plugin": "^2.0.4"
},
"dependencies": {
"antd": "^3.11.2",
"chalk": "1.1.3",
"dotenv": "4.0.0",
"identity-obj-proxy": "^3.0.0",
"immutable": "^3.8.1",
"jquery": "^3.3.1",
"object-assign": "4.1.1",
"promise": "8.0.1",
"react": "^16.2.0",
"react-dev-utils": "^6.0.0",
"react-dom": "^16.2.0",
"react-error-overlay": "^1.0.10",
"react-redux": "^5.0.6",
"react-router-dom": "^4.1.2",
"react-test-renderer": "^16.6.3",
"redux": "^3.7.2",
"redux-immutable": "^4.0.0",
"redux-thunk": "^2.2.0",
"reqwest": "^2.0.5",
"sw-precache-webpack-plugin": "0.11.5",
"tiny-cookie": "^2.3.0",
"whatwg-fetch": "2.0.3"
}
}