-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
57 lines (57 loc) · 1.92 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
{
"name": "@themexpert/react-filemanager",
"version": "1.0.0",
"main": "src/index.js",
"keywords": [
"file",
"manager",
"react",
"reactjs",
"php",
"image",
"processing"
],
"author": {
"name": "Rocky",
"url": "https://github.com/users/i-rocky",
"email": "[email protected]"
},
"license": "MIT",
"homepage": "https://github.com/themexpert/react-filemanager.git",
"repository": {
"type": "git",
"url": "git+https://github.com/themexpert/react-filemanager.git"
},
"bugs": {
"url": "https://github.com/themexpert/react-filemanager/issues"
},
"scripts": {
"dev": "npm run development",
"development": "cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"watch": "cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --watch --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"watch-poll": "npm run watch -- --watch-poll",
"hot": "cross-env NODE_ENV=development node_modules/webpack-dev-server/bin/webpack-dev-server.js --inline --hot --config=node_modules/laravel-mix/setup/webpack.config.js",
"prod": "npm run production",
"production": "cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js"
},
"devDependencies": {
"babel-loader": "^7.1.2",
"babel-plugin-import": "^1.6.3",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-1": "^6.24.1",
"cross-env": "^5.1.3",
"laravel-mix": "^1.7.2",
"less": "^2.7.3",
"less-loader": "^4.0.5"
},
"dependencies": {
"antd": "^3.2.3",
"axios": "^0.21.1",
"debounce": "^1.1.0",
"mobx": "^3.4.1",
"mobx-react": "^4.3.5",
"react": "^16.2.0",
"react-dom": "^16.2.0"
}
}