-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.48 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
{
"name": "code_hack",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "webpack",
"dev": "webpack -w",
"lint": "eslint . && scss-lint"
},
"author": "Pruthvi P <pruthvip15@gmail.com>",
"license": "MIT",
"devDependencies": {
"webpack": "2.6.1",
"autoprefixer": "^6.7.6",
"babel-core": "^6.23.1",
"babel-jest": "^19.0.0",
"babel-loader": "^6.3.2",
"babel-plugin-transform-es2015-modules-commonjs": "^6.23.0",
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"babel-preset-es2015": "^6.22.0",
"babel-preset-react": "^6.23.0",
"css-loader": "^0.26.2",
"cssnano": "^3.10.0",
"eslint": "^3.16.1",
"eslint-plugin-react": "^6.10.0",
"extract-text-webpack-plugin": "^2.0.0",
"file-loader": "^0.10.1",
"html-webpack-plugin": "^2.28.0",
"jest": "^19.0.2",
"jest-cli": "^19.0.2",
"lodash.clonedeep": "^4.5.0",
"node-sass": "^4.5.0",
"postcss-loader": "^1.3.2",
"sass-loader": "^6.0.2",
"style-loader": "^0.13.2",
"url-loader": "^0.5.8"
},
"dependencies": {
"body-parser": "1.17.2",
"bulma": "0.4.1",
"express": "4.15.3",
"keymirror": "0.1.1",
"react": "15.5.4",
"react-dom": "15.5.4",
"react-google-login-component": "0.7.0",
"react-redux": "5.0.5",
"react-router": "^3.0.2",
"recharts": "1.0.0-alpha.2",
"redux": "3.6.0",
"redux-thunk": "2.2.0",
"request-promise": "4.2.1",
"superagent": "3.5.2"
}
}