-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1.05 KB
/
package.json
File metadata and controls
36 lines (36 loc) · 1.05 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
{
"name": "admin-frontend",
"version": "0.1.0",
"scripts": {
"dev": "vite --host",
"build": "vite build",
"preview": "vite preview --port 5051",
"release": "grunt release",
"publish": "grunt publish",
"build:docker": "grunt build:docker"
},
"dependencies": {
"@dafcoe/vue-notification": "^0.1.6",
"@fortawesome/fontawesome-svg-core": "^1.3.0",
"@fortawesome/free-regular-svg-icons": "^6.0.0",
"@fortawesome/free-solid-svg-icons": "^6.0.0",
"animate.css": "^4.1.1",
"bootstrap": "^5.1.3",
"colors": "^1.4.0",
"dateformat": "^5.0.3",
"json-editor-vue": "^0.17.3",
"pinia": "^2.3.0",
"semver": "^7.6.3",
"uuid": "^11.0.5",
"vue": "^3.2.31",
"vue-router": "^4.0.12"
},
"devDependencies": {
"@vitejs/plugin-vue": "^2.2.2",
"dotenv": "^17.2.3",
"grunt": "^1.5.3",
"grunt-contrib-compress": "^2.0.0",
"grunt-env": "^1.0.1",
"vite": "^2.8.4"
}
}