-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 802 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 802 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
{
"name": "circle-packing",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "astro build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "module",
"devDependencies": {
"@types/node": "^20.2.5",
"@types/tap": "^15.0.8",
"astro": "^2.6.1",
"autoprefixer": "^10.4.14",
"katex": "^0.16.7",
"postcss": "^8.4.24",
"postcss-nested": "^6.0.1",
"postcss-nesting": "^11.2.2",
"postcss-scss": "^4.0.6",
"rehype-katex": "^6.0.3",
"remark-math": "^5.1.1",
"svelte": "^3.59.1",
"tap": "^16.3.6",
"ts-node": "^10.9.1",
"typescript": "^5.1.3",
"vite": "^4.3.9"
},
"dependencies": {
"@astrojs/svelte": "^2.2.0"
}
}