-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathpackage.json
26 lines (26 loc) · 882 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
{
"name": "dualsense-tester",
"private": true,
"scripts": {
"build:fe": "pnpm -C packages/tester-frontend build",
"build:fe:iwa": "pnpm -C packages/tester-frontend build --config vite.config.iwa.ts",
"dev:fe": "pnpm -C packages/tester-frontend dev",
"dev:fe:iwa": "pnpm -C packages/tester-frontend dev --config vite.config.iwa.ts",
"build:lib": "pnpm -C packages/dualsense.js build",
"dev:lib": "pnpm -C packages/dualsense.js dev"
},
"devDependencies": {
"@antfu/eslint-config": "^3.11.0",
"@eslint/eslintrc": "^3.2.0",
"@tsconfig/node18": "^18.2.2",
"@types/lodash-es": "^4.17.12",
"@types/node": "^18.17.17",
"@types/umami": "^2.10.0",
"@types/w3c-web-hid": "^1.0.6",
"@unocss/eslint-config": "^0.64.1",
"@vue/tsconfig": "^0.4.0",
"eslint": "^9.15.0",
"typescript": "5.6.2",
"vite": "^6.0.1"
}
}