1 | {
|
2 | "name": "@vue/component-compiler",
|
3 | "version": "4.2.4",
|
4 | "description": "bundler agnostic API for compiling Vue SFC",
|
5 | "repository": {
|
6 | "type": "git",
|
7 | "url": "git+https://github.com/vuejs/vue-component-compiler.git"
|
8 | },
|
9 | "keywords": [
|
10 | "vue",
|
11 | "compiler",
|
12 | "sfc"
|
13 | ],
|
14 | "author": "Rahul Kadyan",
|
15 | "license": "MIT",
|
16 | "bugs": {
|
17 | "url": "https://github.com/vuejs/vue-component-compiler/issues"
|
18 | },
|
19 | "main": "dist/index.js",
|
20 | "typings": "dist/index.d.ts",
|
21 | "files": [
|
22 | "dist"
|
23 | ],
|
24 | "scripts": {
|
25 | "build": "tsc",
|
26 | "prepare": "rm -rf dist && npm run build",
|
27 | "pretest": "npm run build",
|
28 | "test": "jest",
|
29 | "prerelease": "npm run test",
|
30 | "release": "standard-version -a"
|
31 | },
|
32 | "homepage": "https://github.com/vuejs/vue-component-compiler#readme",
|
33 | "devDependencies": {
|
34 | "@types/clean-css": "^3.4.30",
|
35 | "@types/jest": "^25.2.3",
|
36 | "@types/node": "^9.4.7",
|
37 | "babel-plugin-external-helpers": "^6.22.0",
|
38 | "babel-preset-env": "^1.6.1",
|
39 | "conventional-changelog": "^1.1.24",
|
40 | "jest": "^22.4.2",
|
41 | "pug": "^3.0.1",
|
42 | "puppeteer": "^1.3.0",
|
43 | "rollup": "^0.58.2",
|
44 | "rollup-plugin-babel": "^3.0.4",
|
45 | "rollup-plugin-commonjs": "^9.1.0",
|
46 | "rollup-plugin-image": "^1.0.2",
|
47 | "rollup-plugin-node-resolve": "^3.3.0",
|
48 | "sass": "^1.18.0",
|
49 | "ts-jest": "^22.4.2",
|
50 | "typescript": "^3.2.4",
|
51 | "typescript-eslint-parser": "^15.0.0",
|
52 | "vue": "^2.5.16",
|
53 | "vue-template-compiler": "^2.5.16"
|
54 | },
|
55 | "optionalDependencies": {
|
56 | "less": "^3.9.0",
|
57 | "pug": "^3.0.1",
|
58 | "sass": "^1.18.0",
|
59 | "stylus": "^0.54.5"
|
60 | },
|
61 | "peerDependencies": {
|
62 | "postcss": ">=6.0",
|
63 | "vue-template-compiler": "*"
|
64 | },
|
65 | "dependencies": {
|
66 | "@vue/component-compiler-utils": "^3.0.0",
|
67 | "clean-css": "^4.1.11",
|
68 | "hash-sum": "^1.0.2",
|
69 | "postcss-modules-sync": "^1.0.0",
|
70 | "source-map": "0.6.*"
|
71 | }
|
72 | }
|