forked from pendo-sandbox/pendo-sandbox.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·50 lines (50 loc) · 1.25 KB
/
Copy pathpackage.json
File metadata and controls
executable file
·50 lines (50 loc) · 1.25 KB
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
{
"name": "pendo-demosite",
"version": "2.1.0",
"private": true,
"dependencies": {
"antd": "^3.13.2",
"axios": "^0.18.0",
"chart.js": "^2.7.2",
"node-sass": "^6.0.0",
"puppeteer": "^1.9.0",
"react": "^17.0.2",
"react-chartjs-2": "^2.7.2",
"react-delay-link": "^1.1.4",
"react-dom": "^17.0.2",
"react-redux": "^5.0.7",
"react-router-dom": "^4.2.2",
"react-scripts": "4.0.3",
"redux": "^3.7.2",
"redux-thunk": "^2.2.0",
"serve": "^11.3.2"
},
"devDependencies": {
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.4.0",
"prettier": "^2.3.2"
},
"scripts": {
"start": "node server/index.js",
"start:client": "serve -s build",
"start:dev": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"deploy": "gh-pages -d build",
"eject": "react-scripts eject",
"postinstall": "(cd server && npm install); npm run build",
"automateusage": "node interaction.js",
"automateusage:a4p": "node interaction-a4p.js"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"engines": {
"node": "16.13.0",
"yarn": "1.22.17"
}
}