-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
57 lines (57 loc) · 1.45 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
{
"name": "transparency",
"version": "1.0.0",
"description": "",
"engines": {
"node": "12.13.1",
"npm": "6.12.1"
},
"scripts": {
"test": "echo \"No tests yet\"",
"postinstall": "gulp build",
"start": "node dist/server/server.bundle.js",
"start:dev": "gulp serve"
},
"author": "",
"license": "ISC",
"dependencies": {
"@fortawesome/fontawesome-free": "^5.10.2",
"body-parser": "^1.18.2",
"bootstrap": "^4.3.1",
"downshift": "^3.3.4",
"emotion": "^9.2.12",
"express": "^4.16.2",
"express-promise-router": "^3.0.1",
"express-rate-limit": "^5.2.6",
"jquery": "^3.4.1",
"match-sorter": "^4.0.1",
"pg": "^7.4.0",
"pg-native": "^3.0.0",
"popper.js": "^1.12.9",
"react": "^16.10.1",
"react-beautiful-dnd": "^11.0.5",
"react-dom": "^16.10.1",
"react-emotion": "^9.2.12",
"react-measure": "^2.3.0",
"react-router-dom": "^5.1.2",
"react-transition-group": "^4.3.0"
},
"devDependencies": {
"@babel/core": "^7.6.4",
"@babel/polyfill": "^7.6.0",
"@babel/preset-env": "^7.6.3",
"@babel/preset-react": "^7.6.3",
"babel-loader": "^8.0.6",
"css-loader": "^5.2.6",
"del": "^3.0.0",
"file-loader": "^1.1.11",
"gulp": "^4.0.0",
"gulp-filter": "^5.0.1",
"gulp-nodemon": "^2.4.2",
"html-webpack-plugin": "^3.2.0",
"node-sass": "^4.13.1",
"sass-loader": "^6.0.6",
"style-loader": "^2.0.0",
"webpack": "^4.5.0"
}
}