-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.54 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.54 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
{
"name": "interra-data-catalog-admin",
"version": "0.1.0",
"homepage": "https://interra.github.io/data-catalog-admin",
"private": true,
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.15",
"@fortawesome/free-solid-svg-icons": "^5.7.2",
"@fortawesome/react-fontawesome": "^0.1.4",
"bootstrap": "^4.3.0",
"chart.js": "^2.7.3",
"data.js": "^0.11.5",
"dom-confetti": "^0.1.0",
"filesize": "^4.1.2",
"i": "^0.3.6",
"interra-data-catalog-components": "0.0.30",
"lodash": "^4.17.11",
"npm": "^6.8.0",
"papaparse": "^4.6.3",
"react": "^16.8.1",
"react-chartjs-2": "^2.7.4",
"react-dom": "^16.8.1",
"react-dom-confetti": "^0.1.0",
"react-jsonschema-form": "^1.2.1",
"react-loader": "^2.4.5",
"react-number-format": "^4.0.6",
"react-router": "^4.3.1",
"react-router-dom": "^4.3.1",
"react-scripts": "2.1.4",
"react-table": "^6.9.2",
"slug": "^1.1.0",
"stream": "0.0.2",
"styled-components": "^4.1.3",
"tableschema": "^1.9.1",
"uuid": "^3.3.2"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"faker": "^4.1.0",
"gh-pages": "^2.0.1",
"json-schema-faker": "^0.5.0-rc16"
}
}