-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
48 lines (48 loc) · 1.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
{
"name": "aplos",
"version": "3.0.0-3",
"type": "module",
"description": "A sleek, contemporary, and purposefully designed VitePress theme",
"main": "index.ts",
"keywords": [
"VitePress",
"Aplos",
"Theme",
"Vite",
"Modern",
"Vue",
"VitePress Theme"
],
"author": "Gabriel Cozma",
"license": "MIT",
"dependencies": {
"@aplosdev/boosts": "https://codeload.github.com/aplosdev/boosts/tar.gz/b66e8cabd2421f8035e5def56bbeb071578d3dc8",
"@csstools/normalize.css": "^12.1.1",
"inter-ui": "^4.0.2",
"non.geist": "^1.0.3",
"sass": "^1.79.3"
},
"scripts": {
"docs:dev": "pnpm --filter=./docs dev",
"docs:build": "pnpm --filter=./docs build",
"docs:preview": "pnpm --filter=./docs preview",
"format": "prettier --write .",
"lint": "eslint . --fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/aplosdev/aplos.git"
},
"bugs": {
"url": "https://github.com/aplosdev/aplos/issues"
},
"homepage": "https://aplos.gxbs.me",
"devDependencies": {
"@eslint/js": "^9.9.0",
"eslint": "~9.13.0",
"eslint-plugin-vue": "^9.27.0",
"globals": "^15.9.0",
"prettier": "^3.3.3",
"vue": "^3.4.35"
}
}