-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
36 lines (36 loc) · 968 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": "truth-table",
"version": "0.0.1",
"description": "A program to calculate and show truth tables",
"scripts": {
"dev": "vite --open --host",
"build": "vue-tsc --noEmit && vite build",
"serve": "vite preview"
},
"dependencies": {
"antlr4": "^4.9.3",
"global": "^4.4.0",
"pinia": "^2.0.11",
"vue": "^3.2.31",
"vue-i18n": "^9.1.9"
},
"devDependencies": {
"@iconify/iconify": "^2.1.2",
"@iconify/json": "^2.1.11",
"@iconify/vue": "^3.1.4",
"@intlify/vite-plugin-vue-i18n": "^3.3.1",
"@types/node": "^17.0.21",
"@vitejs/plugin-vue": "^2.2.4",
"@vueuse/core": "^7.7.1",
"pathe": "^0.2.0",
"typescript": "^4.6.2",
"unplugin-vue-components": "^0.17.21",
"vite": "^2.8.6",
"vite-plugin-purge-icons": "^0.8.1",
"vite-plugin-pwa": "^0.11.13",
"vite-plugin-windicss": "^1.8.4",
"vite-svg-loader": "^3.1.2",
"vue-tsc": "^0.32.1",
"windicss": "^3.5.1"
}
}