-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
56 lines (56 loc) · 1.3 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
{
"name": "drsti",
"version": "0.1.1",
"private": true,
"dependencies": {
"@carbon/charts-react": "latest",
"@carbon/icons-react": "latest",
"@carbon/themes": "latest",
"@types/carbon-components-react": "latest",
"@types/carbon__icons-react": "latest",
"@types/carbon__themes": "latest",
"carbon-components": "latest",
"carbon-components-react": "latest",
"carbon-icons": "latest",
"carbon-themes": "latest",
"d3": "^7.0.1",
"enzyme": "3.11.0",
"enzyme-adapter-react-16": "1.15.5",
"react": "16.10.0",
"react-dom": "16.10.0",
"react-router-dom": "5.0.0",
"react-scripts": "4.0.3",
"sass": "1.38.0",
"typescript": "^4.4.2",
"uuid": "^8.3.2"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@types/d3": "^7.0.0",
"@types/react-dom": "^17.0.9",
"@types/uuid": "^8.3.1"
}
}