-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
36 lines (36 loc) · 948 Bytes
/
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
{
"name": "surveyjs_and_ziggeo",
"version": "0.0.1",
"private": true,
"dependencies": {
"@supercharge/request-ip": "^1.1.2",
"bootstrap": "^3.3.7",
"cors": "^2.8.5",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"jquery": "^3.3.1",
"jspdf": "1.5.3",
"jspdf-autotable": "3.0.5",
"mongoose": "^5.13.0",
"react": "^16.4.1",
"react-dom": "^16.4.1",
"react-loader-spinner": "^4.0.0",
"react-router-dom": "^5.2.0",
"react-scripts": "1.1.4",
"react-ziggeo": "^4.4.2",
"survey-analytics": "latest",
"survey-creator": "latest",
"survey-pdf": "latest",
"survey-react": "latest",
"surveyjs-widgets": "latest",
"xlsx": "^0.16.9",
"ziggeo": "^0.1.26"
},
"scripts": {
"start": "node server.js",
"start:client": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
}
}