-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
68 lines (68 loc) · 1.83 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
{
"name": "askadev",
"version": "0.1.0",
"private": true,
"dependencies": {
"@fontsource/press-start-2p": "^5.0.20",
"@fortawesome/fontawesome-svg-core": "^6.6.0",
"@fortawesome/free-brands-svg-icons": "^6.6.0",
"@fortawesome/free-solid-svg-icons": "^6.6.0",
"@fortawesome/react-fontawesome": "^0.2.2",
"@react-spring/web": "^9.7.4",
"@types/react": "^18.3.4",
"@types/react-dom": "^18.3.0",
"@types/react-router-dom": "^5.3.3",
"ace-builds": "^1.36.2",
"algoliasearch": "^4.24.0",
"axios": "^1.7.7",
"brace": "^0.11.1",
"firebase": "^11.0.1",
"fuse.js": "^7.0.0",
"react": "^18.3.1",
"react-ace": "^12.0.0",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
"react-dom": "^18.3.1",
"react-google-button": "^0.8.0",
"react-helmet": "^6.1.0",
"react-icons": "^5.3.0",
"react-instantsearch-dom": "^6.40.4",
"react-modal": "^3.16.1",
"react-redux": "^9.1.2",
"react-resizable": "^3.0.5",
"react-resize-aware": "^4.0.0",
"react-responsive": "^10.0.0",
"react-scripts": "^5.0.1",
"react-swipeable": "^7.0.1",
"react-tooltip": "^5.28.0",
"redux": "^5.0.1",
"styled-components": "^6.1.12",
"three": "^0.168.0",
"typescript": "^4.9.5",
"uuid": "^10.0.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"devDependencies": {
"cypress": "^13.13.2",
"cypress-file-upload": "^5.0.8",
"eslint": "^8.57.1",
"react-router-dom": "^6.25.1"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}