-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
59 lines (59 loc) · 1.72 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
{
"name": "mju-fe",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint \"src/**/*.{ts,tsx,js,jsx}\"",
"lint:fix": "eslint --fix './src/**/*.{ts,tsx,js,jsx}'",
"preview": "vite preview",
"cypress:open": "cypress open",
"cypress:run": "cypress run",
"test:e2e": "cypress run --e2e",
"test:component": "cypress run --compenent"
},
"dependencies": {
"axios": "^1.7.7",
"dayjs": "^1.11.13",
"lucide-react": "^0.451.0",
"path-browserify": "^1.0.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^6.26.2",
"styled-components": "^6.1.13",
"tailwindcss": "^3.4.11",
"three": "^0.168.0"
},
"devDependencies": {
"@eslint/js": "^9.9.0",
"@types/cypress": "^0.1.6",
"@types/node": "^22.9.1",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/styled-components": "^5.1.34",
"@types/three": "^0.168.0",
"@typescript-eslint/eslint-plugin": "^8.5.0",
"@typescript-eslint/parser": "^8.5.0",
"@vitejs/plugin-react-swc": "^3.5.0",
"cypress": "^13.16.0",
"cypress-file-upload": "^5.0.8",
"cypress-network-idle": "^1.14.2",
"eslint": "^8.57.1",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.36.1",
"eslint-plugin-react-refresh": "^0.4.9",
"globals": "^15.9.0",
"prettier": "^3.3.3",
"typescript": "^5.6.3",
"vite": "^5.4.11"
},
"description": "명지대 팀프로젝트 2 메타버스 플랫폼 쇼핑몰",
"main": "eslint.config.js",
"keywords": [],
"author": "",
"license": "ISC"
}