-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.13 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
{
"name": "cornercutter",
"private": true,
"scripts": {
"tauri": "tauri",
"client": "tauri dev",
"dev": "npm run dev --prefix frontend",
"build": "npm run build --prefix frontend"
},
"dependencies": {
"@chakra-ui/react": "^2.4.1",
"@chakra-ui/theme": "^2.2.1",
"@chakra-ui/theme-tools": "^2.0.13",
"@emotion/react": "^11.9.3",
"@emotion/styled": "^11.9.3",
"@fortawesome/fontawesome-svg-core": "^6.1.1",
"@fortawesome/free-regular-svg-icons": "^6.1.1",
"@fortawesome/free-solid-svg-icons": "^6.1.1",
"@fortawesome/react-fontawesome": "^0.2.0",
"@reduxjs/toolkit": "^1.8.5",
"@tauri-apps/api": "^1.1.0",
"framer-motion": "^6.3.16",
"react": "^18.0.0",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
"react-dom": "^18.0.0",
"react-ga4": "^1.4.1",
"react-redux": "^8.0.2"
},
"devDependencies": {
"@tauri-apps/cli": "^1.1.1",
"@types/node": "^18.0.0",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"@vitejs/plugin-react": "^1.3.2",
"eslint": "^8.24.0",
"eslint-config-react-app": "^7.0.1",
"prettier": "^2.7.1",
"typescript": "^4.6.3",
"vite": "^2.9.15"
}
}