-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
78 lines (78 loc) · 2.28 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
75
76
77
78
{
"name": "tutice",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint",
"stylelint": "stylelint './src/**/*.tsx' --fix",
"preview": "vite preview"
},
"dependencies": {
"@react-three/fiber": "^8.16.2",
"@sentry/react": "^7.114.0",
"@sentry/vite-plugin": "^2.16.1",
"@types/react-copy-to-clipboard": "^5.0.4",
"@types/react-slick": "^0.23.10",
"axios": "^1.4.0",
"date-fns": "^2.30.0",
"firebase": "^10.12.0",
"heapdump": "^0.3.15",
"init": "^0.1.2",
"jquery": "^3.7.1",
"konva": "^9.3.6",
"lodash": "^4.17.21",
"lottie-react": "^2.4.0",
"postcss-syntax": "^0.36.2",
"react": "^18.2.0",
"react-cookie": "^4.1.1",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "^18.2.0",
"react-error-boundary": "^4.0.11",
"react-ga4": "^2.1.0",
"react-konva": "^18.2.10",
"react-query": "^3.39.3",
"react-router-dom": "^6.23.0",
"react-slick": "^0.29.0",
"react-spring": "^9.7.2",
"react-use-gesture": "^9.1.3",
"react-virtualized": "^9.22.5",
"react-zdog": "^1.2.2",
"recoil": "^0.7.7",
"recoil-persist": "^5.1.0",
"styled-components": "^6.0.1",
"swiper": "6.8.4",
"three": "^0.163.0",
"vite-plugin-svgr": "^3.2.0",
"vite-tsconfig-paths": "^4.2.0",
"zdog": "^1.1.3"
},
"devDependencies": {
"@stylelint/postcss-css-in-js": "^0.38.0",
"@types/lodash": "^4.17.1",
"@types/react": "^18.0.37",
"@types/react-dom": "^18.0.11",
"@types/react-slick": "^0.23.10",
"@typescript-eslint/eslint-plugin": "^5.59.0",
"@typescript-eslint/parser": "^5.59.0",
"@vitejs/plugin-react": "^4.0.0",
"eslint": "^8.44.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.34.2",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.3.4",
"eslint-plugin-simple-import-sort": "^12.1.0",
"postcss": "^8.4.25",
"postcss-styled-syntax": "^0.4.0",
"prettier": "^3.0.0",
"slick-carousel": "^1.8.1",
"typescript": "5.1.6",
"vite": "^4.3.9"
}
}