This repository has been archived by the owner on May 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
74 lines (74 loc) · 2.01 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"homepage": "https://ekaone.github.io/Scratch-App/",
"name": "scratch-app",
"version": "1.0.0",
"private": true,
"dependencies": {
"@material-ui/core": "^4.10.1",
"@material-ui/icons": "^4.9.1",
"base64-img": "^1.0.4",
"base64-to-image": "^1.0.2",
"beauty-stars": "^1.1.0",
"bootstrap": "^4.5.0",
"chart.js": "^2.9.3",
"firebase": "^7.15.0",
"gh-pages": "^2.2.0",
"interactjs": "^1.9.19",
"leaflet": "^1.6.0",
"mapbox-gl": "^1.10.1",
"react": "^16.13.1",
"react-add-to-homescreen": "^1.1.0",
"react-bootstrap": "^1.0.1",
"react-bootstrap-icons": "^1.0.1-alpha3",
"react-calendar": "^3.1.0",
"react-chartjs-2": "^2.9.0",
"react-countup": "^4.3.3",
"react-device-detect": "^1.12.1",
"react-dnd": "^10.0.2",
"react-dnd-html5-backend": "^10.0.2",
"react-dom": "^16.13.1",
"react-dropzone": "^10.2.2",
"react-infinite-calendar": "^2.3.1",
"react-leaflet": "^2.7.0",
"react-markdown": "^4.3.1",
"react-number-format": "^4.4.1",
"react-player": "^1.15.3",
"react-query": "^1.5.5",
"react-query-devtools": "^1.1.17",
"react-router-dom": "^5.2.0",
"react-scripts": "^3.4.1",
"react-speech": "^1.0.2",
"react-spring": "^8.0.27",
"react-syntax-highlighter": "^12.2.1",
"react-virtualized": "^9.21.2",
"react-webcam": "^4.2.0",
"react-window": "^1.8.5",
"reactstrap": "^8.4.1",
"socket.io-client": "^2.3.0",
"store": "^2.0.12",
"video.js": "^7.8.2"
},
"scripts": {
"start": "SET PORT=3001 && react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}