-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 1.01 KB
/
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
31
32
33
{
"name": "greycat-template-web",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"clean": "rm -rf dist",
"dev": "vite",
"build": "tsc && vite build",
"lint": "pnpm lint:app && pnpm lint:server",
"lint:app": "eslint frontend/common frontend/components frontend/pages -c ./.eslintrc.cjs --report-unused-disable-directives --max-warnings 0",
"lint:server": "greycat-lang lint",
"gen": "greycat codegen frontend/common/project"
},
"dependencies": {
"@greycat/web": "https://get.greycat.io/files/sdk/web/testing/6.10/6.10.48-testing.tgz",
"@shoelace-style/shoelace": "2.15.0",
"@tabler/icons": "3.3.0",
"maplibre-gl": "4.2.0"
},
"devDependencies": {
"@types/node": "20.12.8",
"@typescript-eslint/eslint-plugin": "7.8.0",
"@typescript-eslint/parser": "7.8.0",
"eslint": "8.56.0",
"http-proxy": "1.18.1",
"lightningcss": "1.24.1",
"prettier": "3.2.5",
"typescript": "5.4.5",
"vite": "5.2.11",
"@eslint/js": "9.1.1"
}
}