generated from devinit/di-chart-boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
73 lines (73 loc) · 1.92 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
{
"name": "di-chart-boilerplate",
"version": "0.2.1",
"description": "A Starting Point for Creating DI's Charts",
"private": true,
"scripts": {
"build": "nwb build-web-app && gulp",
"clean": "nwb clean-app",
"start": "nwb serve-web-app --reload",
"test": "nwb test",
"test:coverage": "nwb test --coverage",
"test:watch": "nwb test --server",
"lint": "eslint 'src/**/*.js' --quiet",
"prepare": "husky install",
"pre-commit": "lint-staged",
"nvm": "bash ./nvm.sh"
},
"engines": {
"node": ">=16 <17",
"npm": ">=8"
},
"devDependencies": {
"@babel/preset-react": "^7.26.3",
"@emotion/eslint-plugin": "^11.12.0",
"@types/d3": "^7.4.3",
"eslint": "^8.57.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsx-a11y": "^6.10.1",
"eslint-plugin-react": "^7.37.3",
"gulp": "^5.0.0",
"gulp-clean": "^0.4.0",
"gulp-rename": "^2.0.0",
"husky": "^9.1.7",
"lint-staged": "^15.3.0",
"nwb": "0.25.x"
},
"author": "",
"license": "MIT",
"repository": "",
"lint-staged": {
"src/**/*.js": "eslint --cache --fix"
},
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@turf/center": "^7.2.0",
"@turf/center-of-mass": "^7.2.0",
"@turf/helpers": "^7.1.0",
"axios": "^1.7.9",
"classnames": "^2.5.1",
"color": "^4.2.3",
"core-js": "^3.39.0",
"deepmerge": "^4.3.1",
"expect.js": "^0.3.1",
"lodash": "^4.17.21",
"lodash.debounce": "^4.0.8",
"lodash.throttle": "^4.1.1",
"mapbox-gl": "^3.9.1",
"mobx": "^6.13.5",
"nanoid": "^5.0.9",
"papaparse": "^5.4.1",
"prettier": "^3.4.2",
"prop-types": "^15.8.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-select": "^5.9.0",
"reactjs-popup": "^2.0.6",
"swr": "^2.3.0",
"uuid": "^11.0.3"
}
}