-
-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 928 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 928 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
33
34
35
{
"name": "nova.js",
"private": false,
"version": "1.26.0",
"type": "module",
"engines": {
"node": ">=18"
},
"scripts": {
"dev": "vite",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"prettier": "prettier --check .",
"test": "vitest run",
"test:watch": "vitest --watch"
},
"devDependencies": {
"@testing-library/react": "^16.3.0",
"@types/jsdom": "^21.1.7",
"@types/react": "19.0.1",
"@types/react-dom": "19.0.1",
"@typescript-eslint/eslint-plugin": "8.17.0",
"@typescript-eslint/parser": "8.17.0",
"@vitejs/plugin-react": "4.3.4",
"eslint": "9.16.0",
"eslint-plugin-react-hooks": "5.1.0",
"eslint-plugin-react-refresh": "0.4.16",
"jsdom": "^26.1.0",
"prettier": "3.4.2",
"react": "19.0.0",
"react-dom": "19.0.0",
"typescript": "5.7.2",
"vite": "6.0.3",
"vitest": "^3.1.2"
}
}