-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
executable file
·117 lines (117 loc) · 3.36 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
{
"name": "strapi-admin",
"version": "3.0.1",
"description": "Strapi Admin",
"repository": {
"type": "git",
"url": "git://github.com/strapi/strapi-admin.git"
},
"scripts": {
"test": "echo \"no tests yet\"",
"develop": "webpack-dev-server --config webpack.config.dev.js"
},
"main": "index.js",
"dependencies": {
"@babel/core": "^7.9.0",
"@babel/plugin-proposal-async-generator-functions": "^7.2.0",
"@babel/plugin-proposal-class-properties": "^7.4.0",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/plugin-transform-modules-commonjs": "^7.9.0",
"@babel/plugin-transform-runtime": "^7.9.0",
"@babel/polyfill": "^7.8.7",
"@babel/preset-env": "^7.9.5",
"@babel/preset-react": "^7.9.4",
"@babel/runtime": "^7.9.2",
"@buffetjs/core": "3.1.1",
"@buffetjs/custom": "3.1.1",
"@buffetjs/hooks": "3.1.1",
"@buffetjs/icons": "3.1.1",
"@buffetjs/styles": "3.1.1",
"@buffetjs/utils": "3.1.1",
"@fortawesome/fontawesome-free": "^5.11.2",
"@fortawesome/fontawesome-svg-core": "^1.2.25",
"@fortawesome/free-brands-svg-icons": "^5.11.2",
"@fortawesome/free-solid-svg-icons": "^5.11.2",
"@fortawesome/react-fontawesome": "^0.1.7",
"autoprefixer": "^9.5.1",
"axios": "^0.19.2",
"babel-loader": "^8.1.0",
"bcryptjs": "^2.4.3",
"bootstrap": "^4.3.1",
"chalk": "^2.4.2",
"chokidar": "^3.2.1",
"classnames": "^2.2.6",
"cross-env": "^5.0.5",
"css-loader": "^2.1.1",
"duplicate-package-checker-webpack-plugin": "^3.0.0",
"execa": "^1.0.0",
"file-loader": "^3.0.1",
"font-awesome": "^4.7.0",
"friendly-errors-webpack-plugin": "^1.7.0",
"fs-extra": "^7.0.1",
"history": "^4.9.0",
"hoist-non-react-statics": "^3.3.0",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.2.0",
"immutable": "^3.8.2",
"invariant": "^2.2.4",
"is-wsl": "^2.0.0",
"lodash": "^4.17.11",
"match-sorter": "^4.0.2",
"mini-css-extract-plugin": "^0.6.0",
"moment": "^2.24.0",
"prop-types": "^15.7.2",
"react": "^16.9.0",
"react-copy-to-clipboard": "^5.0.1",
"react-dnd": "^10.0.2",
"react-dnd-html5-backend": "^10.0.2",
"react-dom": "^16.9.0",
"react-helmet": "^6.0.0",
"react-intl": "^4.5.0",
"react-is": "^16.12.0",
"react-loadable": "^5.5.0",
"react-redux": "7.2.0",
"react-router": "^5.0.0",
"react-router-dom": "^5.0.0",
"react-select": "^3.0.8",
"react-transition-group": "^4.3.0",
"react-virtualized": "^9.21.2",
"reactstrap": "8.4.1",
"redux": "^4.0.1",
"redux-immutable": "^4.0.0",
"redux-saga": "^0.16.0",
"reselect": "^4.0.0",
"sanitize.css": "^4.1.0",
"shelljs": "^0.7.8",
"strapi-helper-plugin": "3.0.0",
"strapi-utils": "3.0.1",
"style-loader": "^0.23.1",
"styled-components": "^5.0.0",
"terser-webpack-plugin": "^1.2.3",
"url-loader": "^1.1.2",
"video-react": "^0.13.2",
"webpack": "^4.40.1",
"webpack-cli": "^3.3.2",
"webpack-dev-server": "^3.4.1",
"webpackbar": "^3.2.0",
"yup": "^0.27.0"
},
"author": {
"name": "Strapi",
"email": "",
"url": ""
},
"maintainers": [
{
"name": "Strapi",
"email": "",
"url": ""
}
],
"engines": {
"node": ">=10.0.0",
"npm": ">=6.0.0"
},
"license": "MIT",
"gitHead": "c85658a19b8fef0f3164c19693a45db305dc07a9"
}