-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
88 lines (88 loc) · 2.47 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
"name": "aims",
"version": "0.0.1",
"private": true,
"homepage": "https://institute-for-future-intelligence.github.io/aims",
"type": "module",
"dependencies": {
"@react-three/drei": "^9.99.4",
"@react-three/fiber": "^8.15.16",
"antd": "^5.23.2",
"d3-brush": "^3.0.0",
"dayjs": "^1.10.7",
"fastest-levenshtein": "^1.0.16",
"file-saver": "^2.0.5",
"firebase": "^8.10.0",
"html2canvas": "^1.4.1",
"i18next": "^23.7.8",
"i18next-browser-languagedetector": "^7.2.0",
"immer": "^10.0.3",
"lodash": "^4.17.21",
"mathjs": "^12.4.0",
"ml-regression-polynomial": "^3.0.0",
"papaparse": "^5.4.1",
"platform": "^1.3.6",
"react": "^18.2.0",
"react-beforeunload": "^2.6.0",
"react-cookie-consent": "^9.0.0",
"react-dom": "^18.2.0",
"react-draggable": "^4.4.6",
"react-i18next": "^13.5.0",
"react-keyboard-event-handler": "^1.5.4",
"react-share": "^5.0.3",
"react-timeago": "^7.2.0",
"recharts": "^2.12.3",
"save-svg-as-png": "^1.4.17",
"short-uuid": "^4.2.2",
"styled-components": "^6.1.1",
"three": "^0.158.0",
"three-spritetext": "^1.8.1",
"typescript": "^5.3.3",
"vite-raw-plugin": "^1.0.2",
"web-vitals": "^3.5.0",
"zustand": "^4.5.0"
},
"devDependencies": {
"@types/d3-brush": "^3.0.6",
"@types/file-saver": "^2.0.7",
"@types/jest": "^29.5.10",
"@types/lodash": "^4.14.202",
"@types/node": "^20.10.0",
"@types/papaparse": "^5.3.14",
"@types/platform": "^1.3.6",
"@types/react": "^18.2.43",
"@types/react-beforeunload": "^2.1.5",
"@types/react-dom": "^18.2.17",
"@types/react-keyboard-event-handler": "^1.5.4",
"@types/react-timeago": "^4.1.6",
"@types/styled-components": "^5.1.34",
"@types/three": "^0.159.0",
"@typescript-eslint/eslint-plugin": "^6.14.0",
"@typescript-eslint/parser": "^6.14.0",
"@vitejs/plugin-react": "^4.2.1",
"eslint": "^8.55.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"gh-pages": "^6.1.0",
"husky": "^8.0.3",
"lint-staged": "^15.2.0",
"prettier": "^3.1.0",
"vite": "^5.0.10"
},
"scripts": {
"predeploy": "npm run build",
"deploy": "gh-pages -d dist",
"start": "vite",
"build": "vite build",
"prepare": "husky install"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"lint-staged": {
"**/*": "prettier --write --ignore-unknown"
}
}