-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.03 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
{
"name": "defucc.me",
"version": "1.2.0",
"description": "Development Foundation for Universalization, Cooperation and Creativity",
"keywords": [
"geometry",
"animation",
"svg"
],
"homepage": "https://github.com/DeFUCC/defucc.me",
"bugs": {
"url": "https://github.com/DeFUCC/defucc.me/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DeFUCC/defucc.me.git"
},
"license": "MIT",
"author": "davay",
"main": "index.js",
"type": "module",
"scripts": {
"build": "vitepress build ",
"deploy": "sh deploy.sh",
"dev": "vitepress dev ",
"serve": "vitepress serve --port 4195"
},
"dependencies": {
"@vueuse/core": "^10.9.0",
"vue": "^3.4.21"
},
"devDependencies": {
"@iconify/json": "^2.2.196",
"@types/node": "^20.11.30",
"esbuild-register": "^3.5.0",
"pug": "^3.0.2",
"unplugin-auto-import": "^0.17.5",
"unplugin-icons": "^0.18.5",
"unplugin-vue-components": "^0.26.0",
"vite": "^4.5.3",
"vite-plugin-windicss": "^1.9.3",
"vitepress": "^1.0.1",
"windicss": "^3.5.6"
}
}