-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
75 lines (75 loc) · 2.34 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "OSCAL",
"description": "OSCAL 2018 conference planner, version web",
"version": "1.1.3",
"author": "Anxhelo Lushka <anxhelo@lushka.al>",
"private": true,
"scripts": {
"build": "NODE_ENV=production webpack --progress --hide-modules",
"deploy": "./deploy.sh",
"serve": "http-server dist",
"start": "NODE_ENV=development webpack-dev-server --hot --disable-host-check",
"lint": "eslint --ext .js,.vue src test",
"test": "NODE_ENV=test karma start --single-run",
"test-e2e": "NODE_ENV=test nightwatch --env chrome"
},
"dependencies": {
"blueimp-md5": "^2.10.0",
"colorsys": "^1.0.19",
"localforage": "^1.6.0",
"lodash": "^4.17.4",
"material-design-icons-iconfont": "^3.0.3",
"memoizee": "^0.4.12",
"moment": "^2.21.0",
"thenby": "^1.2.3",
"typeface-roboto": "0.0.54",
"vue": "^2.5.15",
"vue-router": "^2.3.3",
"vue-test-utils": "^1.0.0-beta.7",
"vuetify": "^0.17.3",
"vuex": "^3.0.1",
"xmltojson": "^1.3.5"
},
"devDependencies": {
"chai": "^3.5.0",
"chai-datetime": "^1.5.0",
"chromedriver": "2.34.1",
"clean-webpack-plugin": "^0.1.19",
"copy-webpack-plugin": "^4.5.1",
"css-loader": "^0.25.0",
"eslint": "^4.18.2",
"eslint-config-standard": "^10.2.1",
"eslint-plugin-chai-friendly": "^0.4.0",
"eslint-plugin-html": "^3.2.1",
"eslint-plugin-import": "^2.9.0",
"eslint-plugin-mocha": "^4.12.1",
"eslint-plugin-node": "^5.1.1",
"eslint-plugin-promise": "^3.7.0",
"eslint-plugin-standard": "^3.0.1",
"file-loader": "^0.11.1",
"friendly-errors-webpack-plugin": "^1.1.3",
"html-webpack-plugin": "^2.28.0",
"http-server": "^0.10.0",
"karma": "^1.4.1",
"karma-chai-datetime": "^0.1.1",
"karma-chai-string": "0.0.7",
"karma-chrome-launcher": "^2.2.0",
"karma-mocha": "^1.3.0",
"karma-sinon-chai": "^1.3.1",
"karma-sourcemap-loader": "^0.3.7",
"karma-spec-reporter": "0.0.31",
"karma-webpack": "^2.0.13",
"mocha": "^3.2.0",
"nightwatch": "^0.9.20",
"puppeteer": "^0.13.0",
"selenium-server": "^3.10.0",
"sinon": "^2.1.0",
"sinon-chai": "^2.8.0",
"vue-loader": "^12.1.0",
"vue-style-loader": "^3.0.1",
"vue-template-compiler": "^2.5.15",
"webpack": "^2.6.1",
"webpack-dev-server": "^3.1.11",
"workbox-webpack-plugin": "^2.1.3"
}
}