-
Notifications
You must be signed in to change notification settings - Fork 188
/
package.json
34 lines (34 loc) · 914 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
{
"name": "roim-picx",
"version": "1.0.1",
"scripts": {
"dev": "vite",
"build": "vite build",
"dev:worker": "wrangler pages dev ./public --kv=XK --r2=PICX",
"preview": "vite preview"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.1.0",
"@fortawesome/free-brands-svg-icons": "^6.1.0",
"@fortawesome/free-regular-svg-icons": "^6.1.0",
"@fortawesome/free-solid-svg-icons": "^6.1.0",
"@fortawesome/vue-fontawesome": "^3.0.0-5",
"axios": "^0.25.0",
"copy-to-clipboard": "^3.3.1",
"element-plus": "^2.2.23",
"itty-router": "^3.0.11",
"itty-router-extras": "^0.4.2",
"vue": "^3.2.47",
"vue-router": "^4.1.6"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20230115.0",
"@vitejs/plugin-vue": "^3.2.0",
"autoprefixer": "^10.4.2",
"postcss": "^8.4.5",
"tailwindcss": "^3.2.4",
"typescript": "^4.4.4",
"vite": "^3.2.5",
"wrangler": "^2.9.0"
}
}