-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.37 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
{
"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": {
"bootstrap": "^4.6.2",
"bytes": "^3.1.2",
"jquery": "^3.6.2",
"js-sha512": "^0.8.0",
"local-storage": "^2.0.0",
"material-symbols": "^0.14.6",
"npm-font-open-sans": "^1.1.0",
"popper.js": "^1.16.1",
"prop-types": "^15.8.1",
"react": "^17.0.2",
"react-bootstrap": "^1.6.6",
"react-dom": "^17.0.2"
},
"devDependencies": {
"@babel/cli": "^7.19.3",
"@babel/core": "^7.20.5",
"@babel/preset-env": "^7.20.2",
"@babel/preset-react": "^7.18.6",
"babel-loader": "^8.3.0",
"copy-webpack-plugin": "^8.1.1",
"css-loader": "^5.2.7",
"eslint": "^8.57.0",
"eslint-plugin-react": "^7.34.1",
"file-loader": "^6.2.0",
"mini-css-extract-plugin": "^1.6.2",
"sass": "^1.56.2",
"sass-loader": "^11.1.1",
"webpack": "^5.75.0",
"webpack-cli": "^4.10.0",
"webpack-merge": "5.7.3"
}
}