-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.3 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
{
"name": "Red-Ventures-Project-V2-Asaf",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node server.js",
"dev": "webpack -d --watch",
"test:lint": "eslint . --ext .js --ext .jsx --ignore-path .gitignore --cache",
"build": "webpack -p"
},
"author": "",
"license": "ISC",
"dependencies": {
"babel-core": "^6.16.0",
"babel-loader": "^6.2.5",
"babel-preset-es2015": "^6.16.0",
"babel-preset-react": "^6.16.0",
"body-parser": "^1.15.2",
"bootstrap": "^3.3.7",
"history": "^4.3.0",
"immutable": "^3.8.1",
"jquery": "^3.1.1",
"json-loader": "^0.5.4",
"react": "^15.3.2",
"react-dom": "^15.3.2",
"react-redux": "^4.4.5",
"react-router": "^2.8.1",
"redux": "^3.6.0",
"request": "^2.75.0",
"require": "^2.4.20",
"webpack": "^1.13.2",
"webpack-merge": "^0.14.1",
"webpack-validator": "^2.2.8"
},
"devDependencies": {
"babel": "^6.5.2",
"css-loader": "^0.25.0",
"eslint": "^3.7.1",
"eslint-config-airbnb": "^12.0.0",
"eslint-plugin-import": "^2.0.0",
"eslint-plugin-jsx-a11y": "^2.2.2",
"eslint-plugin-react": "^6.3.0",
"history": "^4.3.0",
"react-hot-loader": "^3.0.0-beta.5",
"style-loader": "^0.13.1",
"webpack-dev-server": "^1.16.1"
}
}