-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.19 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
38
39
40
41
42
43
44
45
{
"name": "samandbridgette",
"version": "1.0.0",
"description": "static site",
"main": "site/index.js",
"scripts": {
"test": "test",
"build": "webpack",
"start": "webpack-dev-server --hot --inline"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Scong/samandbridgette.git"
},
"author": "Sam Congleton",
"license": "MIT",
"bugs": {
"url": "https://github.com/Scong/samandbridgette/issues"
},
"homepage": "https://github.com/Scong/samandbridgette#readme",
"devDependencies": {
"babel-core": "^6.13.2",
"babel-loader": "^6.2.5",
"babel-preset-es2015": "^6.13.2",
"babel-preset-react": "^6.11.1",
"babel-preset-react-hmre": "^1.1.1",
"bootstrap-sass": "^3.3.7",
"css-loader": "^0.25.0",
"html-loader": "^0.4.4",
"html-webpack-plugin": "^2.22.0",
"image-webpack-loader": "^2.0.0",
"node-sass": "^3.8.0",
"react-bootstrap": "^0.30.5",
"react-router": "^2.8.1",
"sass-loader": "^4.0.0",
"style-loader": "^0.13.1",
"webpack": "^1.13.2",
"webpack-dev-server": "^1.16.2",
"webpack-merge": "^0.14.0",
"webpack-validator": "^2.2.3"
},
"dependencies": {
"react": "15.3.1"
}
}