Last change
on this file was 57e58a3, checked in by ste08 <sjovanoska@…>, 4 months ago |
Initial commit
|
-
Property mode
set to
100644
|
File size:
728 bytes
|
Line | |
---|
1 | {
|
---|
2 | "name": "@vue/compiler-ssr",
|
---|
3 | "version": "3.5.13",
|
---|
4 | "description": "@vue/compiler-ssr",
|
---|
5 | "main": "dist/compiler-ssr.cjs.js",
|
---|
6 | "types": "dist/compiler-ssr.d.ts",
|
---|
7 | "files": [
|
---|
8 | "dist"
|
---|
9 | ],
|
---|
10 | "buildOptions": {
|
---|
11 | "prod": false,
|
---|
12 | "formats": [
|
---|
13 | "cjs"
|
---|
14 | ]
|
---|
15 | },
|
---|
16 | "repository": {
|
---|
17 | "type": "git",
|
---|
18 | "url": "git+https://github.com/vuejs/core.git",
|
---|
19 | "directory": "packages/compiler-ssr"
|
---|
20 | },
|
---|
21 | "keywords": [
|
---|
22 | "vue"
|
---|
23 | ],
|
---|
24 | "author": "Evan You",
|
---|
25 | "license": "MIT",
|
---|
26 | "bugs": {
|
---|
27 | "url": "https://github.com/vuejs/core/issues"
|
---|
28 | },
|
---|
29 | "homepage": "https://github.com/vuejs/core/tree/main/packages/compiler-ssr#readme",
|
---|
30 | "dependencies": {
|
---|
31 | "@vue/shared": "3.5.13",
|
---|
32 | "@vue/compiler-dom": "3.5.13"
|
---|
33 | }
|
---|
34 | } |
---|
Note:
See
TracBrowser
for help on using the repository browser.