-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
40 lines (40 loc) · 1.1 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
{
"name": "ReactAshemer",
"version": "1.0.0",
"description": "ReactAshemer",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack-dev-server",
"build": "webpack",
"build-dev": "webpack --progress --colors --watch",
"stats": "webpack --profile --json > stats.json"
},
"author": "glotainyy",
"license": "ISC",
"dependencies": {
"react": "16.4.0",
"react-draggable": "3.0.5",
"react-dom": "16.4.0",
"superagent": "3.8.2"
},
"devDependencies": {
"babel-core": "6.17.0",
"babel-loader": "7.1.4",
"babel-preset-es2015": "6.16.0",
"babel-preset-react": "6.16.0",
"clean-webpack-plugin": "0.1.13",
"css-loader": "0.25.0",
"extract-text-webpack-plugin": "3.0.2",
"html-loader": "0.4.4",
"html-webpack-plugin": "3.2.0",
"purifycss-webpack-plugin": "2.0.3",
"react-hot-loader": "3.0.0-beta.6",
"style-loader": "0.13.1",
"webpack": "4.8.3",
"webpack-cli": "2.1.4",
"webpack-dev-server": "3.1.4",
"webpack-merge": "4.1.2",
"webpack-validator": "3.0.1"
}
}