-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.65 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.65 KB
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
{
"name": "cassette-beasts-extract",
"version": "2.1.0",
"description": "Website generated from data & images extracted from the Cassette Beasts",
"scripts": {
"dev": "astro dev",
"build": "astro check && astro build",
"lint": "npx eslint src",
"build:scss": "sass ./src/scss/responsive:./public/assets/css",
"data": "dotenv -- tsx --tsconfig ./tsconfig.data.json src/build.ts",
"data:dev": "dotenv -- tsx --tsconfig ./tsconfig.data.json src/main.ts",
"service-worker": "npx workbox-cli generateSW ./workbox-config.js",
"astro": "astro"
},
"author": "Kurt Lourens",
"license": "GPL-3.0-only",
"dependencies": {
"@astrojs/react": "^3.6.2",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"astro": "^4.15.1",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@assistantapps/assistantapps.api.client": "^0.0.26",
"@astrojs/check": "^0.9.3",
"@astrojs/sitemap": "^3.1.6",
"@resvg/resvg-js": "^2.6.2",
"@types/node": "^20.14.9",
"@types/prompts": "^2.4.9",
"@typescript-eslint/parser": "^8.0.1",
"@zokki/astro-minify": "^1.1.0",
"astro-meta-tags": "^0.3.0",
"astro-robots-txt": "^1.0.0",
"canvas": "^2.11.2",
"dotenv-cli": "^7.4.2",
"eslint": "^9.8.0",
"eslint-plugin-astro": "^1.2.3",
"favicons": "^7.2.0",
"handlebars": "^4.7.8",
"image-size": "^1.1.1",
"node-watch": "^0.7.4",
"npm-run-all": "^4.1.5",
"prompts": "^2.4.2",
"reflect-metadata": "^0.2.2",
"sass": "^1.77.6",
"sharp": "^0.33.4",
"tsx": "^4.15.8",
"typedi": "^0.10.0",
"typescript": "^5.5.3",
"vite": "^5.3.4"
}
}