This repository was archived by the owner on Jul 22, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
71 lines (71 loc) · 1.93 KB
/
package.json
File metadata and controls
71 lines (71 loc) · 1.93 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "carbon-charts-builder",
"version": "0.1.0",
"private": true,
"homepage": "https://ibm.github.io/carbon-charts-builder/",
"dependencies": {
"@carbon/charts": "0.40.11",
"@carbon/charts-react": "0.40.11",
"@carbon/colors": "^10.7.2",
"@carbon/icons-react": "10.15.0",
"@types/lodash-es": "^4.17.3",
"@types/mime-types": "^2.1.0",
"@types/node": "10.12.18",
"@types/papaparse": "^5.0.4",
"@types/react": "16.9.41",
"@types/react-dom": "16.9.8",
"@types/react-router-dom": "5.1.5",
"@types/webpack-env": "^1.15.1",
"carbon-components": "10.15.0",
"carbon-components-react": "7.15.0",
"carbon-icons": "7.0.7",
"d3": "5.7.0",
"dom-to-image": "2.6.0",
"emotion": "10.0.27",
"lodash": "^4.17.19",
"lz-string": "^1.4.4",
"papaparse": "5.2.0",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-hook-form": "6.0.6",
"react-router-dom": "5.2.0",
"react-scripts": "3.4.3",
"sass": "1.26.10",
"typescript": "3.9.7"
},
"devDependencies": {
"@testing-library/dom": "7.5.9",
"@testing-library/jest-dom": "5.9.0",
"@testing-library/react": "10.0.4",
"@types/dom-to-image": "^2.6.2",
"@types/jest": "23.3.12",
"@types/lz-string": "^1.3.34",
"cypress": "4.11.0",
"jest": "24.9.0",
"jest-dom": "4.0.0",
"jest-environment-jsdom-sixteen": "1.0.3",
"msw": "^0.19.5",
"ts-jest": "26.0.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jest-environment-jsdom-sixteen --testPathIgnorePatterns=.d.ts",
"cypress": "cypress open",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"jest": {
"transform": {
"\\.(ts|tsx)$": "<rootDir>/node_modules/ts-jest/preprocessor.js"
}
}
}