-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.16 KB
/
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
37
38
39
40
41
42
43
44
45
46
47
{
"name": "portfolio",
"private": true,
"version": "1.0.0",
"author": {
"name": "Venki Vijay",
"email": "[email protected]",
"url": "https://venkivijay.com"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/venkivijay/pf.git"
},
"bugs": "https://github.com/venkivijay/pf/issues",
"scripts": {
"dev": "vite --host",
"build": "vite build",
"serve": "vite preview",
"pretty-yell": "prettier --check .",
"pretty": "prettier --write .",
"lint-yell": "eslint \"./**/*.{js,vue}\"",
"lint": "eslint \"./**/*.{js,vue}\" --fix",
"structure": "tree -L 2 -I 'reference|node_modules|icons'"
},
"dependencies": {
"@vuelidate/core": "^2.0.2",
"@vuelidate/validators": "^2.0.2",
"debounce": "^1.2.1",
"three": "^0.130.1",
"vue": "^3.3.4",
"vue-router": "^4.2.2",
"vue-toastification": "^2.0.0-rc.5"
},
"devDependencies": {
"@vitejs/plugin-vue": "^1.10.2",
"@vue/compiler-sfc": "^3.3.4",
"autoprefixer": "^10.4.14",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-vue": "^7.20.0",
"postcss": "^8.4.24",
"prettier": "^2.8.8",
"tailwindcss": "^2.2.19",
"vite": "^2.9.16"
}
}