-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.06 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.06 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
{
"name": "xctracksim",
"version": "0.1.0-beta.3",
"private": true,
"scripts": {
"dev": "next dev",
"build": "eslint . && next build",
"start": "next start",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
"dependencies": {
"@vercel/analytics": "^1.5.0",
"d3-random": "^3.0.1",
"facesjs": "^4.2.2",
"idb": "^8.0.0",
"lodash": "^4.17.21",
"next": "16.1.5",
"papaparse": "^5.4.1",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"react-icons": "^5.4.0",
"seedrandom": "^3.0.5",
"simple-statistics": "^7.8.8"
},
"devDependencies": {
"@eslint/eslintrc": "^3.3.3",
"@eslint/js": "^9.39.2",
"@tailwindcss/postcss": "^4.1.10",
"@types/d3-random": "^3.0.3",
"@types/lodash": "^4.17.20",
"@types/node": "^20",
"@types/papaparse": "^5.3.15",
"@types/react": "^19",
"@types/react-dom": "^19",
"@types/seedrandom": "^3.0.8",
"eslint": "^9",
"eslint-config-next": "^16.1.0",
"postcss": "^8.4.47",
"tailwindcss": "^4.1.10",
"typescript": "^5.6.2"
}
}