-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
39 lines (39 loc) · 1008 Bytes
/
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
{
"name": "admin-bro-sequelize-plus",
"version": "0.0.7-beta.7",
"main": "dist/index.js",
"author": "Gianni Moschini",
"license": "MIT",
"files": [
"src/components/*"
],
"devDependencies": {
"@admin-bro/sequelize": "^1.0.0",
"@babel/cli": "^7.10.5",
"@babel/core": "^7.10.5",
"@babel/plugin-proposal-optional-chaining": "^7.10.4",
"@babel/plugin-transform-runtime": "^7.10.5",
"@babel/preset-env": "^7.10.4",
"@babel/preset-react": "^7.10.4",
"admin-bro": "^3.2.5",
"babel-loader": "^8.1.0",
"flat": "^5.0.0",
"lodash": "^4.17.19",
"react": "^16.13.1",
"react-redux": "^7.2.1",
"react-select": "^3.1.0",
"sequelize": "^6.3.3",
"webpack": "^4.44.0",
"webpack-cli": "^3.3.12",
"webpack-node-externals": "^2.5.0"
},
"dependencies": {
"@babel/polyfill": "^7.10.4",
"@babel/runtime": "^7.11.2",
"react-uuid": "^1.0.2",
"regenerator-runtime": "^0.13.7"
},
"scripts": {
"build": "webpack"
}
}