forked from geo-frontend/nlmaps
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 762 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 762 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": "@geo-frontend/source",
"version": "3.0.0",
"description": "",
"scripts": {
"build": "npx nx run-many --target=build",
"lint": "pnpm exec nx run-many --target=lint --all",
"preinstall": "npx only-allow pnpm"
},
"repository": {
"url": "https://github.com/geo-frontend/nlmaps",
"type": "GIT"
},
"license": "MIT",
"devDependencies": {
"@nx/eslint": "20.4.6",
"@nx/eslint-plugin": "20.4.6",
"@nx/js": "20.4.6",
"@nx/vite": "20.4.6",
"@nx/web": "20.4.6",
"@nx/workspace": "20.4.6",
"eslint": "~8.57.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"nx": "20.4.6",
"prettier": "^3.5.2",
"prettier-eslint": "^16.3.0",
"vite": "^5.4.14"
}
}