-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 1.03 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
{
"name": "cattown-nickname",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@reduxjs/toolkit": "^1.9.3",
"@types/react-color": "^3.0.6",
"@vitejs/plugin-legacy": "^4.0.2",
"javascript-color-gradient": "^2.4.4",
"localforage": "^1.10.0",
"match-sorter": "^6.3.1",
"query-string": "^8.1.0",
"react": "^18.2.0",
"react-color": "^2.19.3",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "^18.2.0",
"react-redux": "^8.0.5",
"react-router-dom": "^6.9.0",
"sort-by": "^1.2.0",
"styled-components": "^5.3.8"
},
"devDependencies": {
"@types/javascript-color-gradient": "^2.4.0",
"@types/react": "^18.0.27",
"@types/react-copy-to-clipboard": "^5.0.4",
"@types/react-dom": "^18.0.10",
"@types/styled-components": "^5.1.26",
"@vitejs/plugin-react": "^3.1.0",
"terser": "^5.16.6",
"typescript": "^4.9.3",
"vite": "^4.5.3"
}
}