-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
69 lines (69 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
61
62
63
64
65
66
67
68
69
{
"name": "vue-example-app",
"version": "0.3.0",
"scripts": {
"serve": "vue-cli-service serve --open",
"build": "vue-cli-service build",
"test": "vue-cli-service test",
"e2e": "vue-cli-service e2e",
"lint": "vue-cli-service lint"
},
"homepage": "https://github.com/w3tecch/vue-example-app#readme",
"author": "w3tec.ch <[email protected]>",
"contributors": [
{
"name": "Gery Hirschfeld",
"email": "[email protected]",
"url": "https://github.com/hirsch88"
},
{
"name": "David Weber",
"email": "[email protected]",
"url": "https://github.com/dweber019"
},
{
"name": "Robert Kleger",
"url": "https://github.com/DaNautilus"
}
],
"dependencies": {
"@fortawesome/fontawesome": "^1.1.5",
"@fortawesome/fontawesome-free-solid": "^5.0.10",
"@types/axios": "^0.14.0",
"@types/bluebird": "^3.5.20",
"@types/vue-i18n": "^7.0.0",
"axios": "^0.18.0",
"bluebird": "^3.5.1",
"bootstrap": "^4.1.0",
"class-transformer": "^0.1.9",
"jquery": "^3.3.1",
"js-logger": "^1.4.1",
"noty": "^3.2.0-beta",
"popper.js": "^1.14.3",
"vee-validate": "^2.0.6",
"vue": "^2.5.13",
"vue-class-component": "^6.2.0",
"vue-i18n": "^7.6.0",
"vue-property-decorator": "^6.0.0",
"vue-router": "^3.0.1",
"vuex": "^3.0.1",
"vuex-class": "^0.3.0"
},
"devDependencies": {
"@types/jest": "^22.0.1",
"@vue/cli-plugin-e2e-nightwatch": "^3.0.0-beta.6",
"@vue/cli-plugin-typescript": "^3.0.0-beta.6",
"@vue/cli-plugin-unit-jest": "^3.0.0-beta.6",
"@vue/cli-service": "^3.0.0-beta.6",
"@vue/test-utils": "^1.0.0-beta.10",
"node-sass": "^4.7.2",
"sass-loader": "^7.0.1",
"ts-jest": "^22.0.1",
"vue-template-compiler": "^2.5.13"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
]
}