-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
63 lines (63 loc) · 1.63 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
{
"name": "thbc-cloudybadge",
"version": "1.0.0",
"description": "CloudyBADGE",
"author": "Maya Shavin",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook -c .storybook -o .out",
"generate": "nuxt generate"
},
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged"
}
},
"dependencies": {
"@nuxtjs/axios": "^5.9.0",
"@nuxtjs/cloudinary": "^0.0.8",
"@nuxtjs/toast": "^3.3.0",
"@sendgrid/mail": "^6.5.1",
"body-parser": "^1.19.0",
"core-js": "2",
"cross-env": "^5.2.0",
"current-script-polyfill": "^1.0.0",
"dotenv": "^8.2.0",
"esm": "^3.2.25",
"express": "^4.17.1",
"faunadb": "^2.10.0",
"mobile-device-detect": "^0.3.3",
"nuxt": "2.14.1",
"nuxt-clipboard2": "^0.2.1",
"shortid": "^2.2.15",
"vue-debounce": "^2.5.6",
"vue-js-modal": "^1.3.31",
"vue-js-toggle-button": "^1.3.3"
},
"devDependencies": {
"@nuxtjs/tailwindcss": "^3.0.0",
"@storybook/addon-actions": "^5.3.19",
"@storybook/addon-links": "^5.3.19",
"@storybook/theming": "^5.3.19",
"@storybook/vue": "^5.3.19",
"autoprefixer": "^8.6.4",
"babel-eslint": "^10.1.0",
"babel-preset-vue": "^2.0.2",
"eslint": "^7.1.0",
"eslint-config-prettier": "^6.11.0",
"eslint-loader": "^4.0.2",
"eslint-plugin-prettier": "^3.1.3",
"eslint-plugin-vue": "^6.2.2",
"husky": "^4.2.5",
"nuxt-i18n": "^6.13.8",
"prettier": "^2.0.5",
"pretty-quick": "^2.0.1"
},
"engines": {
"node": ">=10.x"
}
}