-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 812 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 812 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
{
"name": "vuepress",
"version": "1.0.0",
"repository": "https://github.com/skyfly200/CMS-Template",
"description": "Starter template for a VuePress site",
"author": "Skyler Fly-Wilson",
"license": "MIT",
"scripts": {
"dev": "vuepress dev",
"build": "vuepress build",
"dev:f": "netlify-lambda serve src",
"build:f": "netlify-lambda build src"
},
"devDependencies": {
"@vuepress/plugin-google-analytics": "^1.0.0-alpha.0",
"css-loader": "^2.1.1",
"netlify-lambda": "^1.4.5",
"style-loader": "^0.23.1",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.2",
"vuepress": "^0.14.8",
"vuetify": "^1.5.14"
},
"dependencies": {
"axios": "^0.18.0",
"dotenv": "^7.0.0",
"eslint": "^4.19.1",
"mailgun-js": "^0.22.0",
"npm": "^5.8.0"
}
}