forked from bytebase/bytebase.com-old
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
69 lines (69 loc) · 2.11 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "bytebase-website",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "npm run fetch-sql-review-file && nuxt",
"build": "npm run fetch-sql-review-file && nuxt build",
"start": "nuxt start",
"generate": "npm run fetch-sql-review-file && nuxt generate",
"fetch-sql-review-file": "sh ./scripts/fetch_sql_review_file.sh"
},
"dependencies": {
"@auth0/auth0-spa-js": "^1.19.3",
"@nuxt/content": "^1.15.1",
"@nuxt/typescript-runtime": "^2.1.0",
"@nuxt/vue-app": "^2.15.8",
"@nuxtjs/composition-api": "^0.32.0",
"@nuxtjs/i18n": "^7.2.2",
"@pinia/nuxt": "^0.1.8",
"@segment/analytics-next": "^1.34.0",
"@tailwindcss/aspect-ratio": "^0.4.0",
"@tailwindcss/typography": "^0.4.1",
"algoliasearch": "^4.13.0",
"autoprefixer": "^10.0.2",
"consola": "^2.15.3",
"core-js": "^3.21.0",
"dayjs": "^1.11.0",
"dom-to-image": "^2.6.0",
"dotenv": "^16.0.1",
"fs-extra": "^10.0.1",
"lodash": "^4.17.21",
"nuxt": "^2.15.8",
"pinia": "^2.0.12",
"plausible-tracker": "^0.3.5",
"prettier": "^2.6.2",
"remove-markdown": "^0.5.0",
"slug": "^5.2.0",
"tailwindcss": "^2.2.19",
"tiny-cookie": "^2.3.2",
"typescript": "^4.6.4",
"vue": "^2.6.14",
"vue-gtag": "1.16.1",
"vue-plausible": "^1.3.1",
"webpack": "^4.46.0"
},
"devDependencies": {
"@nuxt/types": "^2.15.8",
"@nuxt/typescript-build": "^2.1.0",
"@nuxtjs/google-analytics": "^2.4.0",
"@nuxtjs/tailwindcss": "^4.2.0",
"@nuxtjs/web-vitals": "^0.1.8",
"@types/dom-to-image": "^2.6.4",
"@types/fs-extra": "^9.0.13",
"@types/lodash": "^4.14.180",
"@types/slug": "^5.0.2",
"@types/tryghost__content-api": "^1.3.7",
"@typescript-eslint/eslint-plugin": "^5.4.0",
"@typescript-eslint/parser": "^5.4.0",
"@vue/compiler-sfc": "^3.2.4",
"@vue/eslint-config-typescript": "^9.1.0",
"@vue/runtime-dom": "^3.2.31",
"eslint": "^8.3.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-vue": "^8.1.1",
"postcss": "^8.3.5",
"yaml-loader": "^0.8.0"
}
}