forked from NTUT-NPC/website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
72 lines (72 loc) · 2.23 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "npc-website",
"version": "1.0.220102",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint --fix",
"build-analyze": "vue-cli-service build --analyze",
"deploy:dev": "sh ./deploy-to-preview.sh"
},
"dependencies": {
"@tailwindcss/postcss7-compat": "^2.2.17",
"autoprefixer": "9.8.8",
"core-js": "^3.20.2",
"postcss": "7.0.39",
"postcss-import": "12.0.1",
"tailwindcss": "npm:@tailwindcss/postcss7-compat@^2.2.17",
"vue": "^3.2.26",
"vue-router": "^4.0.12",
"vuex": "^4.0.2",
"webpack": "4"
},
"devDependencies": {
"@babel/polyfill": "^7.12.1",
"@gfx/zopfli": "^1.0.15",
"@types/body-scroll-lock": "^3.1.0",
"@types/node": "^20.6.2",
"@types/ua-parser-js": "^0.7.36",
"@typescript-eslint/eslint-plugin": "^5.8.1",
"@typescript-eslint/parser": "^5.8.1",
"@vue/cli-plugin-babel": "^4.5.15",
"@vue/cli-plugin-eslint": "^4.5.15",
"@vue/cli-plugin-router": "^4.5.15",
"@vue/cli-plugin-typescript": "^4.5.15",
"@vue/cli-plugin-vuex": "^4.5.15",
"@vue/cli-service": "^4.5.15",
"@vue/compiler-sfc": "^3.2.26",
"@vue/eslint-config-typescript": "^10.0.0",
"body-scroll-lock": "^3.1.5",
"brotli-webpack-plugin": "^1.1.0",
"compression-webpack-plugin": "^9.2.0",
"cross-env": "^7.0.3",
"cssnano": "4.1.11",
"eslint": "7.32.0",
"eslint-plugin-vue": "^8.2.0",
"firebase": "^9.6.1",
"firebase-admin": "^10.0.1",
"lint-staged": "^12.1.4",
"patch-package": "^6.4.7",
"postcss-assets": "5.0.0",
"postcss-load-config": "^3.1.1",
"postcss-loader": "^6.2.1",
"postcss-nested": "^5.0.6",
"postcss-plugin": "^1.0.0",
"postcss-preset-env": "6.7.0",
"postcss-scss": "^4.0.2",
"prerender-spa-plugin": "^3.4.0",
"regenerator-runtime": "^0.13.9",
"sass": "^1.45.2",
"sass-loader": "10.2.0",
"stylelint": "^14.2.0",
"svg-sprite-loader": "^6.0.11",
"three-dots": "^0.2.3",
"typescript": "^4.5.4",
"ua-parser-js": "^1.0.2",
"vue-cli-plugin-tailwind": "^2.2.18",
"vue-svg-loader": "^0.16.0",
"vue-template-compiler": "^2.6.14",
"webpack-bundle-analyzer": "^4.5.0"
}
}