generated from devinit/di-chart-boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.47 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.47 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
56
57
{
"name": "gha-data-visualisations",
"version": "1.3.12",
"description": "A Starting Point for Creating DI's D3 Charts",
"private": true,
"scripts": {
"build": "nwb build-web-app",
"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"
},
"devDependencies": {
"@babel/preset-react": "^7.28.5",
"eslint": "^8.57.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-react": "^7.37.5",
"gulp": "^5.0.1",
"gulp-clean": "^0.4.0",
"gulp-rename": "^2.1.0",
"husky": "^9.1.7",
"lint-staged": "^16.3.2",
"nwb": "0.25.x",
"prettier": "^3.8.1"
},
"author": "",
"license": "MIT",
"repository": "",
"lint-staged": {
"src/**/*.js": "eslint --cache --fix"
},
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
"chroma-js": "^3.2.0",
"core-js": "^3.48.0",
"deepmerge": "^4.3.1",
"i": "^0.3.7",
"leaflet.pattern": "^0.1.0",
"papaparse": "^5.5.3",
"prop-types": "^15.8.1",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"react-select": "^5.10.2"
},
"engines": {
"node": ">=16 <17",
"npm": ">=8"
}
}