-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.43 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
{
"name": "docs",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "nuxt",
"preinstall": "(cd commands/prebuild && npm install);",
"prebuild": "node ./commands/prebuild/prebuild.js",
"build": "nuxt build",
"start": "nuxt start",
"flatbread": "flatbread start",
"generate": "nuxt generate",
"deploy": "(cd commands/prebuild && npm install); node ./commands/prebuild/prebuild.js; nuxt generate;",
"test": "jest"
},
"dependencies": {
"@nuxt/content": "^1.15.1",
"@nuxtjs/device": "^2.1.0",
"@nuxtjs/pwa": "^3.3.5",
"@nuxtjs/toast": "^3.3.1",
"assert": "^2.0.0",
"axios": "^0.27.2",
"bootstrap": "^4.6.1",
"bootstrap-vue": "^2.21.2",
"core-js": "^3.19.3",
"flatbread": "^1.0.0-alpha.19",
"friendly-error": "^1.1.0",
"front-matter": "^4.0.2",
"nuxt": "^2.15.8",
"nuxt-content-editor": "^1.0.1",
"reading-time": "^1.5.0",
"string-strip-html": "^11.0.1",
"vue": "^2.6.14",
"vue-clipboard2": "^0.3.3",
"vue-feedback-reaction": "^1.2.0",
"vue-html2pdf": "^1.8.0",
"vue-scrollto": "^2.20.0",
"vue-server-renderer": "^2.6.14",
"vue-simplemde": "^2.1.1",
"vue-template-compiler": "^2.6.14",
"vue-text-highlight": "^2.0.10",
"webpack": "^4.46.0"
},
"devDependencies": {
"@babel/cli": "^7.18.9",
"@babel/core": "^7.18.9",
"@vue/test-utils": "^1.3.0",
"jest": "^27.4.4",
"vue-jest": "^3.0.4"
}
}