-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·50 lines (47 loc) · 1.33 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
{
"name": "lifequote",
"version": "1.0.0",
"description": "Quick Life quoting",
"scripts": {
"build": "webpack --config=webpack.production.config.js",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"start": "node dev-server.js"
},
"dependencies": {
"bootstrap": "3.3.5",
"classnames": "2.2.0",
"es6-promise": "3.0.2",
"react": "0.14.2",
"react-auto-form": "1.2.2",
"react-bootstrap": "0.27.3",
"react-dom": "0.14.2",
"validator": "4.2.1",
"whatwg-fetch": "0.10.1"
},
"devDependencies": {
"babel-core": "5.8.33",
"babel-plugin-react-display-name": "2.0.0",
"babel-plugin-react-transform": "1.1.1",
"react-transform-catch-errors": "1.0.0",
"react-transform-hmr": "1.0.1",
"redbox-react": "1.1.1",
"eslint": "1.9.0",
"babel-eslint": "4.1.4",
"eslint-config-standard": "4.4.0",
"eslint-config-standard-react": "1.1.0",
"eslint-plugin-react": "3.7.1",
"eslint-plugin-standard": "1.3.1",
"express": "4.13.3",
"eventsource-polyfill": "0.9.6",
"webpack-dev-middleware" : "1.2.0",
"webpack-hot-middleware": "2.4.1",
"webpack": "1.12.3",
"babel-loader": "5.3.2",
"css-loader": "0.22.0",
"extract-text-webpack-plugin": "0.9.1",
"file-loader": "0.8.4",
"style-loader": "0.13.0",
"url-loader": "0.5.6"
}
}