-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 781 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 781 Bytes
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": "soju",
"private": true,
"version": "0.3.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"engines" : {
"node" : "<=16"
},
"dependencies": {
"buffer": "^6.0.3",
"netlify": "^11.0.0",
"node-fetch": "^2.6.1",
"vue": "^3.2.25",
"vue-router": "^4.0.9",
"vuex": "^4.0.2"
},
"devDependencies": {
"@tailwindcss/aspect-ratio": "^0.2.1",
"@tailwindcss/forms": "^0.3.3",
"@tailwindcss/line-clamp": "^0.2.1",
"@tailwindcss/typography": "^0.4.1",
"@types/tailwindcss": "^2.0.6",
"@vitejs/plugin-vue": "^2.2.0",
"@vue/compiler-sfc": "^3.1.1",
"autoprefixer": "^10.2.6",
"tailwindcss": "^2.2.0",
"vite": "^2.8.0",
"vite-plugin-pwa": "^0.7"
}
}