-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
65 lines (65 loc) · 1.99 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"private": true,
"name": "which-node-js",
"version": "0.0.0",
"author": {
"name": "Toby Smith",
"email": "[email protected]",
"url": "https://tobysmith.uk"
},
"license": "UNLICENSED",
"description": "Which version of Node.js should you be using?",
"prettier": "@tobysmith568/prettier-config",
"homepage": "https://github.com/tobysmith568/which-node-js#readme",
"packageManager": "[email protected]+sha512.b2dc20e2fc72b3e18848459b37359a32064663e5627a51e4c74b2c29dd8e8e0491483c3abb40789cfd578bf362fb6ba8261b05f0387d76792ed6e23ea3b1b6a0",
"repository": {
"type": "git",
"url": "git+https://github.com/tobysmith568/which-node-js.git"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"test": "jest",
"test:ci": "jest --ci --coverage",
"cypress": "cypress open"
},
"bugs": {
"url": "https://github.com/tobysmith568/which-node-js/issues"
},
"dependencies": {
"jotai": "^2.0.0",
"next": "15.1.4",
"next-seo": "^6.0.0",
"react": "19.0.0",
"react-dom": "19.0.0",
"rehype-external-links": "^3.0.0",
"zod": "^3.22.3"
},
"devDependencies": {
"@emotion/react": "^11.9.3",
"@emotion/styled": "^11.9.3",
"@license-cop/permissive": "^1.4.1",
"@testing-library/jest-dom": "^6.0.0",
"@testing-library/react": "^16.0.0",
"@testing-library/user-event": "^14.2.1",
"@tobysmith568/eslint-config": "^1.1.2",
"@tobysmith568/prettier-config": "^2.2.1",
"@types/node": "18.19.70",
"@types/react": "19.0.7",
"@types/react-dom": "19.0.3",
"@typescript-eslint/eslint-plugin": "^7.0.0",
"@typescript-eslint/parser": "^7.0.0",
"cspell": "^8.0.0",
"cypress": "^13.14.0",
"eslint": "8.57.1",
"eslint-config-next": "14.2.23",
"eslint-config-prettier": "^9.0.0",
"generate-license-file": "^3.6.0",
"http-server": "^14.1.1",
"jest": "^29.0.0",
"jest-environment-jsdom": "^29.0.0",
"license-cop": "^1.7.1",
"react-markdown": "^9.0.0",
"typescript": "5.7.3"
}
}