-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
59 lines (59 loc) · 1.71 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
{
"private": true,
"scripts": {
"dev": "nuxt -c client/nuxt.config.js",
"build": "nuxt build -c client/nuxt.config.js",
"start": "nuxt start -c client/nuxt.config.js",
"lint": "eslint --fix --ext .js,.vue client/"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.19",
"@fortawesome/free-brands-svg-icons": "^5.9.0",
"@fortawesome/free-regular-svg-icons": "^5.9.0",
"@fortawesome/free-solid-svg-icons": "^5.9.0",
"@fortawesome/vue-fontawesome": "^0.1.6",
"@nuxtjs/router": "^1.3.2",
"animate.css": "^3.7.2",
"ant-design-vue": "^1.4.0-beta.0",
"axios": "^0.19.0",
"bootstrap": "^4.3.1",
"codemirror": "^5.49.2",
"dotenv": "^8.0.0",
"emojionearea": "^3.0.0",
"jquery": "^3.4.1",
"js-cookie": "^2.2.0",
"laravel-echo": "^1.6.1",
"marked": "^0.7.0",
"moment": "^2.24.0",
"nuxt": "^2.8.1",
"popper.js": "^1.15.0",
"pusher-js": "^5.0.2",
"sweetalert2": "^8.14.0",
"tiptap": "^1.26.4",
"tiptap-extensions": "^1.28.4",
"trix": "^1.2.1",
"underscore": "^1.9.1",
"vform": "^1.0.1",
"vue-chat-scroll": "^1.3.5",
"vue-check-view": "^0.3.0",
"vue-clickaway": "^2.2.2",
"vue-clipboard2": "^0.3.1",
"vue-codemirror": "^4.0.6",
"vue-custom-scrollbar": "^1.1.0",
"vue-i18n": "^8.12.0",
"vue-js-popover": "^1.1.8",
"vue-popperjs": "^2.1.0",
"vue-scrollto": "^2.17.1",
"vuedraggable": "^2.23.2"
},
"devDependencies": {
"@editorjs/editorjs": "^2.15.1",
"@nuxtjs/eslint-config": "^1.0.1",
"@nuxtjs/tailwindcss": "^1.1.2",
"babel-eslint": "^10.0.2",
"eslint": "^6.0.1",
"fs-extra": "^8.1.0",
"node-sass": "^4.12.0",
"sass-loader": "^7.1.0"
}
}