-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.58 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.58 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
{
"name": "isimip-data",
"version": "1.0.0",
"scripts": {
"build:prod": "webpack --config webpack.config.js --mode production",
"build": "webpack --config webpack.config.js --mode development",
"watch": "webpack --config webpack.config.js --mode development --watch",
"lint": "eslint isimip_data/**/*.js"
},
"author": "Potsdam Institute for Climate Impact Research",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/ISI-MIP/isimip-data"
},
"dependencies": {
"@popperjs/core": "^2.11.8",
"@tanstack/react-query": "^5.56.2",
"bootstrap": "^5.3.3",
"buffer": "^6.0.3",
"bytes": "^3.1.2",
"classnames": "^2.5.1",
"jquery": "^3.7.1",
"js-sha512": "^0.9.0",
"local-storage": "^2.0.0",
"lodash": "^4.17.21",
"material-symbols": "^0.29.1",
"minisearch": "^7.1.2",
"npm-font-open-sans": "^1.1.0",
"prop-types": "^15.8.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-dropzone": "^14.3.8",
"react-markdown": "^9.0.1",
"use-debounce": "^10.0.4"
},
"devDependencies": {
"@babel/cli": "^7.23.9",
"@babel/core": "^7.24.0",
"@babel/preset-env": "^7.24.0",
"@babel/preset-react": "^7.23.3",
"babel-loader": "^9.1.3",
"copy-webpack-plugin": "^12.0.2",
"css-loader": "^6.10.0",
"eslint": "^8.57.0",
"eslint-plugin-react": "^7.34.0",
"file-loader": "^6.2.0",
"mini-css-extract-plugin": "^2.8.1",
"sass": "^1.71.1",
"sass-loader": "^14.1.1",
"webpack": "^5.90.3",
"webpack-cli": "^5.1.4",
"webpack-merge": "^5.10.0"
}
}