forked from project-pretzel/project-pretzel
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
80 lines (80 loc) · 2.31 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
"name": "project-pretzel",
"version": "1.0.0",
"description": "Greenfield Project for HackReactor",
"main": "server.js",
"scripts": {
"test": "mocha --reporter spec spec/*.js",
"start": "NODE_ENV=production node_modules/.bin/babel-node --presets react,es2015 src/server.js",
"compile": "NODE_ENV=production node_modules/.bin/webpack --progress --watch",
"lint": "eslint --config=/.eslintrc.js *.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/project-pretzel/project-pretzel.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/project-pretzel/project-pretzel/issues"
},
"homepage": "https://github.com/project-pretzel/project-pretzel#readme",
"dependencies": {
"axios": "^0.15.3",
"babel-cli": "^6.11.4",
"babel-core": "^6.13.2",
"babel-loader": "^6.4.0",
"babel-preset-es2015": "^6.13.2",
"babel-preset-react": "^6.11.1",
"body-parser": "*",
"bootstrap": "^4.0.0-alpha.2",
"classnames": "^2.2.5",
"d3-scale": "^1.0.5",
"dns": "^0.2.2",
"ejs": "^2.5.6",
"express": "^4.14.1",
"fs": "0.0.1-security",
"googleapis": "^18.0.0",
"http": "0.0.0",
"jquery": "^3.2.1",
"lodash": "^4.6.1",
"mysql": "^2.13.0",
"net": "^1.0.2",
"react": "^15.3.2",
"react-bootstrap": "^0.30.8",
"react-cellblock": "^2.0.0",
"react-d3-library": "^1.1.7",
"react-dom": "^15.3.2",
"react-faux-dom": "^3.0.1",
"react-google-login": "^2.8.2",
"react-router": "^2.6.1",
"react-router-component": "^0.36.5",
"webpack": "^2.2.1",
"webpack-dev-server": "^2.4.1",
"webpack-node-externals": "^1.5.4",
"whatwg-fetch": "^2.0.3",
"xml2json": "^0.11.0"
},
"devDependencies": {
"babel-cli": "^6.24.0",
"babel-core": "^6.24.0",
"babel-loader": "^6.4.1",
"babel-preset-es2015": "^6.24.0",
"babel-preset-react": "^6.23.0",
"babel-watch": "^2.0.6",
"chai": "*",
"chai-http": "^3.0.0",
"eslint": "^3.17.1",
"eslint-config-google": "^0.7.1",
"express": "^4.15.2",
"http-server": "^0.9.0",
"json-loader": "^0.5.4",
"mocha": "*",
"nodemon": "^1.11.0",
"react-hot-loader": "^1.3.1",
"react-scripts": "0.9.5",
"request": "^2.81.0",
"webpack": "^2.2.1",
"webpack-node-externals": "^1.5.4"
}
}