-
Notifications
You must be signed in to change notification settings - Fork 30
/
package.json
37 lines (37 loc) · 993 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
37
{
"name": "orion",
"version": "1.0.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview --port 4173",
"test:unit": "vitest --environment jsdom",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore"
},
"dependencies": {
"flag-icons": "^6.6.6",
"pinia": "^2.0.16",
"vue": "^2.7.7",
"vue-i18n": "^8.28.2",
"vue-notification": "^1.3.20",
"vue-router": "^3.5.4",
"vue-tippy": "^4.16.0",
"vue-unicons": "^3.3.1"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.1.0",
"@vitejs/plugin-legacy": "^2.0.0",
"@vitejs/plugin-vue2": "^1.1.2",
"@vue/eslint-config-prettier": "^7.0.0",
"@vue/test-utils": "^1.3.0",
"eslint": "^8.5.0",
"eslint-plugin-vue": "^9.0.0",
"jsdom": "^20.0.0",
"prettier": "^2.5.1",
"sass": "^1.55.0",
"terser": "^5.14.2",
"vite": "^3.2.7",
"vitest": "^0.18.1",
"vue-template-compiler": "^2.7.7"
}
}