-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
71 lines (71 loc) · 2.19 KB
/
package.json
File metadata and controls
71 lines (71 loc) · 2.19 KB
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
{
"name": "pathways-hire",
"version": "0.0.1",
"description": "Connecting Code, Careers, and Companies",
"main": "server.js",
"scripts": {
"start": "npm run dev",
"dev": "npm-run-all --parallel dev:*",
"dev:server": "nodemon --watch build --exec \"node build/bundle.js\"",
"dev:build-server": "webpack --config webpack.server.js --watch --mode development",
"dev:build-client": "webpack --config webpack.client.js --watch --mode development"
},
"author": "",
"license": "ISC",
"dependencies": {
"@coreui/icons": "^0.3.0",
"axios": "^0.16.2",
"bootstrap": "^4.3.1",
"chart.js": "^2.8.0",
"compression": "^1.7.3",
"concurrently": "^3.6.1",
"cookie-parser": "^1.4.4",
"d3": "^5.9.2",
"express": "^4.16.4",
"express-http-proxy": "^1.5.1",
"isomorphic-loader": "^2.0.2",
"jquery": "^3.4.1",
"lodash": "^4.17.11",
"nodemon": "^1.19.0",
"npm-run-all": "^4.1.5",
"prop-types": "^15.7.2",
"react": "^16.8.6",
"react-chartjs-2": "^2.7.6",
"react-cookies": "^0.1.0",
"react-dom": "^16.8.6",
"react-helmet": "^5.2.0",
"react-horizontal-timeline": "^1.5.3",
"react-lines-ellipsis": "^0.14.1",
"react-masonry-layout": "^0.4.0",
"react-redux": "^5.1.1",
"react-router-config": "^1.0.0-beta.4",
"react-router-dom": "^4.3.1",
"react-tweet": "^1.7.1",
"react-twitter-widgets": "^1.7.1",
"redux": "^3.7.2",
"redux-thunk": "^2.3.0",
"serialize-javascript": "^1.7.0",
"style-loader": "^0.23.1",
"uuid": "^3.3.2",
"webpack-dev-middleware": "^3.6.2",
"webpack-dev-server": "^3.3.1",
"webpack-node-externals": "^1.7.2"
},
"devDependencies": {
"@babel/core": "^7.4.4",
"@babel/plugin-proposal-class-properties": "^7.4.4",
"@babel/preset-env": "^7.4.4",
"@babel/preset-react": "^7.0.0",
"babel-loader": "^8.0.2",
"babel-polyfill": "^6.26.0",
"css-loader": "^2.1.1",
"file-loader": "^3.0.1",
"isomorphic-style-loader": "^5.0.1",
"mini-css-extract-plugin": "^0.5.0",
"postcss-loader": "^3.0.0",
"redux-devtools-extension": "^2.13.8",
"webpack": "^4.30.0",
"webpack-cli": "^3.3.2",
"webpack-dev-server": "^3.1.8"
}
}