-
Notifications
You must be signed in to change notification settings - Fork 80
/
package.json
39 lines (39 loc) · 982 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
37
38
39
{
"name": "surveyjs_react_quickstart",
"version": "0.2.0",
"private": true,
"dependencies": {
"bootstrap": "^3.3.7",
"jquery": "^3.3.1",
"jspdf": "^2.5.1",
"jspdf-autotable": "^3.5.23",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-router-dom": "^5.2.0",
"react-scripts": "^5.0.0",
"survey-analytics": "latest",
"survey-core": "latest",
"survey-creator-core": "latest",
"survey-creator-react": "latest",
"survey-pdf": "latest",
"survey-react-ui": "latest",
"surveyjs-widgets": "latest",
"xlsx": "^0.18.5"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts --max_old_space_size=4096 build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"jest-canvas-mock": "^2.3.1",
"jest-watch-typeahead": "^0.6.5"
}
}