-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.63 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.63 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
{
"name": "cotw-tacklebox",
"private": true,
"version": "1.8.2",
"scripts": {
"build": "next build --debug",
"dev": "next dev",
"lint": "eslint ./src",
"lint:fix": "next lint --fix",
"prettier": "prettier ./src --check",
"prettier:fix": "prettier ./src --fix",
"start": "next start"
},
"dependencies": {
"@next/third-parties": "^15.4.6",
"@nivo/boxplot": "^0.99.0",
"@nivo/core": "^0.99.0",
"@nivo/theming": "^0.99.0",
"clsx": "^2.1.1",
"next": "^15.4.6",
"normalize.css": "^8.0.1",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"react-icons": "^5.5.0",
"react-transition-group": "^4.4.5",
"scroll-into-view-if-needed": "^3.1.0",
"use-resize-observer": "^9.1.0"
},
"devDependencies": {
"@next/eslint-plugin-next": "^15.4.6",
"@svgr/webpack": "^8.1.0",
"@types/node": "^24.2.0",
"@types/react": "^19.1.9",
"@types/react-dom": "^19.1.7",
"@types/react-transition-group": "^4.4.12",
"@typescript-eslint/eslint-plugin": "^8.39.0",
"@typescript-eslint/parser": "^8.39.0",
"eslint": "^9.32.0",
"eslint-config-next": "^15.4.6",
"eslint-config-prettier": "^10.1.8",
"eslint-import-resolver-typescript": "^4.4.4",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-prettier": "^5.5.4",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^5.2.0",
"globals": "^16.3.0",
"prettier": "^3.6.2",
"typescript": "^5.9.2"
},
"packageManager": "[email protected]+sha512.d615db246fe70f25dcfea6d8d73dee782ce23e2245e3c4f6f888249fb568149318637dca73c2c5c8ef2a4ca0d5657fb9567188bfab47f566d1ee6ce987815c39"
}