-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 756 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 756 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
{
"name": "flashback",
"private": true,
"version": "0.0.1",
"type": "module",
"scripts": {
"dev": "astro dev",
"lint": "eslint .",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"postinstall": "astro telemetry disable"
},
"dependencies": {
"@ruffle-rs/ruffle": "^0.1.0-nightly.2024.12.15"
},
"devDependencies": {
"@stylistic/eslint-plugin": "^2.12.1",
"@types/node": "^22.10.2",
"@typescript-eslint/eslint-plugin": "^8.18.0",
"@typescript-eslint/parser": "^8.18.0",
"astro": "^5.0.5",
"cross-env": "^7.0.3",
"eslint": "^9.17.0",
"eslint-plugin-astro": "^1.3.1",
"events": "^3.3.0",
"typescript": "~5.7.2",
"typescript-eslint": "^8.18.0"
}
}