-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.33 KB
/
Copy pathpackage.json
File metadata and controls
52 lines (52 loc) · 1.33 KB
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
{
"name": "ldialog",
"version": "1.0.6",
"description": "dialog plugin basic jquery",
"main": "app.js",
"scripts": {
"dev": "webpack-dev-server --open --inline --hot --mode development",
"build": "webpack -p --mode production",
"w": "webpack -w --mode development"
},
"repository": {
"type": "git",
"url": "git+https://github.com/luojinghui/LDialog.git"
},
"keywords": [
"dialog",
"mask",
"comfirm",
"prompt",
"alert"
],
"author": "jinghuiLuo",
"license": "ISC",
"bugs": {
"url": "https://github.com/luojinghui/LDialog/issues"
},
"homepage": "https://github.com/luojinghui/LDialog#readme",
"dependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.3",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-polyfill": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"file-loader": "^1.1.10"
},
"devDependencies": {
"autoprefixer": "^8.0.0",
"css-loader": "^0.28.10",
"extract-text-webpack-plugin": "^3.0.2",
"mocha": "^5.0.1",
"node-sass": "^4.7.2",
"path": "^0.12.7",
"postcss-loader": "^2.1.1",
"sass-loader": "^6.0.6",
"style-loader": "^0.20.2",
"url-loader": "^0.6.2",
"webpack": "^4.0.0-beta.1",
"webpack-cli": "^2.0.6",
"webpack-dev-server": "^3.0.0-beta.1"
}
}