-
Notifications
You must be signed in to change notification settings - Fork 848
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.3 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.3 KB
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"homepage": "/gremlint",
"name": "gremlint.com",
"version": "0.1.0",
"private": true,
"dependencies": {
"gremlint": "^3.8.0",
"react": "^18.3.1",
"react-dom": "^19.2.4",
"sharp-router": "^4.1.5",
"styled-components": "^6.1.14",
"web-vitals": "^5.0.0"
},
"scripts": {
"predeploy": "npm run build",
"deploy": "gh-pages -d dist",
"start": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"test": "vitest"
},
"author": "Øyvind Sæbø",
"license": "Apache-2.0",
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.3.2",
"@testing-library/user-event": "^14.6.1",
"@types/node": "^22.12.0",
"@types/react": "^18.3.18",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^4.3.4",
"gh-pages": "^6.3.0",
"jsdom": "^26.0.0",
"prettier": "^3.4.2",
"typescript": "^5.7.3",
"vite": "^6.1.0",
"vitest": "^3.0.0"
},
"overrides": {
"react": "$react",
"react-dom": "$react-dom"
},
"engines": {
"node": ">=22"
}
}