-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 919 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": "hydrotab",
"version": "0.0.3",
"scripts": {
"dev": "vite",
"dev:browser": "vite -c vite.config.browser.ts",
"build": "vite build",
"build:browser": "vite build -c vite.config.browser.ts",
"serve": "vite preview",
"typecheck": "vuedx-typecheck"
},
"dependencies": {
"animejs": "^3.2.1",
"feather-icons": "^4.28.0",
"vue": "^3.0.7",
"vue-router": "^4.0.4",
"vuex": "^4.0.0",
"webextension-polyfill-ts": "^0.25.0"
},
"devDependencies": {
"@rollup/plugin-inject": "^4.0.2",
"@types/animejs": "^3.1.2",
"@types/feather-icons": "^4.7.0",
"@vitejs/plugin-vue": "^1.1.5",
"@vue/compiler-sfc": "^3.0.7",
"@vuedx/typecheck": "^0.6.0",
"@vuedx/typescript-plugin-vue": "^0.6.0",
"rollup-plugin-copy2": "^0.2.0",
"rollup-plugin-zip": "^1.0.1",
"sass": "^1.32.8",
"typescript": "^4.2.3",
"vite": "^2.9.13"
}
}