-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
43 lines (43 loc) · 1.14 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
{
"name": "cleavrdocs",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate"
},
"dependencies": {
"@nuxt/content": "^1.11.1",
"@nuxtjs/feed": "^2.0.0",
"@nuxtjs/redirect-module": "^0.3.1",
"@nuxtjs/tailwindcss": "^3.3.4",
"@tailwindcss/typography": "^0.2.0",
"@tailwindcss/ui": "^0.7.2",
"algoliasearch": "^4.8.3",
"autoprefixer": "^9.8.6",
"core-js": "^3.6.5",
"instantsearch.css": "^7.4.5",
"nuxt": "^2.14.6",
"nuxt-content-algolia": "^0.1.0",
"postcss": "^7.0.35",
"remove-markdown": "^0.3.0",
"tailwindcss-aspect-ratio": "^3.0.0",
"v-click-outside": "^3.1.2",
"vue": "^2.6.14",
"vue-autosuggest": "^2.2.0",
"vue-instantsearch": "^3.4.3"
},
"devDependencies": {
"@babel/core": "^7.12.10",
"@babel/preset-env": "^7.12.11",
"@nuxtjs/tailwindcss": "^3.3.4",
"babel-eslint": "^10.1.0",
"css-loader": "^5.0.1",
"eslint": "^7.19.0",
"eslint-plugin-vue": "^7.5.0",
"style-loader": "^2.0.0",
"tailwindcss-responsive-embed": "^1.0.0"
}
}