forked from mk33mk333/vue-template-transform
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 973 Bytes
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 973 Bytes
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
{
"name": "transform",
"version": "1.0.0",
"description": "",
"devDependencies": {
"@babel/core": "^7.11.1",
"@types/node": "^10.5.5",
"@waiting/eslint-config": "^2.1.0",
"babel-loader": "^8.1.0",
"cross-env": "^6.0.0",
"eslint": "^6.0.0",
"ts-node": "^8.10.2",
"tslib": "^1.8.1",
"typescript": "^3.8.0",
"webpack-cli": "^3.3.12"
},
"main": "./dist/index.js",
"scripts": {
"dev": "ts-node ./src/cli.ts",
"build": "tsc && webpack",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"@types/js-beautify": "^1.11.0",
"@typescript-eslint/typescript-estree": "^3.6.0",
"immutable": "^4.0.0-rc.12",
"js-beautify": "^1.11.0",
"terser-webpack-plugin": "^4.1.0",
"uglifyjs-webpack-plugin": "^2.2.0",
"vue": "^2.6.11",
"vue-template-compiler": "^2.6.11",
"webpack": "^4.44.1"
},
"typings": "./dist/index.d.ts"
}