-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
61 lines (61 loc) · 1.79 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
{
"name": "explosions",
"type": "module",
"version": "0.0.1",
"packageManager": "[email protected]",
"description": "(∩ ◕_▩ )⊃━☆ Explosion!",
"author": {
"email": "[email protected]",
"name": "YunYouJun",
"url": "https://www.yunyoujun.cn"
},
"repository": {
"url": "https://github.com/YunYouJun/explosions",
"type": "git"
},
"scripts": {
"dev": "pnpm -C playground dev",
"build": "pnpm -C playground build",
"build:lib": "vite build --mode lib",
"lint": "eslint .",
"postinstall": "npm run update:meta",
"preview": "vite preview",
"preview-https": "serve dist",
"typecheck": "vue-tsc --noEmit",
"update:meta": "pnpm -C scripts run update",
"docs:dev": "pnpm -C docs dev",
"docs:build": "pnpm -C docs build",
"docs:preview": "pnpm -C docs preview",
"pixi:example": "tsx scripts/pixi/index.ts example"
},
"dependencies": {
"@ctrl/tinycolor": "^4.1.0",
"prism-theme-vars": "^0.2.5",
"sass": "^1.75.0"
},
"devDependencies": {
"@antfu/eslint-config": "^3.7.3",
"@iconify-json/carbon": "^1.2.1",
"@iconify-json/icon-park-outline": "^1.2.0",
"@iconify-json/mdi": "^1.2.0",
"@iconify-json/ri": "^1.2.0",
"@iconify-json/simple-icons": "^1.2.5",
"@intlify/unplugin-vue-i18n": "^4.0.0",
"@types/fs-extra": "^11.0.4",
"@types/markdown-it-link-attributes": "^3.0.5",
"@types/node": "^22.7.4",
"@yunyoujun/logger": "^0.3.5",
"eslint": "^9.12.0",
"fs-extra": "^11.2.0",
"gray-matter": "^4.0.3",
"https-localhost": "^4.7.1",
"markdown-it-link-attributes": "^4.0.1",
"markdown-it-prism": "^2.3.0",
"nuxt": "^3.13.2",
"pnpm": "^9.12.0",
"star-markdown-css": "^0.5.2",
"tsx": "^4.19.1",
"typescript": "^5.6.2",
"vue-tsc": "^2.1.6"
}
}