-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 937 Bytes
/
package.json
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": "@database-playground/app-sf",
"description": "The NPM package for the type declaration of the Symfony app.",
"scripts": {
"typecheck": "tsc --noEmit",
"lint": "eslint",
"format": "dprint fmt"
},
"dependencies": {
"@swc/cli": "^0.5.2",
"@swc/core": "^1.10.4",
"mjml": "^4.15.3"
},
"packageManager": "pnpm@9.15.2+sha512.93e57b0126f0df74ce6bff29680394c0ba54ec47246b9cf321f0121d8d9bb03f750a705f24edc3c1180853afd7c2c3b94196d0a3d53d3e069d9e2793ef11f321",
"devDependencies": {
"@codemirror/lang-sql": "^6.8.0",
"@codemirror/state": "^6.5.0",
"@eslint/js": "^9.17.0",
"@hotwired/stimulus": "^3.2.2",
"@symfony/stimulus-bridge": "^3.2.2",
"@types/bootstrap": "^5.2.10",
"bootstrap": "^5.3.3",
"codemirror": "^6.0.1",
"dprint": "^0.47.6",
"eslint": "^9.17.0",
"globals": "^15.14.0",
"typescript": "^5.7.2",
"typescript-eslint": "^8.19.0"
}
}