forked from kejiacheng/kscreenshot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1012 Bytes
/
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
{
"name": "kscreenshot",
"version": "1.2.3",
"description": "",
"main": "dist/kss.js",
"scripts": {
"start": "webpack --mode=production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kejiacheng/kss.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/kejiacheng/kss/issues"
},
"homepage": "https://github.com/kejiacheng/kss#readme",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-loader": "^7.1.4",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"copy-webpack-plugin": "^4.5.1",
"css-loader": "^0.28.11",
"html-webpack-plugin": "^3.2.0",
"node-sass": "^4.7.2",
"sass-loader": "^7.0.3",
"style-loader": "^0.21.0",
"url-loader": "^1.0.1",
"webpack": "^4.9.1",
"webpack-cli": "^3.1.1"
},
"dependencies": {
"express": "^4.16.3",
"html2canvas": "^1.0.0-alpha.5",
"rxjs": "^6.3.2"
}
}