-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
90 lines (90 loc) · 2.54 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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
{
"name": "jeh-maker",
"version": "0.2.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"test:unit": "vue-cli-service test:unit",
"test:e2e": "vue-cli-service test:e2e",
"test:e2e:firefox": "vue-cli-service test:e2e --headless -e firefox",
"lint": "vue-cli-service lint",
"build-storybook": "build-storybook",
"codecov": "codecov",
"storybook": "start-storybook -p 6006",
"test": "npm run test:unit"
},
"dependencies": {
"@types/semantic-ui": "^2.2.7",
"chart.js": "^2.9.4",
"codecov": "^3.7.1",
"core-js": "^2.6.11",
"register-service-worker": "^1.6.2",
"semantic-ui-css": "^2.4.1",
"semantic-ui-vue": "^0.8.1",
"vue": "^2.6.11",
"vue-chartjs": "^3.5.1",
"vue-chartjs-typescript": "^3.3.3",
"vue-class-component": "^7.0.2",
"vue-click-outside": "^1.0.7",
"vue-clipboard2": "^0.3.1",
"vue-property-decorator": "^8.3.0",
"vue-router": "^3.5.3",
"vuex": "^3.1.2"
},
"devDependencies": {
"@babel/core": "^7.7.7",
"@storybook/addon-actions": "^6.3.12",
"@storybook/addon-knobs": "^6.3.1",
"@storybook/addon-links": "^6.3.12",
"@storybook/addon-storysource": "^6.3.12",
"@storybook/addons": "^6.3.12",
"@storybook/preset-scss": "^1.0.3",
"@storybook/vue": "^6.4.0",
"@types/jest": "^24.0.19",
"@vue/cli-plugin-babel": "^3.12.1",
"@vue/cli-plugin-e2e-nightwatch": "^4.1.1",
"@vue/cli-plugin-eslint": "^3.12.1",
"@vue/cli-plugin-pwa": "^4.1.1",
"@vue/cli-plugin-typescript": "^4.5.15",
"@vue/cli-plugin-unit-jest": "^4.5.14",
"@vue/cli-service": "^4.5.13",
"@vue/eslint-config-standard": "^4.0.0",
"@vue/eslint-config-typescript": "^4.0.0",
"@vue/test-utils": "1.2.2",
"babel-eslint": "^10.0.3",
"babel-loader": "^8.0.6",
"babel-preset-vue": "^2.0.2",
"chromedriver": "79",
"eslint": "^5.16.0",
"eslint-plugin-vue": "^5.0.0",
"geckodriver": "^1.19.1",
"node-sass": "^4.14.1",
"sass-loader": "^7.3.1",
"selenium-server": "^3.141.59",
"storybook-chromatic": "^3.5.5",
"typescript": "^3.7.3",
"vue-template-compiler": "^2.6.11"
},
"homepage": "http://jeh-maker.idesys.org/",
"nyc": {
"require": [
"ts-node/register"
],
"extension": [
".ts",
".tsx",
".vue"
],
"exclude": [
"**/*.d.ts"
],
"instrument": true,
"sourceMap": true,
"all": true
},
"repository": {
"type": "git",
"url": "https://github.com/idesys-dev/jeh-maker.git"
}
}