-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.22 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.22 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
{
"name": "happyhouse_frontend",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore",
"format": "prettier --write src/"
},
"dependencies": {
"@stomp/stompjs": "^7.0.0",
"@toast-ui/editor": "^3.2.2",
"ag-grid-community": "^31.3.1",
"ag-grid-vue3": "^31.3.1",
"axios": "^1.6.8",
"intro.js": "^7.2.0",
"js-cookie": "^3.0.5",
"pinia": "^2.1.7",
"pinia-plugin-persistedstate": "^3.2.1",
"sockjs-client": "^1.6.1",
"swiper": "^11.1.3",
"vue": "^3.4.21",
"vue-class-component": "^8.0.0-rc.1",
"vue-router": "^4.3.0",
"vue3-kakao-maps": "^2.3.4",
"webstomp-client": "^1.2.6"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.8.0",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
"@vitejs/plugin-vue": "^5.0.4",
"@vue/eslint-config-prettier": "^9.0.0",
"eslint": "^8.57.0",
"eslint-plugin-vue": "^9.23.0",
"prettier": "^3.2.5",
"typescript": "^5.4.5",
"vite": "^5.2.8",
"vite-plugin-vue-devtools": "^7.0.25"
}
}