-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 761 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 761 Bytes
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
{
"name": "geezscript",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"serve": "vite preview"
},
"dependencies": {
"@headlessui/vue": "^1.1.1",
"gun": "git+https://github.com/amark/gun.git",
"jq-console": "^2.13.2",
"jquery": "^3.6.0",
"skynet-js": "^2.9.0",
"splitpanes": "^3.0.4",
"vue": "^3.0.5",
"vue-router": "^4.0.6"
},
"devDependencies": {
"@vitejs/plugin-vue": "^1.2.2",
"@vue/compiler-sfc": "^3.0.5",
"autoprefixer": "^10.2.5",
"eslint": "^7.25.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-vue": "^7.9.0",
"postcss": "^8.2.13",
"prettier": "^2.2.1",
"pug": "^3.0.2",
"tailwindcss": "^2.1.2",
"vite": "^2.2.3"
}
}