forked from Open-NC/reentry-resources-hub
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.65 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": "nc-reentry-resources-hub",
"version": "0.0.1",
"private": true,
"proxy": "http://localhost:3001",
"dependencies": {
"aws-sdk": "^2.100.0",
"body-parser": "^1.17.2",
"bootstrap": "3",
"bunyan": "^1.8.12",
"cors": "^2.8.4",
"dotenv": "^4.0.0",
"express": "^4.15.3",
"fs": "0.0.2",
"lodash.get": "^4.4.2",
"mssql": "^4.1.0",
"os": "^0.1.1",
"path": "^0.12.7",
"pg": "^7.4.1",
"pg-native": "^2.2.0",
"pg-pool": "^2.0.3",
"prop-types": "^15.5.10",
"react": "^15.6.1",
"react-bootstrap": "^0.31.2",
"react-dom": "^15.6.1",
"react-helmet": "^5.1.3",
"react-overlays": "^0.8.3",
"react-render-html": "^0.5.0",
"react-router": "^4.1.2",
"react-router-bootstrap": "^0.24.2",
"react-router-dom": "^4.1.2",
"uuid": "^3.1.0"
},
"scripts": {
"client": "react-scripts start",
"server": "node server/index.js",
"build": "react-scripts build && yarn run build:server",
"build:server": "NODE_ENV=production webpack --config webpackProdServer.config.js",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"start": "concurrently \"npm run server\" \"npm run client\"",
"deploy": "gh-pages -d build"
},
"devDependencies": {
"babel-preset-es2015": "6.14.0",
"babel-preset-stage-0": "6.5.0",
"concurrently": "^3.1.0",
"eslint": "^3.12.2",
"eslint-config-airbnb": "^13.0.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^2.2.3",
"eslint-plugin-react": "^6.8.0",
"gh-pages": "^1.0.0",
"node-sass": "^4.5.3",
"react-scripts": "0.9.0",
"webpack": "^2.2.1"
}
}