-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.41 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
{
"name": "saar-playback",
"version": "1.0.0",
"scripts": {
"start": "webpack serve --open --config webpack.config.js",
"build": "NODE_ENV=production webpack --config webpack.config.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"devDependencies": {
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^7.15.0",
"@typescript-eslint/parser": "^7.15.0",
"css-loader": "^7.1.2",
"eslint": "^8.57.0",
"html-webpack-plugin": "^5.6.0",
"postcss": "^8.4.39",
"postcss-loader": "^8.1.1",
"postcss-preset-env": "^9.5.15",
"postcss-preset-mantine": "^1.15.0",
"postcss-simple-vars": "^7.0.1",
"style-loader": "^4.0.0",
"ts-loader": "^9.5.1",
"typescript": "^5.5.3",
"webpack": "^5.92.1",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.0.4"
},
"dependencies": {
"@mantine/core": "^7.11.1",
"@mantine/hooks": "^7.11.1",
"@mantine/notifications": "^7.11.1",
"@reduxjs/toolkit": "^2.2.6",
"@tabler/icons-react": "^3.8.0",
"@types/papaparse": "^5.3.14",
"@types/uuid": "^10.0.0",
"maplibre-gl": "^4.5.0",
"ml-hclust": "^3.1.0",
"papaparse": "^5.4.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-redux": "^9.1.2",
"redux": "^5.0.1",
"uuid": "^10.0.0"
}
}