-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
86 lines (86 loc) · 2.81 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
{
"name": "nccrd",
"version": "5.0.5",
"description": "Climate Change Response Database",
"scripts": {
"build": "rimraf ./dist && NODE_ENV=production webpack --config webpack/index.js",
"start": "rimraf ./dist && onchange \"src/**/*.@(js|jsx|ts|tsx|css|scss)\" -- prettier --cache --cache-strategy metadata --write {{changed}} & NODE_ENV=development webpack serve --port 3001 --config webpack/index.js",
"lint": "eslint -c .eslintrc.cjs \"src/**/*.{js,jsx}\"",
"prettier": "prettier --cache --cache-strategy metadata --write \"./**/*.@(js|jsx|json|mjs|cjs|graphql)\"",
"ncu": "ncu -x @mui/x-date-pickers",
"ncu -u": "ncu -u -x @mui/x-date-pickers"
},
"keywords": [],
"author": "[email protected]",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/SAEON/national-climate-change-systems.git"
},
"dependencies": {
"@apollo/client": "^3.7.10",
"@babel/core": "^7.21.3",
"@babel/plugin-transform-runtime": "^7.21.0",
"@babel/preset-env": "^7.20.2",
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.21.0",
"@babel/runtime": "^7.21.0",
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@mui/material": "^5.11.13",
"@mui/x-date-pickers": "^5.0.4",
"@svgr/webpack": "^6.5.1",
"abortcontroller-polyfill": "^1.7.5",
"ace-builds": "^1.15.3",
"babel-loader": "^9.1.2",
"clsx": "^1.2.1",
"color": "^4.2.3",
"copy-webpack-plugin": "^11.0.0",
"core-js": "^3.29.1",
"cross-fetch": "^3.1.5",
"css-loader": "^6.7.3",
"date-fns": "^2.29.3",
"dotenv": "^16.0.3",
"echarts": "^5.4.1",
"echarts-for-react": "^3.0.2",
"file-loader": "^6.2.0",
"graphql": "^16.6.0",
"html-webpack-plugin": "^5.5.0",
"mdi-react": "^9.1.0",
"nanoid": "^4.0.1",
"notistack": "^3.0.1",
"ol": "^7.3.0",
"react": "^18.2.0",
"react-ace": "^10.1.0",
"react-cookie-consent": "^8.0.1",
"react-data-grid": "^7.0.0-beta.26",
"react-device-detect": "^2.2.3",
"react-dom": "^18.2.0",
"react-draggable": "^4.4.5",
"react-markdown": "^8.0.5",
"react-router": "^6.9.0",
"react-router-dom": "^6.9.0",
"regenerator-runtime": "^0.13.11",
"rimraf": "^4.4.0",
"sift": "^17.0.1",
"style-loader": "^3.3.2",
"tinygradient": "^1.1.5",
"typeface-roboto": "1.1.13",
"url": "^0.11.0",
"url-loader": "^4.1.1",
"webpack": "^5.76.2",
"webpack-cli": "^5.0.1",
"wkt": "^0.1.1"
},
"devDependencies": {
"@babel/eslint-parser": "^7.21.3",
"@babel/eslint-plugin": "^7.19.1",
"eslint": "^8.36.0",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"npm-check-updates": "^16.7.12",
"onchange": "^7.1.0",
"prettier": "^2.8.4",
"webpack-dev-server": "^4.12.0"
}
}