-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.04 KB
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 1.04 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
{
"name": "my-project",
"version": "1.0.0",
"description": "This is demo project",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack-dev-server --debug --hot --devtool eval-source-map --output-pathinfo --watch --colors --inline --content-base public --port 8090 --host 0.0.0.0"
},
"author": "Alexandr Kachkin",
"license": "Me",
"dependencies": {
"classnames": "^2.2.5",
"jquery": "*",
"material-ui": "^0.14.4",
"react": "^0.14.6",
"react-bootstrap": "^0.31.0",
"react-dom": "^0.14.6",
"react-router": "^2.8.1",
"react-tap-event-plugin": "^0.2.2"
},
"devDependencies": {
"autoprefixer-loader": "*",
"babel": "5.x",
"babel-loader": "5.*",
"css-loader": "^0.22.0",
"file-loader": "^0.8.5",
"json-loader": "^0.5.4",
"less": "^2.7.2",
"less-loader": "^4.0.3",
"react-hot-loader": "^1.3.0",
"style-loader": "^0.13.0",
"url-loader": "^0.5.6",
"webpack": "^2.4.1",
"webpack-dev-server": "^1.16.3"
}
}