forked from cfour-hi/gitstars
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 799 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": "gitstars",
"private": true,
"version": "2.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"deploy": "vite build && cp -r dist/* /var/www/gitstars"
},
"dependencies": {
"axios": "^1.3.4",
"github-markdown-css": "^5.2.0",
"lodash": "^4.17.21",
"pinia": "^2.0.33",
"vue": "^3.2.45",
"vue-virtual-scroller": "^2.0.0-beta.8"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.0.0",
"autoprefixer": "^10.4.14",
"postcss": "^8.4.31",
"prettier": "^2.8.7",
"prettier-plugin-tailwindcss": "^0.2.6",
"tailwindcss": "^3.3.0",
"vite": "^4.1.5",
"vite-plugin-svg-icons": "^2.0.1"
},
"engines": {
"npm": ">=8.0.0 <9.0.0",
"node": ">=18.0.0"
}
}