-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.12 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
{
"name": "@arijs/vue-prerender",
"version": "0.0.13",
"description": "Prerender library for Vue 3",
"type": "module",
"main": "src/index.mjs",
"files": [
"src",
"lib",
"LICENSE",
"README.md"
],
"scripts": {
"build": "./node_modules/.bin/babel src --out-dir lib --verbose",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/arijs/vue-prerender.git"
},
"bugs": {
"url": "https://github.com/arijs/vue-prerender/issues"
},
"homepage": "https://github.com/arijs/vue-prerender#readme",
"keywords": [
"frontend",
"components",
"vuejs",
"vue",
"prerender"
],
"author": "Rafael Hengles <rhengles@gmail.com>",
"license": "MIT",
"dependencies": {
"@arijs/frontend": "^0.3.0",
"@arijs/stream-xml-parser": "^0.2.10"
},
"devDependencies": {
"@babel/cli": "^7.14.8",
"@babel/core": "^7.14.8",
"@babel/preset-env": "^7.14.8",
"babel-plugin-module-resolver": "^4.1.0"
},
"peerDependencies": {
"browserslist": ">=4.16.5 <5",
"lodash": ">=4.17.21 <5"
}
}