-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 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
{
"name": "template-vitejs-vue3-tailwindcss-fontawesome",
"private": true,
"version": "0.0.0",
"type": "module",
"engines": {
"node": ">=16.14.2"
},
"scripts": {
"prepare-env": "node --experimental-fetch --loader ts-node/esm ./prepare-env.ts && echo '//DON T EDIT THIS FILE IT IS A COPY OF src/auth0/TokenHelper.ts' > api/common/auth0/TokenHelper.ts && cat src/auth0/TokenHelper.ts >> api/common/auth0/TokenHelper.ts",
"_preinstall": "cd api && npm install && npm run prepare-env",
"dev": "npm run prepare-env && vite",
"convert-typo": "node --loader ts-node/esm ./typo/generate-webfonts.ts",
"build": "npm run convert-typo && npm run prepare-env && vite build && gulp licenses",
"preview": "vite preview",
"start": "npx @azure/static-web-apps-cli start https://localhost:5173 --swa-config-location ./ -s -e localhost.pem -k localhost.key -p 8788 --api-location ./api -t 120 --run 'npm run dev'",
"prestart": "cd api && npm run watch &",
"create-cert": "openssl req -x509 -newkey rsa:4096 -keyout localhost.key -out localhost.pem -sha256 -nodes -days 365"
},
"dependencies": {
"@auth0/auth0-spa-js": "^2.1.3",
"@azure/cosmos": "^4.1.1",
"@azure/functions": "^4.5.1",
"@pqina/flip": "^1.8.3",
"@vueuse/core": "^11.0.3",
"jose": "^5.9.2",
"pinia": "^2.2.2",
"qrcode": "^1.5.4",
"vue": "3.5.5",
"vue-i18n": "^10.0.1",
"vue-router": "^4.4.5"
},
"devDependencies": {
"@azure/static-web-apps-cli": "2.0.1",
"@babel/types": "^7.25.6",
"@fullhuman/postcss-purgecss": "^6.0.0",
"@highcanfly-club/fontawesome": "^1.0.0",
"@sctg/code-stats": "^0.1.4",
"@sctg/fontminify": "^1.0.4",
"@tailwindcss/forms": "^0.5.9",
"@tailwindcss/typography": "^0.5.15",
"@types/glob": "^8.1.0",
"@types/gulp": "^4.0.17",
"@types/qrcode": "^1.5.5",
"@vitejs/plugin-vue": "^5.1.3",
"autoprefixer": "^10.4.20",
"glob-parent": "^6.0.2",
"gulp": "^4.0.2",
"gulp-append-prepend": "^1.0.9",
"gulp-replace": "^1.1.4",
"npm-check-updates": "^17.1.1",
"postcss": "^8.4.45",
"postcss-purgefonts": "^1.0.2",
"sass": "^1.78.0",
"tailwindcss": "^3.4.11",
"ts-node": "^10.9.2",
"typescript": "^5.6.2",
"vite": "^5.4.5"
}
}