-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 993 Bytes
/
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
{
"name": "arepa-ipsum",
"version": "1.0.3",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"export": "nuxt build && nuxt export",
"export:serve": "nuxt build && nuxt export && nuxt serve",
"generate": "nuxt generate",
"serve": "nuxt serve",
"test": "jest"
},
"dependencies": {
"@asigloo/vue-dynamic-forms": "^0.4.6",
"@nuxt/components": "^1.1.0",
"animate.css": "^4.1.1",
"nuxt": "^2.14.5",
"nuxt-i18n": "^6.15.1",
"nuxt-svgicon": "^1.2.7",
"nuxt-webfontloader": "^1.1.0",
"vue-clipboard2": "^0.3.1",
"vue-toasted": "^1.1.28"
},
"devDependencies": {
"@nuxtjs/google-adsense": "^1.1.3",
"@nuxtjs/google-analytics": "^2.4.0",
"@nuxtjs/tailwindcss": "^3.0.2",
"@tailwindcss/custom-forms": "^0.2.1",
"@vue/test-utils": "^1.1.0",
"babel-core": "7.0.0-bridge.0",
"babel-jest": "^26.3.0",
"jest": "^26.4.2",
"vue-jest": "^3.0.6"
}
}