-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
60 lines (60 loc) · 1.78 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": "iscanner-qrcode",
"description": "qrcode generator",
"version": "1.0.11",
"keywords": [
"qrcode"
],
"scripts": {
"dev": "webpack-dev-server",
"dev:test": "cross-env NODE_ENV=test webpack-dev-server",
"prepublish": "npm run build",
"lint": "eslint --ext .js,.vue homepage",
"build": "cross-env NODE_ENV=production webpack -p --progress --hide-modules",
"serve": "npm run dev:test &",
"test": "macaca run -d ./test",
"ci": "npm run lint && npm run serve && npm run test",
"contributor": "git-contributor"
},
"repository": {
"type": "git",
"url": "https://github.com/iscanner/qrcode.git"
},
"devDependencies": {
"babel": "~5.8.23",
"babel-core": "^6.17.0",
"babel-loader": "^7.1.0",
"babel-plugin-istanbul": "^4.1.5",
"babel-preset-latest": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"clipboard": "^1.7.1",
"cross-env": "^3.0.0",
"css-loader": "^0.25.0",
"eslint": "^4.10.0",
"eslint-config-standard": "^10.2.1",
"eslint-plugin-html": "^4.0.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-mocha": "^4.11.0",
"eslint-plugin-node": "^5.2.1",
"eslint-plugin-promise": "^3.6.0",
"eslint-plugin-standard": "^3.0.1",
"eslint-plugin-vue-libs": "^1.2.1",
"file-loader": "^0.9.0",
"fork-me-on-github-vue": "^1.0.3",
"git-contributor": "^1.0.8",
"json-loader": "^0.5.7",
"less": "^2.7.2",
"less-loader": "^4.0.5",
"macaca-cli": "^2.0.12",
"macaca-electron": "^1.1.17",
"macaca-wd": "^1.0.18",
"marked": "^0.3.2",
"qrcode": "^1.0.0",
"uglifyjs-webpack-plugin": "^0.4.6",
"vue": "^2.0.0",
"vue-loader": "^11.1.4",
"vue-template-compiler": "^2.0.0",
"webpack": "^3.10.0",
"webpack-dev-server": "^2.9.7"
}
}