-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
56 lines (56 loc) · 1.38 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
{
"name": "Serverless-Devs",
"version": "1.0.0",
"private": true,
"browserslist": [
">0.3%",
"not ie 11",
"not dead",
"not op_mini all",
"last 3 version",
"Chrome >= 35",
"Firefox >= 38",
"Edge >= 10",
"Explorer >= 10",
"ie >= 10",
"iOS >= 8",
"Safari >= 8",
"Android 2.3",
"Android >= 4",
"Opera >= 12"
],
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "npx nuxt generate",
"deploy": "s deploy -y --use-local --skip-actions -t s.dev.yaml"
},
"dependencies": {
"@docsearch/css": "^3.0.0-alpha.50",
"@docsearch/js": "^3.0.0-alpha.50",
"@nuxt/content": "^1.15.1",
"@nuxt/types": "^2.15.2",
"@nuxt/typescript-build": "^2.1.0",
"@nuxtjs/color-mode": "^2.0.3",
"@nuxtjs/composition-api": "^0.31.0",
"@nuxtjs/google-fonts": "1.2.0",
"@nuxtjs/pwa": "^3.3.5",
"@nuxtjs/tailwindcss": "^3.4.3",
"@popperjs/core": "^2.11.2",
"@tailwindcss/typography": "0.2.0",
"clipboard": "^2.0.6",
"defu": "^3.2.2",
"element-ui": "^2.15.6",
"lodash": "^4.17.21",
"lodash.groupby": "^4.6.0",
"marked": "^2.0.1",
"nuxt": "^2.15.8",
"nuxt-i18n": "^6.20.4",
"prism-themes": "^1.5.0",
"tailwind-css-variables": "^2.0.3",
"theme-colors": "^0.0.5",
"vue-clickaway": "^2.2.2",
"vue-scrollactive": "^0.9.3"
}
}