-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.8 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
{
"name": "template-vue-tsx",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"build": "cross-env NODE_ENV=production webpack",
"dev": "cross-env NODE_ENV=development webpack-dev-server --config build/webpack.dev.conf.js --progress --hot --inline",
"lint": "tslint --project ./tsconfig.json --fix",
"test": "npm run lint && mocha --require ts-node/register test/**/*spec.ts --watch --watch-extensions ts"
},
"dependencies": {
"vue": "^2.5.16"
},
"devDependencies": {
"@types/chai": "^4.1.2",
"@types/node": "^9.6.2",
"awesome-typescript-loader": "5.0.0-1",
"babel-helper-vue-jsx-merge-props": "2.0.0",
"babel-plugin-syntax-jsx": "^6.18.0",
"babel-plugin-transform-vue-jsx": "^3.7.0",
"babel-preset-env": "^1.6.1",
"chai": "^4.1.2",
"cross-env": "^5.1.4",
"css-hot-loader": "^1.3.9",
"css-loader": "^0.28.11",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"html-webpack-plugin": "^3.1.0",
"mocha": "^5.0.5",
"mocha-typescript": "^1.1.12",
"style-loader": "^0.20.3",
"stylint": "^1.5.9",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.2",
"ts-node": "^5.0.1",
"tslint": "^5.9.1",
"tslint-loader": "^3.6.0",
"typescript": "^2.8.1",
"vue-class-component": "^6.2.0",
"vue-property-decorator": "^6.0.0",
"vue-template-compiler": "^2.5.16",
"webpack": "^4.4.1",
"webpack-cli": "^2.0.13",
"webpack-dev-server": "^3.1.1",
"webpack-merge": "^4.1.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Cicadaes/template-vue-tsx.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Cicadaes/template-vue-tsx/issues"
},
"homepage": "https://github.com/Cicadaes/template-vue-tsx#readme",
"description": ""
}