-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.22 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
{
"name": "beat-ui",
"version": "0.0.3",
"description": "抱着学习的态度(beat-ui)",
"main": "dist/bundle.js",
"files": [
"dist"
],
"scripts": {
"build": "webpack --env.NODE_ENV=production",
"dev": "webpack-dev-server"
},
"dependencies": {
"classnames": "^2.2.6",
"prop-types": "15.6.0",
"react": "^16.2.0",
"react-dom": "16.7.0",
"react-icons": "^3.7.0"
},
"devDependencies": {
"@babel/core": "7.2.2",
"@babel/plugin-proposal-class-properties": "^7.4.4",
"@babel/preset-env": "7.2.3",
"@babel/preset-react": "7.0.0",
"babel-core": "^6.26.3",
"babel-eslint": "^10.0.1",
"babel-loader": "^8.0.5",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"css-loader": "0.28.9",
"eslint": "^5.16.0",
"eslint-loader": "^2.1.2",
"eslint-plugin-import": "^2.17.2",
"eslint-plugin-react": "^7.13.0",
"html-webpack-plugin": "3.2.0",
"less": "^3.9.0",
"less-loader": "^5.0.0",
"style-loader": "0.19.1",
"webpack": "4.29.0",
"webpack-cli": "^3.3.2",
"webpack-dev-server": "3.1.14",
"webpack-node-externals": "1.6.0"
},
"author": "",
"license": "ISC"
}