-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.24 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
{
"name": "mines-ts-vue",
"version": "1.0.0",
"private": true,
"description": "This quick start guide will teach you how to get TypeScript and [Vue](https://vuejs.org) working together.\r This guide is flexible enough that any steps here can be used to integrate TypeScript into an existing Vue project.",
"main": "index.js",
"scripts": {
"start": "webpack --watch --mode=development",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "sym fork from Daniel Rosenwasser (https://github.com/DanielRosenwasser)",
"license": "Apache-2.0",
"dependencies": {
"ts-md5": "^1.2.4",
"vue": "^2.5.16",
"vue-class-component": "^6.0.0",
"vue-property-decorator": "^6.0.0",
"vue-router": "^3.0.1"
},
"devDependencies": {
"css-loader": "^0.28.11",
"html-webpack-plugin": "^3.2.0",
"ts-loader": "^4.0.0",
"typescript": "^2.8.1",
"vue-loader": "^14.2.2",
"vue-template-compiler": "^2.5.16",
"webpack": "^4.0.0",
"webpack-cli": "^2.0.13"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/sym233/mines.git"
},
"bugs": {
"url": "https://github.com/sym233/mines/issues"
},
"homepage": "https://github.com/sym233/mines#readme"
}