-
Notifications
You must be signed in to change notification settings - Fork 85
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.1 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.1 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
37
38
39
40
41
42
43
44
45
46
{
"name": "qrcode2stl",
"version": "1.21.0",
"type": "module",
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint src --ext .js,.vue",
"serve": "npx serve public"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.4",
"@tailwindcss/vite": "^4.1.8",
"babel-runtime": "^6.26.0",
"bulma": "^0.9.4",
"core-js": "^3.6.5",
"deep-object-diff": "^1.1.0",
"deepmerge": "^4.2.2",
"jszip": "^3.5.0",
"markdown-it": "^14.0.0",
"path-that-svg": "^1.2.4",
"qrcode": "^1.4.4",
"tailwindcss": "^4.1.8",
"three": "^0.178.0",
"three-csg-ts": "^3.2.0",
"vcards-js": "^2.10.0",
"vue": "^2.7.16",
"vue-i18n": "^8.28.2",
"vue-qrcode-reader": "^3.2.1"
},
"devDependencies": {
"@babel/runtime": "^7.27.4",
"@vitejs/plugin-vue2": "^2.3.1",
"eslint": "^8.57.0",
"eslint-plugin-vue": "^9.20.1",
"vite": "^5.1.4",
"vite-plugin-node-polyfills": "^0.23.0"
},
"browserslist": [
"> 1%",
"last 2 versions"
],
"packageManager": "npm@11.5.1"
}