-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.45 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.45 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
{
"name": "fuzzy-timbox",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "jest --watch --verbose ./__test__/evaluation"
},
"dependencies": {
"@monaco-editor/react": "^4.4.6",
"antd": "^4.24.0",
"axios": "^1.1.3",
"classnames": "^2.3.2",
"d3": "^7.6.1",
"d3-polygon": "^3.0.1",
"heap": "^0.2.7",
"lodash": "^4.17.21",
"mobx": "^6.6.2",
"mobx-react": "^7.5.3",
"ndarray": "^1.0.19",
"next": "13.0.0",
"papaparse": "^5.3.2",
"random": "^3.0.6",
"react": "18.2.0",
"react-beautiful-dnd": "^13.1.1",
"react-dom": "18.2.0",
"sass": "^1.55.0",
"tinyqueue": "^2.0.3"
},
"devDependencies": {
"@babel/preset-env": "^7.20.2",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@types/d3": "^7.4.0",
"@types/d3-polygon": "^3.0.0",
"@types/heap": "^0.2.31",
"@types/jest": "^29.2.4",
"@types/lodash": "^4.14.188",
"@types/ndarray": "^1.0.11",
"@types/node": "18.11.8",
"@types/papaparse": "^5.3.5",
"@types/react": "18.0.24",
"@types/react-beautiful-dnd": "^13.1.3",
"@types/react-dom": "18.0.8",
"babel-jest": "^29.4.3",
"eslint": "8.26.0",
"eslint-config-next": "13.0.0",
"jest": "^29.3.1",
"jest-environment-jsdom": "^29.3.1",
"ts-jest": "^29.0.5",
"typescript": "4.8.4"
}
}