-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
30 lines (30 loc) · 863 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
{
"name": "@maelstrom-cms/docs",
"version": "1.0.0",
"description": "",
"main": "README.md.js",
"scripts": {
"dev": "NODE_ENV=development vuepress dev",
"build": "NODE_ENV=production vuepress build --dest docs",
"deploy": "source deploy.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/maelstrom-cms/documentation.git"
},
"author": "Owen Melbourne",
"license": "MIT",
"bugs": {
"url": "https://github.com/maelstrom-cms/documentation/issues"
},
"homepage": "https://github.com/maelstrom-cms/documentation#readme",
"devDependencies": {
"@fullhuman/postcss-purgecss": "^1.2.0",
"@vuepress/plugin-active-header-links": "^1.0.0-rc.1",
"autoprefixer": "^9.6.0",
"glob-all": "^3.1.0",
"tailwindcss": "^1.0.4",
"vuepress": "^1.0.1",
"vuepress-plugin-seo": "^0.1.2"
}
}