xref: /DADK/docs/package.json (revision c9f71754563759e653d59a110f15298891564be9)
1*c9f71754SLoGin{
2*c9f71754SLoGin  "devDependencies": {
3*c9f71754SLoGin    "@vuepress/bundler-vite": "^2.0.0-rc.18",
4*c9f71754SLoGin    "@vuepress/theme-default": "^2.0.0-rc.60",
5*c9f71754SLoGin    "sass-embedded": "^1.80.7",
6*c9f71754SLoGin    "vuepress": "^2.0.0-rc.18"
7*c9f71754SLoGin  },
8*c9f71754SLoGin  "scripts": {
9*c9f71754SLoGin    "docs:dev": "NODE_ENV=development vuepress dev",
10*c9f71754SLoGin    "docs:build": "NODE_ENV=production vuepress build"
11*c9f71754SLoGin  }
12*c9f71754SLoGin}
13