-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.58 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
{
"name": "vaslapp-file-manager",
"version": "1.1.20",
"description": "show file and directory in modal (custom)",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack-dev-server --env.NODE_ENV=local --env.development --progress",
"build": "webpack --env.NODE_ENV=local --env.production --progress"
},
"repository": {
"type": "git",
"url": "git+https://github.com/muhshahabipour/vaslapp-file-manager.git"
},
"author": "",
"license": "gpl",
"bugs": {
"url": "https://github.com/muhshahabipour/vaslapp-file-manager/issues"
},
"homepage": "https://github.com/muhshahabipour/vaslapp-file-manager#readme",
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.3",
"babel-preset-env": "^1.7.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"clean-webpack-plugin": "^0.1.18",
"css-loader": "^0.28.10",
"es6-event-emitter": "^1.10.2",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"faker": "^4.1.0",
"file-loader": "^1.1.11",
"fs": "0.0.1-security",
"handlebars": "^4.0.11",
"handlebars-loader": "^1.6.0",
"hbs": "^4.0.1",
"node-sass": "^4.7.2",
"sass-loader": "^6.0.6",
"style-loader": "^0.20.2",
"uglifyjs-webpack-plugin": "^1.2.2",
"webpack": "^4.29.0",
"webpack-cli": "^3.2.0",
"webpack-dev-server": "^3.0.0"
},
"dependencies": {
"bootstrap": "^3.3.7",
"jquery": "^3.3.1",
"json-server": "^0.14.0",
"terser": "3.14"
},
"resolutions": {
"terser": "3.14.1"
}
}