-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
/
Copy pathpackage.json
38 lines (38 loc) · 1.04 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
{
"name": "@warp-drive/internal-config",
"private": true,
"version": "5.4.0-alpha.141",
"type": "module",
"dependencies": {
"@babel/cli": "^7.26.4",
"@babel/core": "^7.26.9",
"@babel/eslint-parser": "7.26.8",
"@rollup/plugin-babel": "^6.0.4",
"@typescript-eslint/eslint-plugin": "^8.10.0",
"@typescript-eslint/parser": "^8.10.0",
"typescript-eslint": "^8.10.0",
"@embroider/addon-dev": "^7.1.1",
"@eslint/js": "^9.13.0",
"globals": "^16.0.0",
"glob": "^11.0.1",
"ember-eslint-parser": "^0.5.2",
"eslint": "^9.12.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-mocha": "^10.5.0",
"eslint-plugin-n": "^17.11.0",
"eslint-plugin-qunit": "^8.1.2",
"eslint-plugin-simple-import-sort": "^12.1.1",
"rollup": "^4.34.9",
"typescript": "^5.7.2",
"vite": "^5.4.14",
"vite-plugin-dts": "^3.9.1"
},
"engines": {
"node": ">= 18.20.7"
},
"volta": {
"extends": "../package.json"
},
"packageManager": "pnpm@10.5.2"
}