-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
122 lines (122 loc) · 3.6 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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
{
"name": "@coreui/coreui-free-react-admin-template",
"version": "2.6.0",
"description": "CoreUI React Open Source Bootstrap 4 Admin Template",
"author": "Łukasz Holeczek",
"homepage": "https://coreui.io",
"copyright": "Copyright 2017-2019 creativeLabs Łukasz Holeczek",
"license": "MIT",
"private": true,
"repository": {
"type": "git",
"url": "git@github.com:coreui/coreui-free-react-admin-template.git"
},
"dependencies": {
"@casl/ability": "^4.1.6",
"@casl/react": "^2.1.1",
"@coreui/coreui": "^2.1.12",
"@coreui/coreui-plugin-chartjs-custom-tooltips": "^1.3.1",
"@coreui/icons": "0.3.0",
"@coreui/react": "^2.5.1",
"@feathersjs/authentication-client": "^4.5.4",
"@feathersjs/authentication-local": "^4.5.4",
"@feathersjs/authentication-oauth": "^4.5.4",
"@feathersjs/configuration": "^4.5.3",
"@feathersjs/errors": "^4.5.3",
"@feathersjs/express": "^4.5.4",
"@feathersjs/feathers": "^4.5.3",
"@feathersjs/rest-client": "^4.5.4",
"@feathersjs/socketio": "^4.5.4",
"@feathersjs/socketio-client": "^4.5.4",
"@primer/octicons-react": "^11.0.0",
"axios": "^0.19.2",
"better-sqlite3": "^7.1.0",
"bootstrap": "^4.3.1",
"bootstrap-icons": "^1.0.0-alpha4",
"bootstrap.native": "^3.0.4",
"casl": "^1.1.0",
"chart.js": "^2.8.0",
"circos": "^2.1.0",
"classnames": "^2.2.6",
"convert-array-to-csv": "^2.0.0",
"core-js": "^3.6.5",
"cors": "^2.8.5",
"csv": "^5.3.2",
"elasticsearch": "^16.7.1",
"enzyme": "^3.10.0",
"enzyme-adapter-react-16": "^1.14.0",
"express": "^4.17.1",
"express-graphql": "^0.9.0",
"feathers-authentication-hooks": "github:feathersjs/feathers-authentication-hooks",
"feathers-hooks-common": "github:feathersjs/feathers-hooks-common",
"feathers-knex": "github:feathersjs/feathers-knex",
"flag-icon-css": "^3.3.0",
"font-awesome": "^4.7.0",
"graphql": "^14.6.0",
"jquery": "^3.5.1",
"knex": "^0.21.1",
"lodash": "^4.17.20",
"multer": "^1.4.2",
"mysql": "^2.18.1",
"node-sass": "^4.14.1",
"open-iconic": "^1.1.1",
"prop-types": "^15.7.2",
"query-string": "^6.13.1",
"ramda": "^0.27.0",
"react": "^16.8.6",
"react-app-polyfill": "^1.0.1",
"react-autosuggest": "^10.0.2",
"react-bootstrap": "^1.1.1",
"react-butterfiles": "^1.3.3",
"react-chartjs-2": "^2.7.6",
"react-dom": "^16.8.6",
"react-modal": "^3.11.2",
"react-router": "^5.2.0",
"react-router-config": "^5.0.1",
"react-router-dom": "^5.2.0",
"react-test-renderer": "^16.8.6",
"react-themeable": "^1.1.0",
"reactstrap": "^8.0.0",
"resolve-url-loader": "^3.1.1",
"simple-line-icons": "^2.4.1",
"socket.io-client": "^2.3.0",
"sqlite": "^3.0.3",
"sqlite3": "^4.2.0"
},
"devDependencies": {
"react-open-iconic-svg": "^3.0.1",
"react-scripts": "^3.0.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"test:cov": "npm test -- --coverage --watchAll=false",
"test:debug": "react-scripts --inspect-brk test --runInBand",
"eject": "react-scripts eject"
},
"bugs": {
"url": "https://github.com/coreui/coreui-free-react-admin-template/issues"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 9",
"not op_mini all"
],
"jest": {
"collectCoverageFrom": [
"src/**/*.{js,jsx}",
"!**/*index.js",
"!src/serviceWorker.js",
"!src/polyfill.js"
]
},
"engines": {
"node": ">=8.10",
"npm": ">=6"
}
}