-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 730 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 730 Bytes
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
{
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"pregen": "nuxt generate",
"preview": "nuxt preview",
"patch": "patch-package",
"postinstall": "nuxt prepare",
"ci":"npx ci"
},
"devDependencies": {
"nuxt": "^3.1.2",
"sass-loader": "10"
},
"dependencies": {
"@popperjs/core": "^2.11.6",
"bootstrap": "^5.2.3",
"bootstrap-icons": "^1.10.3",
"css-loader": "^6.7.3",
"patch-package": "^6.5.1",
"sass": "^1.58.0",
"scss": "^0.2.4",
"vue-loader": "^17.0.1",
"vue-resizable": "^2.1.7",
"vue-winbox": "^0.2.1",
"vue3-draggable-resizable": "^1.6.5",
"vue3-grid-layout": "^1.0.0"
}
}