-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 900 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 900 Bytes
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
{
"name": "@snowballtools/docs",
"private": true,
"version": "0.0.1",
"description": "",
"scripts": {
"test": "ospec",
"build": "lancer build",
"init": "lancer init",
"dev": "lancer dev",
"format": "prettier -w ."
},
"engines": {
"node": ">=16 <18"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@alpinejs/collapse": "^3.13.9",
"@lancer/studio": "^0.24.3",
"@tailwindcss/line-clamp": "^0.4.4",
"@tailwindcss/typography": "^0.5.13",
"alpinejs": "^3.10.5",
"assert": "^2.0.0",
"endent": "^2.1.0",
"highlight.js": "^11.9.0",
"markdown-it": "^14.1.0",
"markdown-it-anchor": "^9.0.1",
"markdown-it-toc-done-right": "^4.2.0",
"ospec": "^4.1.6",
"tailwindcss": "^3.4.3"
},
"devDependencies": {
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"prettier": "^3.2.5"
}
}