-
Notifications
You must be signed in to change notification settings - Fork 25
/
package.json
43 lines (43 loc) · 891 Bytes
/
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
{
"name": "vue-cli-plugin-prerender-spa",
"version": "1.1.5",
"description": "Vue CLI plugin to add prerendering to your application",
"main": "index.js",
"author": {
"name": "Nathan Graule",
"email": "[email protected]"
},
"scripts": {
"build": "babel src --out-dir .",
"prepack": "yarn build"
},
"license": "MIT",
"repository": "https://github.com/SolarLiner/vue-cli-plugin-prerender-spa",
"keywords": [
"vuejs",
"vue-cli",
"plugin",
"prerender",
"SPA"
],
"files": [
"index.js",
"prompts.js",
"generator.js",
"README.md",
"LICENSE"
],
"private": false,
"dependencies": {
"prerender-spa-plugin": "^3.2.1",
"recast": "^0.18.2"
},
"devDependencies": {
"@babel/cli": "^7.2.3",
"@babel/core": "^7.2.2",
"@babel/preset-env": "^7.2.3"
},
"engines": {
"node": ">=8.9"
}
}