-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
68 lines (68 loc) · 2 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "idle-ant-farm",
"version": "0.23.0",
"scripts": {
"dev": "vite --mode localhost",
"dev:tsc": "vue-tsc --noEmit --skipLibCheck && vite --mode localhost",
"build": "rm -rf dist && vite build",
"start": "npm run dev",
"lint": "eslint . --ext .js,.ts,.vue",
"lint:fix": "eslint . --ext .js,.ts,.vue --fix",
"prepare": "husky install"
},
"dependencies": {
"@fortawesome/free-regular-svg-icons": "^6.6.0",
"@owliehq/vue-addtohomescreen": "^2.0.3",
"@primevue/themes": "^4.0.5",
"@tailwindcss/forms": "^0.4.0",
"@tailwindcss/typography": "^0.5.2",
"@vitejs/plugin-vue": "^3.2.0",
"@vueuse/core": "^11.0.3",
"bignumber.js": "^9.1.2",
"cytoscape": "^3.30.2",
"draggable-resizable-vue3": "^1.0.94-beta",
"firebase": "^10.13.1",
"gridstack": "^10.3.1",
"husky": "^7.0.4",
"idb-keyval": "^6.2.1",
"lz-string": "^1.5.0",
"nightwind": "^1.1.13",
"pinia": "^2.2.2",
"primevue": "^4.0.5",
"tailwindcss": "^3.0.23",
"tippy.js": "^6.3.7",
"uuid": "^10.0.0",
"vite-plugin-package-version": "^1.1.0",
"vite-plugin-pwa": "^0.20.5",
"vue": "^3.2.31",
"vue-router": "^4.0.12",
"vue-simple-context-menu": "^4.1.0",
"vue-tippy": "^6.4.4",
"vue-toast-notification": "^3.1.2",
"vue3-toastify": "^0.2.3",
"vuedraggable": "^2.24.3",
"vuefire": "^3.2.0"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.12.1",
"@typescript-eslint/parser": "^5.12.1",
"@vue/compiler-sfc": "^3.2.31",
"@vue/eslint-config-typescript": "^10.0.0",
"autoprefixer": "^10.4.2",
"babel-eslint": "^10.1.0",
"eslint": "^8.9.0",
"eslint-plugin-vue": "^8.5.0",
"lint-staged": "^12.3.4",
"postcss": "^8.4.6",
"prettier": "^2.5.1",
"sass": "^1.78.0",
"sass-loader": "^16.0.1",
"typescript": "^5.6.3",
"vite": "^3.2.10",
"vue-tsc": "^2.1.6"
},
"lint-staged": {
"*.{js,ts,vue}": "eslint --cache --fix",
"*.{js,css,md}": "prettier --write"
}
}