-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
47 lines (47 loc) · 1.47 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
{
"name": "yii2-filemanager",
"version": "1.0.0",
"description": "Yii2 File Manager ================= A file manager for Yii2. Allow you to dynamically manager images and files from any location. Also TinyMCE plugin included.",
"main": "index.js",
"directories": {
"test": "tests"
},
"dependencies": {
"axios": "^0.18.0",
"linkstate": "^1.1.1",
"preact": "^8.4.2",
"preact-compat": "^3.18.4",
"react-beautiful-dnd": "^10.0.3",
"react-dragula": "^1.1.17",
"react-dropzone": "^8.0.1",
"unistore": "^3.1.0"
},
"devDependencies": {
"@babel/core": "^7",
"@babel/plugin-proposal-class-properties": "^7.2.1",
"@babel/plugin-transform-react-jsx": "^7.2.0",
"@babel/preset-env": "^7.2.0",
"babel": "^6.23.0",
"babel-loader": "^8.0.4",
"babel-preset-env": "^1.7.0",
"cross-env": "^5.2.0",
"css-loader": "^2.1.0",
"style-loader": "^0.23.1",
"webpack": "^4.27.1",
"webpack-cli": "^3.1.2"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "cross-env NODE_ENV=development ./node_modules/.bin/webpack --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/linchpinstudios/yii2-filemanager.git"
},
"author": "Josh Hagel <joshhagel@linchpinstudios.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/linchpinstudios/yii2-filemanager/issues"
},
"homepage": "https://github.com/linchpinstudios/yii2-filemanager#readme"
}