-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
65 lines (65 loc) · 1.78 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
{
"name": "react-3g",
"version": "1.0.3",
"description": "基于react开发的基本组件库",
"main": "build/index.js",
"files": [
"build"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --config webpack.config.js --watch",
"dev": "webpack-dev-server --hot --inline",
"lint": "eslint lib/**; exit 0",
"lint:watch": "esw -w lib/**",
"prepublish": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ZJH9Rondo/React-3G.git"
},
"keywords": [
"React-3G"
],
"author": "zhongjiahao",
"license": "MIT",
"bugs": {
"url": "https://github.com/ZJH9Rondo/React-3G/issues"
},
"homepage": "https://github.com/ZJH9Rondo/React-3G#readme",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-eslint": "^8.2.3",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"eslint": "^4.19.1",
"eslint-plugin-import": "^2.11.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.7.0",
"eslint-watch": "^3.1.4",
"less": "^3.0.0-alpha.3",
"polished": "^1.9.2",
"prop-types": "^15.6.1",
"react": "^16.3.2",
"react-dom": "^16.3.2",
"styled-components": "^3.2.6",
"webpack-cli": "^2.0.15"
},
"dependencies": {
"autoprefixer": "^8.3.0",
"babel-loader": "^7.1.4",
"classnames": "^2.2.5",
"css-loader": "^0.28.11",
"extract-text-webpack-plugin": "^3.0.2",
"less-loader": "^4.1.0",
"postcss-loader": "^2.1.4",
"style-loader": "^0.21.0",
"url-loader": "^1.0.1",
"webpack": "^3.8.1",
"webpack-dev-middleware": "^1.10.1",
"webpack-dev-server": "^2.4.2",
"webpack-hot-middleware": "^2.18.0"
}
}