-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
39 lines (39 loc) · 1.06 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
{
"name": "secure_polling_system-pollee",
"version": "0.1.0",
"private": true,
"dependencies": {
"axios": "^0.18.0",
"blind-signatures": "^1.0.5",
"bluebird": "^3.5.1",
"crypto": "^1.0.1",
"jsencrypt": "^3.0.0-rc.1",
"keypair": "^1.0.1",
"lodash": "^4.17.10",
"moment": "^2.22.2",
"prop-types": "^15.6.2",
"react": "^16.4.2",
"react-bootstrap": "^0.32.1",
"react-calendar": "^2.16.1",
"react-dom": "^16.4.2",
"react-modal": "^3.5.1",
"react-redux": "^5.0.7",
"react-scripts": "1.1.4",
"react-tabs": "^2.2.2",
"react-toastify": "^4.1.0",
"redux": "^4.0.0",
"serve": "^9.4.2"
},
"scripts": {
"start": "react-scripts start",
"build": "npm run create-dependencies-graph && react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"create-dependencies-graph": "madge --exclude 'build/' -i public/dependencies.svg .",
"serve": "serve -s build -l 8990 -d"
},
"devDependencies": {
"faker": "^4.1.0",
"madge": "^3.2.0"
}
}