-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
36 lines (36 loc) · 1.2 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
{
"name": "diez-site-web",
"version": "10.0.2",
"private": true,
"description": "The Diez website - https://diez.org",
"author": "The Haiku Team <[email protected]>",
"license": "SEE LICENSE.md",
"devDependencies": {
"@vuepress/plugin-google-analytics": "^1.0.0-rc.1",
"diez-webpack-plugin": "^10.0.2",
"eslint": "^5.16.0",
"eslint-plugin-vue-libs": "^3.0.0",
"node-sass": "^4.12.0",
"sass-loader": "^7.1.0",
"ts-loader": "^6.0.2",
"typescript": "^3.7.2",
"vuepress": "^1.0.1"
},
"scripts": {
"preinstall": "./scripts/setup.sh",
"start": "vuepress dev docs",
"build": "vuepress build docs",
"fix": "yarn lint --fix",
"lint": "eslint docs/.vuepress/theme --ext .js,.vue",
"health": "yarn lint -f checkstyle -o checkstyle-result.xml",
"deploy": "./scripts/deploy.sh",
"docs": "cd design-language && yarn diez compile -t docs && cd build/docs && yarn && yarn serve"
},
"dependencies": {
"@haiku/tina-diezheroinstancesyntax": "^0.0.6",
"@haiku/tina-whatyouscaffoldedoutlooping": "^0.0.4",
"diez-diez-site": "file:./design-language/build/diez-diez-site-web",
"vue-carousel": "^0.18.0",
"vue-github-button": "^1.1.2"
}
}