-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.45 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.45 KB
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
{
"name": "reacting",
"version": "1.0.0",
"description": "hello, reacting",
"private": true,
"main": "index.js",
"scripts": {
"start": "npm run demo",
"demo": "webpack-dev-server --devtool eval-source-map --progress --color --history-api-fallback --config './webpack.config.demo.js' --mode development ",
"watch": "webpack --config webpack.config.js --mode development --watch --progress ",
"build": "webpack --config webpack.config.js --mode development ",
"build.demo": "webpack --config webpack.config.demo.js --mode development ",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "uptonking",
"license": "MIT",
"dependencies": {
"bulma": "^0.6.2",
"classnames": "^2.2.5",
"exenv": "^1.2.2",
"font-awesome": "^4.7.0",
"warning": "^3.0.0"
},
"devDependencies": {
"babel-loader": "^7.1.4",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"css-loader": "^0.28.11",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"file-loader": "^1.1.11",
"filemanager-webpack-plugin": "^1.0.26",
"image-webpack-loader": "^4.2.0",
"node-sass": "^4.8.3",
"prop-types": "^15.6.1",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"sass-loader": "^6.0.7",
"style-loader": "^0.20.3",
"transfer-webpack-plugin": "^0.1.4",
"url-loader": "^1.0.1",
"webpack": "^4.2.0",
"webpack-cli": "^2.0.13",
"webpack-dev-server": "^3.1.1"
}
}