-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
90 lines (90 loc) · 2.63 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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
{
"name": "fleet-ui",
"version": "0.0.17",
"description": "Fleet React Component",
"author": "",
"license": "ISC",
"main": "dist/index.js",
"module": "dist/index.es.js",
"jsnext:main": "dist/index.es.js",
"engines": {
"node": ">=8",
"npm": ">=5"
},
"scripts": {
"test": "cross-env CI=1 react-scripts test --env=jsdom",
"test:watch": "react-scripts test --env=jsdom",
"build": "rollup -c",
"start": "rollup -c -w",
"prepare": "npm run build",
"predeploy": "cd example && npm install && npm run build",
"deploy": "gh-pages -d example/build"
},
"peerDependencies": {
"prop-types": "^15.7.2",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"react-redux": "^7.1.3",
"redux": "4.0.5",
"redux-thunk": "^2.3.0"
},
"devDependencies": {
"@babel/polyfill": "^7.7.0",
"@babel/preset-env": "^7.8.3",
"@babel/preset-react": "^7.8.3",
"@rollup/plugin-commonjs": "^11.0.1",
"@rollup/plugin-inject": "^4.0.2",
"@rollup/plugin-json": "^4.0.1",
"@rollup/plugin-node-resolve": "^7.0.0",
"@rollup/plugin-url": "^4.0.1",
"@svgr/rollup": "^5.0.1",
"@testing-library/react-hooks": "^3.2.1",
"babel-eslint": "10.0.3",
"cross-env": "^5.1.4",
"eslint": "^6.6.0",
"eslint-config-standard": "^14.1.0",
"eslint-config-standard-react": "^9.2.0",
"eslint-plugin-import": "^2.20.0",
"eslint-plugin-node": "^11.0.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-react": "^7.18.0",
"eslint-plugin-standard": "^4.0.1",
"gh-pages": "^2.2.0",
"react-scripts": "3.4.0",
"react-test-renderer": "^16.13.1",
"rollup": "^1.29.0",
"rollup-plugin-babel": "^4.3.3",
"rollup-plugin-peer-deps-external": "^2.2.2",
"rollup-plugin-postcss": "^2.0.3"
},
"files": [
"dist"
],
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.28",
"@fortawesome/free-solid-svg-icons": "^5.13.0",
"@fortawesome/react-fontawesome": "^0.1.9",
"axios": "^0.19.2",
"bootstrap": "^3.3.5",
"bootstrap-datepicker": "^1.9.0",
"chart.js": "^2.9.3",
"i18next": "^19.3.2",
"node-sass": "^4.14.1",
"re-reselect": "^3.4.0",
"react-bootstrap": "^0.33.1",
"react-bootstrap-table-next": "^3.3.5",
"react-bootstrap-table2-paginator": "^2.1.0",
"react-bootstrap-toggle": "^2.3.2",
"react-chartjs-2": "^2.9.0",
"react-i18next": "^11.3.3",
"react-top-loading-bar": "^2.0.1",
"reselect": "^4.0.0"
},
"directories": {
"example": "example"
},
"bugs": {
"url": "https://gitlab.com/mapotempo/fleet-ui/issues"
},
"homepage": "https://gitlab.com/mapotempo/fleet-ui#readme"
}