forked from ionos-deploy-now/documentation
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
43 lines (43 loc) · 1.35 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
{
"name": "deploy-now-documentation",
"private": true,
"scripts": {
"build": "gridsome build",
"develop": "gridsome develop",
"explore": "gridsome explore",
"lint": "eslint --ext .ts,.js,.vue src",
"cli": "DOTENV_CONFIG_PATH=.cli node -r dotenv/config ./cli/index.js"
},
"dependencies": {
"@fontsource/open-sans": "^4.5.1",
"@fontsource/overpass": "^4.5.3",
"@gridsome/plugin-sitemap": "^0.4.0",
"gridsome": "^0.7.23",
"gridsome-plugin-i18n": "^1.6.0",
"gridsome-plugin-remark-container": "^0.1.3",
"gridsome-plugin-remark-mermaid": "^1.0.1",
"gridsome-plugin-robots-txt": "^1.0.2",
"vue-material-design-icons": "^4.13.0",
"vuex": "^3.6.2"
},
"devDependencies": {
"@gridsome/remark-prismjs": "^0.5.0",
"@gridsome/source-filesystem": "^0.6.2",
"@gridsome/transformer-remark": "^0.6.4",
"@noxify/gridsome-remark-table-align": "^1.0.0",
"dotenv": "^10.0.0",
"enquirer": "^2.3.6",
"eslint": "^7.32.0",
"eslint-plugin-gridsome": "^1.6.2",
"eslint-plugin-vue": "^7.20.0",
"fuse.js": "^6.4.6",
"gridsome-plugin-htaccess": "^0.2.1",
"gridsome-plugin-service-worker": "^0.2.8",
"gridsome-plugin-windicss": "^1.0.4",
"node-sass": "^6.0.1",
"prism-themes": "^1.9.0",
"sass-loader": "^10.1.1",
"slugify": "^1.6.2",
"vue-eslint-parser": "^8.0.0"
}
}