forked from vueform/vite-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 867 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
35
36
{
"name": "@vueform/vite-starter",
"version": "1.0.0",
"private": false,
"description": "Vueform Vite + Tailwind CSS 3 Boilerplate",
"licence": "MIT",
"author": "Adam Berecz <adam@vueform.com>",
"repository": {
"type": "git",
"url": "git+https://github.com/vueform/vite-starter.git"
},
"bugs": {
"url": "https://github.com/vueform/vite-starter/issues"
},
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"axios": "^0.25.0",
"lodash": "^4.17.21",
"moment": "^2.29.1",
"node-sass": "^7.0.1",
"sass-loader": "^10.2.1",
"vue": "^3.2.25",
"@vueform/vueform": "^1.2.6"
},
"devDependencies": {
"@vitejs/plugin-vue": "^2.0.0",
"autoprefixer": "^10.4.2",
"postcss": "^8.4.6",
"tailwindcss": "^3.0.18",
"vite": "^2.7.2"
}
}