forked from getcandy/hub
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
73 lines (73 loc) · 2.12 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
64
65
66
67
68
69
70
71
72
73
{
"name": "getcandy-hub",
"version": "0.9.2",
"description": "GetCandy Hub prototype",
"author": "Glenn Jacobs",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
"test": "jest --watch"
},
"dependencies": {
"@getcandy/hub-categories": "^0.9.0",
"@getcandy/hub-collections": "^0.9.0",
"@getcandy/hub-core": "^0.9.0",
"@getcandy/hub-customers": "^0.9.0",
"@getcandy/hub-orders": "^0.9.0",
"@getcandy/hub-products": "^0.9.0",
"@getcandy/hub-reports": "^0.9.0",
"@getcandy/hub-shipping": "^0.9.0",
"@getcandy/js-client": "^0.9.18",
"@getcandy/js-client-nuxt": "^0.9.18",
"@getcandy/node-client": "^0.9.0",
"@nuxtjs/auth": "^4.8.4",
"@nuxtjs/axios": "^5.8.0",
"@nuxtjs/dotenv": "^1.4.1",
"@tailwindcss/ui": "^0.3.0",
"moment": "^2.24.0",
"numeral": "^2.0.6",
"nuxt": "^2.5.1",
"vue-i18n": "^8.15.0"
},
"devDependencies": {
"@nuxtjs/eslint-config": "^1.0.1",
"@nuxtjs/eslint-module": "^1.0.0",
"@nuxtjs/tailwindcss": "^2.0.0",
"@uppy/core": "^1.7.0",
"@uppy/drag-drop": "^1.4.1",
"@uppy/progress-bar": "^1.3.3",
"@uppy/xhr-upload": "^1.4.1",
"@vue/test-utils": "^1.0.0-beta.27",
"babel-eslint": "^10.0.1",
"babel-jest": "^24.1.0",
"browser-env": "^3.3.0",
"bulma-quickview": "^2.0.0",
"bulma-timeline": "^3.0.4",
"color": "^3.1.2",
"currency.js": "^1.2.2",
"eslint": "^6.1.0",
"eslint-plugin-nuxt": ">=0.4.2",
"fs-extra": "^8.1.0",
"jest": "^24.1.0",
"moxios": "^0.4.0",
"nuxt-buefy": "^0.0.2",
"pell": "^1.0.6",
"prismjs": "^1.6.0",
"remixicon": "^2.2.0",
"require-extension-hooks": "^0.3.3",
"require-extension-hooks-babel": "^1.0.0",
"require-extension-hooks-vue": "^3.0.0",
"sinon": "^7.5.0",
"tiptap": "^1.26.6",
"tiptap-extensions": "^1.28.6",
"vue-gravatar": "^1.3.1",
"vue-jest": "^4.0.0-0",
"vue-prism-component": "^1.1.1",
"vue-click-outside": "^1.0.7",
"animejs": "^3.2.0"
}
}