-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 1.04 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
{
"name": "rachunek",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "vite --port=9001 --open",
"build": "vue-tsc --noEmit && vite build",
"lint": "eslint --ext .js,.ts,.vue src",
"preview": "vite preview --port=9001 --open"
},
"dependencies": {
"@mdi/font": "^6.1.95",
"@vue/composition-api": "^1.4.4",
"@vueuse/core": "^7.5.3",
"axios": "^0.25.0",
"core-js": "^3.8.3",
"roboto-fontface": "*",
"slownie": "^1.0.1",
"vue": "^2.6.11",
"vue-clipboard2": "^0.3.0",
"vue-router": "^3.0.1"
},
"devDependencies": {
"@types/node": "^17.0.10",
"@vitejs/plugin-legacy": "^1.6.4",
"@vue/runtime-dom": "^3.2.27",
"eslint": "^7.20.0",
"eslint-config-jkarczm": "5.0.0-beta.34",
"sass": "~1.32.0",
"typescript": "~4.4",
"unplugin-vue-components": "^0.18.5",
"unplugin-vue2-script-setup": "^0.10.1",
"vite": "^2.7.2",
"vite-plugin-checker": "^0.4.4",
"vite-plugin-vue2": "^1.9.2",
"vue-template-compiler": "^2.6.11",
"vue-tsc": "^0.30.6"
}
}