-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.34 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
{
"name": "dragresize",
"version": "1.1.3",
"description": "",
"main": "./dist/dragresize.js",
"scripts": {
"start": "npm run dll && npm run dev",
"dev": "NODE_ENV=development webpack-dev-server",
"dll": "webpack --config webpack.dll.js -p",
"build": "webpack --config webpack.build.js -p"
},
"author": "",
"license": "ISC",
"peerDependencies": {
"react": "^15.x",
"react-dom": "^15.x"
},
"dependencies": {
"react": "^15.3.1",
"react-dom": "^15.3.1"
},
"devDependencies": {
"autoprefixer": "^6.4.0",
"babel-core": "^6.13.2",
"babel-eslint": "^6.1.2",
"babel-loader": "^6.2.4",
"babel-plugin-antd": "^0.4.1",
"babel-plugin-transform-object-rest-spread": "^6.8.0",
"babel-preset-es2015": "^6.13.2",
"babel-preset-react": "^6.11.1",
"css-loader": "^0.23.1",
"eslint": "^3.2.2",
"eslint-config-airbnb": "^10.0.0",
"eslint-plugin-import": "1.12.0",
"eslint-plugin-jsx-a11y": "^2.0.1",
"eslint-plugin-react": "^6.0.0",
"extract-text-webpack-plugin": "^1.0.1",
"html-loader": "^0.4.3",
"html-webpack-plugin": "^2.22.0",
"less": "^2.7.1",
"less-loader": "^2.2.3",
"postcss": "^5.1.2",
"postcss-loader": "^0.9.1",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7",
"webpack": "^4.41.2",
"webpack-dev-server": "^1.15.0"
}
}