-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.67 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
{
"name": "typescript-vuejs-core",
"version": "1.0.0",
"description": "Typescript + vuejs + ASP.NET Core",
"main": "index.js",
"scripts": {
"dev": "webpack-dev-server -d --history-api-fallback --hot --inline --progress --colors --port 3000 --open",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gene9/typescript-vuejs-core.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/gene9/typescript-vuejs-core/issues"
},
"homepage": "https://github.com/gene9/typescript-vuejs-core#readme",
"dependencies": {
"@websanova/vue-auth": "^2.21.6-beta",
"axios": "^0.18.0",
"bootstrap": "^4.1.0",
"bootstrap-vue": "^2.0.0-rc.8",
"tabler-ui": "0.0.32",
"vue": "^2.5.16",
"vue-authenticate": "^1.3.4",
"vue-axios": "^2.1.1",
"vue-class-component": "^6.2.0",
"vue-loader": "^14.2.2",
"vue-property-decorator": "^6.0.0",
"vue-resource": "^1.5.0",
"vue-router": "^3.0.1",
"vue-template-compiler": "^2.5.16",
"vuex": "^3.0.1"
},
"devDependencies": {
"@types/webpack": "^4.1.3",
"awesome-typescript-loader": "^5.0.0",
"css-loader": "^0.28.11",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^1.1.11",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.2.0",
"progress-bar-webpack-plugin": "^1.11.0",
"style-loader": "^0.20.3",
"ts-loader": "^4.2.0",
"tslint": "^5.9.1",
"tslint-config-standard": "^7.0.0",
"tslint-loader": "^3.6.0",
"typescript": "^2.8.1",
"webpack": "^4.6.0",
"webpack-cli": "^2.0.14",
"webpack-dev-server": "^3.1.3"
}
}