forked from frictionlessdata/website
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 878 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 878 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
{
"name": "frictionlessdata.io",
"version": "1.0.0",
"description": "Frictionless Data Website",
"dependencies": {
"dotenv": "^8.2.0",
"markdown-it-footnote": "",
"mermaid": "^8.0.0",
"vue-typed-js": "^0.1.2"
},
"devDependencies": {
"@limdongjin/vuepress-plugin-simple-seo": "^1.0.4-alpha.5",
"@vssue/api-github-v3": "^1.4.3",
"@vssue/vuepress-plugin-vssue": "^1.4.3",
"@vuepress/plugin-back-to-top": "^1.3.1",
"@vuepress/plugin-blog": "^1.9.2",
"@vuepress/plugin-google-analytics": "^1.1.0",
"start-server-and-test": "^1.10.8",
"tailwindcss": "^1.1.4",
"vuepress": "^1.2.0",
"vuepress-plugin-dehydrate": "^1.1.3"
},
"scripts": {
"build": "npx vuepress build site",
"start": "npx vuepress dev site",
"notebooks": "python3 -m pip install -q pyyaml gdown nbconvert && python3 notebooks.py"
}
}