forked from PrefectHQ/prefect
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.74 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
49
50
51
52
53
54
55
56
{
"name": "prefect",
"description": "The Prefect Docs",
"version": "0.12.0",
"license": "Apache-2.0",
"dependencies": {
"algoliasearch": "^4.5.1",
"glob": "^7.1.3",
"highlight.js": "^10.4.1",
"js-yaml": "^3.14.0",
"lodash": "^4.17.21",
"lodash.template": "^4.5.0",
"markdown-it-attrs": "^2.4.1",
"markdown-it-checkbox": "^1.1.0",
"netlify-identity-widget": "^1.6.0",
"v-click-outside": "^3.1.2",
"vue-tweet-embed": "^2.4.0",
"vuepress-plugin-sitemap": "^2.3.1"
},
"scripts": {
"docs:generate-api": "cd docs && python generate_docs.py",
"docs:dev": "npm run docs:generate-api && vuepress dev docs",
"docs:build": "npm run docs:generate-api && vuepress build docs",
"docs:dev-no-build": "vuepress dev docs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/PrefectHQ/prefect.git"
},
"devDependencies": {
"@vuepress/core": "<=1.4.0",
"@vuepress/markdown": "<=1.4.0",
"@vuepress/markdown-loader": "<=1.4.0",
"@vuepress/plugin-active-header-links": "<=1.4.0",
"@vuepress/plugin-google-analytics": "<=1.4.0",
"@vuepress/plugin-last-updated": "<=1.4.0",
"@vuepress/plugin-nprogress": "<=1.4.0",
"@vuepress/plugin-register-components": "<=1.4.0",
"@vuepress/plugin-search": "<=1.4.0",
"@vuepress/shared-utils": "<=1.4.0",
"@vuepress/theme-default": "<=1.4.0",
"vue": "^2.6.12",
"vue-server-renderer": "^2.6.12",
"vuepress": "<=1.4.0",
"vuepress-plugin-code-copy": "^1.0.6",
"vuepress-plugin-element-tabs": "^0.2.8",
"vuepress-plugin-selected-text-popup": "^1.0.0",
"watchpack": "^1.6.1"
},
"prettier": {
"trailingComma": "none",
"tabWidth": 2,
"semi": false,
"singleQuote": true
}
}