forked from chimera/sonomafireinfo.org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.72 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
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "tubbsfireinfo.com",
"version": "1.0.0",
"description": "",
"main": "webpack.config.js",
"scripts": {
"build": "NODE_ENV=production webpack",
"dev": "NODE_ENV=development webpack-dev-server --open --inline --hot --content-base .",
"format": "prettier --write **/*.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/chimera/tubbsfireinfo.com.git"
},
"author": "Dana Woodman <[email protected]> (http://danawoodman.com/)",
"license": "ISC",
"bugs": {
"url": "https://github.com/chimera/tubbsfireinfo.com/issues"
},
"homepage": "https://github.com/chimera/tubbsfireinfo.com#readme",
"dependencies": {
"bootstrap": "4.0.0-beta",
"camelcase-keys": "4.1.0",
"fuse.js": "3.2.0",
"human-date": "1.4.0",
"just-numbers": "1.0.3",
"prop-types": "15.6.0",
"react": "16.0.0",
"react-dom": "16.0.0",
"react-ga": "2.3.5",
"react-router": "4.2.0",
"react-router-dom": "4.2.2",
"whatwg-fetch": "2.0.3"
},
"devDependencies": {
"babel-core": "6.26.0",
"babel-loader": "7.1.2",
"babel-plugin-react-html-attrs": "2.0.0",
"babel-polyfill": "6.26.0",
"babel-preset-env": "1.6.0",
"babel-preset-react": "6.24.1",
"babel-preset-stage-0": "6.24.1",
"compression-webpack-plugin": "1.0.1",
"css-loader": "0.28.7",
"extract-text-webpack-plugin": "3.0.1",
"html-webpack-plugin": "2.30.1",
"node-sass": "4.5.3",
"prettier": "1.7.4",
"sass-loader": "6.0.6",
"style-loader": "0.19.0",
"uglify-js": "3.1.3",
"uglifyjs-webpack-plugin": "1.0.0-beta.3",
"webpack": "3.6.0",
"webpack-bundle-analyzer": "2.9.0",
"webpack-dev-server": "2.9.1",
"webpack-html-plugin": "0.1.1"
}
}