-
Notifications
You must be signed in to change notification settings - Fork 38
/
package.json
56 lines (56 loc) · 1.62 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": "andronix-website-base",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "nuxt-ts",
"build": "nuxt-ts build",
"start": "nuxt-ts start",
"generate": "nuxt-ts generate",
"lint:js": "eslint --ext .js,.vue --ignore-path .gitignore .",
"lint": "yarn run lint:js",
"e2e": "cypress run",
"e2e:open": "cypress open"
},
"dependencies": {
"@animxyz/core": "0.6.6",
"@animxyz/vue": "0.6.6",
"@braid/vue-formulate": "^2.5.0",
"@nuxt/typescript-runtime": "^2.0.0",
"@nuxtjs/axios": "^5.13.0",
"@nuxtjs/firebase": "^7.3.0",
"@nuxtjs/recaptcha": "^0.6.2",
"@nuxtjs/robots": "^2.4.2",
"@nuxtjs/sentry": "^5.0.1",
"@nuxtjs/sitemap": "^2.4.0",
"@tailwindcss/line-clamp": "^0.2.0",
"@tailwindcss/typography": "^0.4.0",
"autoprefixer": "^9.8.6",
"axios": "^0.21.1",
"core-js": "^3.6.5",
"firebase": "^8.2.1",
"nuxt": "^2.14.12",
"nuxt-social-meta": "^0.0.5",
"postcss": "^7.0.35",
"tailwindcss": "npm:@tailwindcss/postcss7-compat@^2.0.2",
"v-viewer": "^1.5.1",
"vue-loading-overlay": "^3.4.2",
"vue-scrollto": "^2.20.0",
"vue-tippy": "^4.7.2",
"vue-toast-notification": "^0.6.0"
},
"devDependencies": {
"@nuxt/types": "^2.14.5",
"@nuxt/typescript-build": "^2.0.3",
"@nuxtjs/eslint-config": "^3.1.0",
"@nuxtjs/eslint-config-typescript": "^3.0.0",
"@nuxtjs/eslint-module": "^2.0.0",
"@nuxtjs/tailwindcss": "^3.4.2",
"@types/jest": "^26.0.20",
"babel-eslint": "^10.1.0",
"chance": "^1.1.7",
"cypress": "6.7.0",
"eslint": "^7.8.1",
"eslint-plugin-nuxt": "^1.0.0"
}
}