-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 942 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": "seker",
"homepage": "https://richdom2185.github.io/seker/",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@chakra-ui/icons": "^2.0.17",
"@chakra-ui/react": "^2.8.2",
"@emotion/react": "^11.11.3",
"@emotion/styled": "^11.11.5",
"@reduxjs/toolkit": "^2.2.5",
"ace-builds": "^1.36.3",
"framer-motion": "^11.0.28",
"js-slang": "^1.0.74",
"lz-string": "^1.5.0",
"query-string": "^9.0.0",
"react": "^18.2.0",
"react-ace": "^13.0.0",
"react-dom": "^18.2.0",
"react-redux": "^9.1.2",
"sicp": "^1.1.4"
},
"devDependencies": {
"@types/react": "^18.2.78",
"@types/react-dom": "^18.2.25",
"@vitejs/plugin-react": "^4.0.0",
"typescript": "^5.4.5",
"vite": "^5.4.6"
},
"resolutions": {
"**/gl": "^8.0.2"
}
}