-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.48 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
48
49
50
51
52
53
{
"name": "performance-compendium",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"lint": "prettier -w -u . && eslint --ext ts,vue --fix .",
"typecheck": "vue-tsc --noEmit",
"build": "vite build"
},
"dependencies": {
"@mdi/font": "^5.9.55",
"@vueuse/core": "^4.8.2",
"debounce": "^1.2.1",
"gsap": "^3.6.1",
"three": "^0.127.0",
"vue": "3.0.11",
"vue-router": "^4.0.0"
},
"devDependencies": {
"@iconify/json": "^1.1.330",
"@types/debounce": "^1.2.0",
"@types/three": "^0.127.1",
"@typescript-eslint/eslint-plugin": "^4.22.0",
"@typescript-eslint/parser": "^4.22.0",
"@vitejs/plugin-vue": "^1.2.1",
"@vitejs/plugin-vue-jsx": "^1.1.3",
"@vue/compiler-sfc": "3.0.11",
"eslint": "^7.24.0",
"eslint-config-alloy": "^3.10.0",
"eslint-plugin-vue": "^7.9.0",
"prettier": "^2.2.1",
"sass": "^1.32.10",
"typescript": "^4.2.4",
"vite": "^2.1.5",
"vite-plugin-icons": "^0.5.0",
"vite-plugin-windicss": "^0.14.6",
"vue-eslint-parser": "^7.6.0",
"vue-tsc": "^0.0.24"
},
"eslintConfig": {
"extends": [
"alloy",
"alloy/typescript",
"alloy/vue"
],
"env": {
"browser": true
},
"parserOptions": {
"parser": "@typescript-eslint/parser"
}
}
}