forked from stimulus-components/stimulus-components
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 968 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 968 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
31
32
{
"private": true,
"scripts": {
"lint": "pnpm lint:check && pnpm lint:js",
"lint:check": "tsc --noEmit",
"lint:js": "eslint --ignore-path .gitignore .",
"lintfix": "prettier --write --list-different . && pnpm lint:js --fix",
"docs": "pnpm -C docs dev",
"test": "vitest --run"
},
"devDependencies": {
"@hotwired/stimulus": "^3.2.2",
"@hotwired/turbo": "^8.0.13",
"@nuxt/eslint-config": "^0.2.0",
"@tailwindcss/postcss": "^4.1.13",
"@types/google.maps": "^3.58.1",
"@types/jest": "^30.0.0",
"@types/rails__request.js": "^0.0.1",
"@typescript-eslint/parser": "^8.44.1",
"babel-jest": "^30.1.2",
"eslint": "^8.57.1",
"eslint-config-prettier": "^9.1.2",
"eslint-plugin-prettier": "^5.5.4",
"eslint-plugin-vue": "^9.33.0",
"prettier": "3.6.2",
"tailwindcss": "4.1.13",
"typescript": "5.9.2",
"vite": "7.1.7",
"vitest": "^3.2.4"
},
"packageManager": "pnpm@10.17.1"
}