-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.17 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
{
"name": "acdoc",
"version": "1.1.0",
"description": "acdoc",
"type": "module",
"scripts": {
"watch:ts": "rollup -c --watch",
"watch:scss": "sass --watch src/style/main.scss:dist/acdoc.css",
"server": "http-server . -p 8080"
},
"author": {
"name": "AUIOC",
"url": "https://github.com/auioc"
},
"contributors": [
{
"name": "WakelessSloth56",
"url": "https://github.com/WakelessSloth56"
},
{
"name": "LainIO24",
"url": "https://github.com/lainio24"
}
],
"repository": {
"type": "git",
"url": "[email protected]:auioc/acdoc.git"
},
"license": "AGPL-3.0-or-later",
"dependencies": {
"github-slugger": "^2.0.0",
"katex": "^0.16.9",
"marked": "^9.1.4",
"shiki": "^0.14.5"
},
"devDependencies": {
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-typescript": "^11.1.5",
"@types/katex": "^0.16.5",
"rollup": "^4.2.0",
"sass": "^1.69.5",
"terser": "^5.19.2",
"tslib": "^2.6.2",
"typescript": "^5.1.6"
}
}