-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathpackage.json
38 lines (38 loc) · 1.11 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
{
"name": "diffusion-ui",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview --port 4173",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore",
"lintcheck": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --max-warnings 0 --ignore-path .gitignore"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.2.0",
"@fortawesome/free-solid-svg-icons": "^6.2.0",
"@fortawesome/vue-fontawesome": "^3.0.1",
"@vueuse/core": "^9.2.0",
"deepmerge": "^4.2.2",
"fabric": "^5.2.4",
"file-saver": "^2.0.5",
"pinia": "^2.0.17",
"primeflex": "^3.2.1",
"primeicons": "^5.0.0",
"primevue": "^3.16.2",
"pug": "^3.0.2",
"vue": "^3.2.37",
"vue-router": "^4.1.3",
"vue3-touch-events": "^4.1.0"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.1.4",
"@vitejs/plugin-vue": "^3.0.1",
"@vue/eslint-config-prettier": "^7.0.0",
"eslint": "^8.21.0",
"eslint-plugin-vue": "^9.4.0",
"eslint-plugin-vue-pug": "^0.5.4",
"prettier": "^2.7.1",
"vite": "^3.0.4"
}
}