-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.46 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": "Candidpop",
"private": true,
"dependencies": {
"@babel/core": "^7.5.5",
"@babel/plugin-proposal-class-properties": "^7.5.5",
"@babel/preset-env": "^7.5.5",
"@babel/preset-react": "^7.0.0",
"@emotion/core": "^10.0.17",
"@emotion/styled": "^10.0.17",
"babel-loader": "^8.0.6",
"lodash": "^4.17.15",
"node-gyp": "^5.0.3",
"react": "^16.11.0",
"react-dom": "^16.9.0",
"react-lazy-load": "^3.0.13",
"react-live-search": "^1.0.2",
"react-redux": "^7.1.1",
"react-router-dom": "^5.0.1",
"react-spinners": "^0.6.1",
"rebuild": "^0.1.2",
"redux": "^4.0.4",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.3.0",
"webpack": "^4.39.3",
"webpack-cli": "^3.3.7"
},
"description": "This README would normally document whatever steps are necessary to get the application up and running.",
"version": "1.0.0",
"main": "index.js",
"directories": {
"lib": "lib",
"test": "test"
},
"engines": {
"node": "8.11.3",
"npm": "6.11.3"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack -w --mode=development",
"postinstall": "webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/owenshaupt/Candidpop.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/owenshaupt/Candidpop/issues"
},
"homepage": "https://github.com/owenshaupt/Candidpop#readme"
}