-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 918 Bytes
/
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
{
"name": "react-timesheets",
"version": "0.0.1",
"description": "Timesheets",
"main": "bundle.js",
"dependencies": {
"css-loader": "^0.25.0",
"react": "^15.3.2",
"react-dom": "^15.3.2",
"style-loader": "^0.13.1"
},
"devDependencies": {
"babel-core": "^6.18.0",
"babel-loader": "^6.2.7",
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.16.0",
"babel-preset-react-hmre": "^1.1.1",
"extract-text-webpack-plugin": "^1.0.1",
"http-server": "^0.9.0",
"jsx-loader": "^0.13.2",
"node-sass": "^3.10.1",
"react-hot-loader": "^3.0.0-beta.6",
"sass-loader": "^4.0.2",
"webpack": "^1.13.3"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"run-server": "http-server -p 3000 ",
"run-webpack": "webpack-dev-server --hot --inline --progress --colors"
},
"author": "Michael Awty",
"license": "ISC"
}