-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.02 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
{
"name": "reacttemplate",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "npm run build:development",
"build:development": "webpack -d",
"build:production": "NODE_ENV=production webpack -p",
"test": "browser-sync start --config bs-config.js"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/yuyaotsuka//reacttemplate.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/yuyaotsuka/reacttemplate/issues"
},
"homepage": "https://github.com/yuyaotsuka/reacttemplate#readme",
"devDependencies": {
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.9.0",
"babel-preset-react": "^6.5.0",
"browser-sync": "^2.12.10",
"connect-history-api-fallback": "^1.2.0",
"css-loader": "^0.23.1",
"html-webpack-plugin": "^2.19.0",
"material-ui": "^0.15.0",
"react": "^15.1.0",
"react-dom": "^15.1.0",
"react-router": "^2.4.1",
"style-loader": "^0.13.1",
"webpack": "^1.13.1"
}
}