-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 921 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
38
39
40
41
{
"name": "axioma.center",
"version": "1.2.0",
"description": "Animated geometry",
"keywords": [
"geometry",
"animation",
"svg"
],
"homepage": "https://github.com/davay42/axioma.center#readme",
"bugs": {
"url": "https://github.com/davay42/axioma.center/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/davay42/axioma.center.git"
},
"license": "MIT",
"author": "davay",
"type": "module",
"main": "index.js",
"scripts": {
"build": "vitepress build --mpa",
"deploy": "sh deploy.sh",
"dev": "vitepress dev ",
"serve": "vitepress serve --port 5510"
},
"dependencies": {
"@vueuse/core": "^10.7.1",
"vue": "^3.4.3",
"@unocss/reset": "^0.58.2"
},
"devDependencies": {
"pug": "^3.0.2",
"unplugin-auto-import": "^0.17.3",
"unplugin-vue-components": "^0.26.0",
"vitepress": "^1.0.0-rc.34",
"unocss": "^0.58.2",
"@unocss/extractor-pug": "^0.58.2"
}
}