-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) ยท 1.69 KB
/
package.json
File metadata and controls
60 lines (60 loc) ยท 1.69 KB
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
{
"name": "totee",
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"start": "tsc && vite build && vite preview"
},
"dependencies": {
"@emotion/react": "^11.9.3",
"@emotion/styled": "^11.9.3",
"@types/react-responsive": "^8.0.5",
"axios": "^0.27.2",
"classnames": "^2.3.1",
"dayjs": "^1.11.3",
"framer-motion": "^7.0.0",
"loadash": "^1.0.0",
"lodash": "^4.17.21",
"node-sass": "^7.0.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-intersection-observer": "^9.4.0",
"react-loading-skeleton": "^3.1.0",
"react-query": "^3.39.1",
"react-quill": "^1.3.5",
"react-responsive": "^9.0.0-beta.10",
"react-router-dom": "^6.2.2",
"react-slick": "^0.29.0",
"recoil": "^0.7.4",
"sass": "^1.53.0",
"slick-carousel": "^1.8.1",
"styled-components": "^5.3.5",
"sweetalert2": "^11.4.24",
"swiper": "6.8.4",
"vite-tsconfig-paths": "^3.5.0"
},
"devDependencies": {
"@honkhonk/vite-plugin-svgr": "^1.1.0",
"@types/lodash": "^4.14.182",
"@types/node": "^16.11.43",
"@types/react": "^18.0.15",
"@types/react-dom": "^18.0.6",
"@types/react-slick": "^0.23.10",
"@typescript-eslint/eslint-plugin": "^5.3.1",
"@typescript-eslint/parser": "^5.3.1",
"@vitejs/plugin-react": "^1.3.0",
"eslint": "^8.18.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.26.1",
"prettier": "^2.7.1",
"types": "^0.1.1",
"typescript": "^4.6.3",
"vite": "^2.9.9",
"vite-plugin-svgr": "^2.2.0"
}
}