-
Notifications
You must be signed in to change notification settings - Fork 57
/
package.json
36 lines (36 loc) · 1.12 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
{
"private": true,
"scripts": {
"build-suggested-resources-shortcuts": "cd nova-components/SuggestedResourcesShortcuts && npm run dev",
"build-suggested-resources-shortcuts-prod": "cd nova-components/SuggestedResourcesShortcuts && npm run prod",
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"devDependencies": {
"browser-sync": "^2.28.1",
"browser-sync-webpack-plugin": "^2.2.2",
"laravel-mix": "^6.0.49",
"laravel-vite-plugin": "^0.8.0",
"postcss": "^8.4.38",
"sass": "^1.32.12",
"vite": "^4.0.0",
"vue-loader": "^15.10.0"
},
"dependencies": {
"@vitejs/plugin-vue2": "^2.0.0",
"alpinejs": "^3.5.1",
"autoprefixer": "^10.4.19",
"axios": "^0.28",
"bootstrap": "^4.5.2",
"fuse.js": "^6.6.2",
"jquery": "^3.5.1",
"lang.js": "^1.1.14",
"lodash": "^4.17.21",
"popper.js": "^1.16.1",
"tailwindcss": "^3.4.3",
"vue": "^2.7.0",
"vue-notification": "^1.3.20",
"vue-select": "^3.20.0"
}
}