-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 977 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 977 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
39
40
{
"name": "@example/basics",
"version": "0.0.1",
"private": true,
"scripts": {
"local:cms": "npx decap-server",
"start": "concurrently \"npm run local:cms\" \"astro dev --host\"",
"build": "astro build",
"preview": "astro preview",
"preview:basic": "http-server dist",
"test": "jest"
},
"devDependencies": {
"@astrojs/rss": "4.0.13",
"@astrojs/sitemap": "3.6.0",
"@types/jest": "29.5.12",
"astro": "5.15.4",
"autoprefixer": "10.4.19",
"concurrently": "8.2.2",
"cssnano": "6.1.2",
"http-server": "14.1.1",
"jest": "29.7.0",
"markdown-it": "14.1.0",
"postcss-url": "10.1.3",
"sanitize-html": "2.14.0",
"sass": "1.75.0",
"ts-jest": "29.1.2",
"unist-util-visit": "5.0.0"
},
"dependencies": {
"darkreader": "4.9.109",
"decap-cms-app": "3.1.10",
"lit": "3.2.0",
"shader-doodle": "1.0.0-alpha.20",
"three": "0.167.1"
},
"jest": {
"preset": "ts-jest"
}
}