forked from rune/rune
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.21 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
34
35
36
37
38
39
40
41
{
"name": "@rune/root",
"version": "0.0.0",
"private": true,
"workspaces": [
"packages/eslint-plugin-rune",
"packages/vite-plugin-rune",
"packages/rune-games-cli",
"packages/interpolators"
],
"scripts": {
"prepare": "husky install && yarn build && rm node_modules/vite/index.d.cts",
"build": "yarn workspaces run build",
"lint": "eslint .",
"test": "yarn workspaces run test",
"typecheck": "yarn workspaces run typecheck",
"updateSdkVersion": "node scripts/update-sdk-version.js"
},
"devDependencies": {
"@eslint/compat": "^1.1.1",
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.7.0",
"rune-games-cli": "7.8.16",
"eslint": "^9.7.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-rune": "2.1.0",
"eslint-plugin-eslint-plugin": "^6.2.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^17.9.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.35.0",
"eslint-plugin-react-hooks": "beta",
"eslint-plugin-vue": "^9.23.0",
"globals": "^15.8.0",
"husky": "7.0.2",
"lerna": "^6.1.0",
"lint-staged": "^12.4.1",
"prettier": "^3.3.3",
"typescript-eslint": "^8.0.0-alpha.54"
}
}