-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.46 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.46 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
{
"name": "nimiq-tutorial",
"type": "module",
"version": "0.0.3",
"private": true,
"license": "Apache-2.0",
"scripts": {
"astro": "astro",
"build": "astro check && astro build",
"deploy": "bumpp && npm run build && wrangler pages deploy dist",
"dev": "node scripts/fetch-widget-assets.js && astro dev",
"preview": "astro preview",
"start": "astro dev",
"postbuild": "cp _headers ./dist/",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"prebuild": "node scripts/fetch-widget-assets.js"
},
"dependencies": {
"@astrojs/vue": "^5.1.0",
"@tutorialkit/react": "1.5.0",
"astro-seo": "^0.8.4",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"reka-ui": "^2.3.1",
"vue": "^3.5.17"
},
"devDependencies": {
"@antfu/eslint-config": "^4.16.1",
"@astrojs/check": "^0.7.0",
"@astrojs/react": "^3.6.0",
"@tutorialkit/astro": "1.5.0",
"@tutorialkit/theme": "1.5.0",
"@tutorialkit/types": "1.5.0",
"@types/node": "^20.14.6",
"@types/react": "^18.3.3",
"@unocss/eslint-plugin": "^66.2.3",
"astro": "^4.15.0",
"astro-eslint-parser": "^1.2.2",
"bumpp": "^9.7.1",
"eslint": "^9.29.0",
"eslint-plugin-astro": "^1.3.1",
"eslint-plugin-format": "^1.0.1",
"fast-glob": "^3.3.3",
"nimiq-css": "1.0.0-beta.54",
"pathe": "^2.0.3",
"prettier-plugin-astro": "^0.14.1",
"typescript": "^5.4.5",
"vite-plugin-llmstxt": "^0.0.2",
"wrangler": "^3.96.0"
}
}