forked from nchathu2014/gbts-hackthon-2018
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.09 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.09 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
{
"name": "simple-react-app",
"version": "1.0.0",
"description": "This is the reactjs seed",
"main": "index.js",
"scripts": {
"start": "webpack-dev-server",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nchathu2014/simple-react-app.git"
},
"author": "Nuwan Chathuranga T.D <nchathu2014@gmail.com> (https://mrudukanga.com)",
"license": "ISC",
"bugs": {
"url": "https://github.com/nchathu2014/simple-react-app/issues"
},
"homepage": "https://github.com/nchathu2014/simple-react-app#readme",
"dependencies": {
"material-ui": "^0.20.0",
"node-sass": "^4.7.2",
"react": "^16.1.1",
"react-accessible-accordion": "^1.0.2",
"react-dom": "^16.1.1",
"sass-loader": "^6.0.6"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"css-loader": "^0.28.7",
"path": "^0.12.7",
"style-loader": "^0.19.0",
"webpack": "^3.8.1",
"webpack-dev-server": "^2.9.4"
}
}