-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.86 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
{
"name": "modaldialog",
"version": "1.6.17",
"description": "popup dialog",
"main": "./build/withHashDialog.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "set NODE_ENV=production && webpack --optimize-dedupe",
"example": "webpack --config ./webpack.config.test.js",
"dev": "node node_modules/webpack-dev-server/bin/webpack-dev-server.js --config webpack.config.test.js --host=127.0.0.1 --port=8099",
"debug": "NODE_ENV=debug webpack --optimize-dedupe"
},
"repository": {
"type": "git",
"url": "https://github.com/tangpo/modaldialog.git"
},
"publishConfig": {},
"homepage": "https://github.com/tangpo/modaldialog#readme",
"author": "panda.xiong",
"license": "MIT",
"devDependencies": {
"babel-core": "^6.7.7",
"babel-loader": "^6.2.4",
"babel-plugin-external-helpers": "^6.22.0",
"babel-plugin-syntax-class-constructor-call": "^6.3.13",
"babel-plugin-syntax-class-properties": "^6.5.0",
"babel-plugin-syntax-export-extensions": "^6.3.13",
"babel-plugin-syntax-object-rest-spread": "^6.5.0",
"babel-preset-es2015": "^6.6.0",
"clean-webpack-plugin": "^0.1.17",
"css-loader": "^0.23.1",
"extract-loader": "^1.0.1",
"extract-text-webpack-plugin": "^1.0.1",
"html-loader": "^0.4.4",
"image-webpack-loader": "^2.0.0",
"less": "^2.6.1",
"less-loader": "^2.2.3",
"less-plugin-functions": "0.0.2",
"raw-loader": "^0.5.1",
"string-loader": "0.0.1",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7",
"webpack": "^1.12.14",
"webpack-dev-server": "^1.14.1"
},
"babel": {
"presets": [
"es2015"
],
"plugins": [
"syntax-object-rest-spread",
"syntax-export-extensions",
"syntax-class-properties",
"syntax-class-constructor-call"
]
},
"dependencies": {
"clipboard": "^1.5.13"
}
}