-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 989 Bytes
/
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
{
"name": "cominfo-web",
"version": "0.0.0",
"license": "AGPL-3.0-or-later",
"scripts": {
"dev": "vite",
"build": "vuedx-typecheck . && vite build",
"serve": "vite preview"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.35",
"@fortawesome/free-brands-svg-icons": "^5.15.3",
"@fortawesome/free-regular-svg-icons": "^5.15.3",
"@fortawesome/free-solid-svg-icons": "^5.15.3",
"@fortawesome/vue-fontawesome": "^3.0.0-3",
"@popperjs/core": "^2.9.2",
"@primer/css": "^17.0.2",
"axios": "^0.21.1",
"bluebird": "^3.7.2",
"bootstrap": "^5.0.0",
"fontawesome": "^5.6.3",
"mdbootstrap": "^4.19.2",
"sass": "^1.32.12",
"vue": "^3.0.11"
},
"devDependencies": {
"@types/bluebird": "^3.5.35",
"@vitejs/plugin-vue": "^1.2.2",
"@vue/compiler-sfc": "^3.0.11",
"@vuedx/typecheck": "^0.6.0",
"@vuedx/typescript-plugin-vue": "^0.6.0",
"typescript": "^4.2.4",
"vite": "^2.3.3"
}
}