-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
72 lines (72 loc) · 3.13 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
{
"name": "web",
"version": "0.1.0",
"private": false,
"scripts": {
"serve-d": "vue-cli-service serve &",
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"cypress:open": "cypress open",
"cypress:first": "cypress run --spec cypress/integration/example.spec.js --headed --no-exit",
"cypress:educative": "cypress run --spec cypress/integration/educative.spec.js --headed --no-exit",
"cypress:notFound": "cypress run --spec cypress/integration/notFound.spec.js --headed --no-exit",
"cypress:login": "cypress run --spec cypress/integration/webui/login.spec.js --headed --no-exit",
"cypress:visitSubmit": "cypress run --spec cypress/integration/webui/visitSubmit.spec.js --headed --no-exit",
"cypress:slowSelector": "cypress run --spec cypress/integration/webui/slowSelector.spec.js --headed --no-exit",
"cypress:xpathSelector": "cypress run --spec cypress/integration/webui/xpathSelector.spec.js --headed --no-exit",
"cypress:profileAvatar:correct": "cypress run --spec cypress/integration/webui/profileAvatar.spec.js --headed --no-exit",
"cypress:profileAvatar:incorrect": "cypress run --spec cypress/integration/webui/profileAvatarIncorrectUsage.spec.js --headed --no-exit",
"cypress:upvote": "cypress run --spec cypress/integration/webui/upvote.spec.js --headed --no-exit",
"cypress:onlyFilter": "cypress run --spec cypress/integration/onlyFilter.spec.js --headed --no-exit",
"cypress:skipFilter": "cypress run --spec cypress/integration/skipFilter.spec.js --headed --no-exit",
"cypress:firefoxHome": "cypress run --spec cypress/integration/firefoxHomepage.spec.js --headed --no-exit --browser firefox"
},
"dependencies": {
"@editorjs/editorjs": "^2.22.2",
"@editorjs/embed": "^2.4.6",
"@editorjs/header": "^2.6.1",
"@editorjs/image": "^2.6.1",
"@editorjs/list": "^1.6.2",
"@editorjs/marker": "^1.2.2",
"@editorjs/quote": "^2.4.0",
"@editorjs/text-variant-tune": "^1.0.1",
"@editorjs/underline": "^1.0.0",
"@mdi/font": "5.9.55",
"axios": "^0.24.0",
"editorjs-drag-drop": "^1.0.0",
"editorjs-html": "^3.4.2",
"editorjs-paragraph-with-alignment": "3.x",
"editorjs-social-post-plugin": "^1.0.0",
"editorjs-text-alignment-blocktune": "^1.0.2",
"editorjs-undo": "^0.3.0",
"jquery": "^3.6.0",
"lodash": "^4.17.21",
"moment": "^2.29.1",
"v-tooltip": "^2.0.3",
"vue": "^2.6.14",
"vue-emoji-picker": "^1.0.3",
"vue-mention": "^1.1.0",
"vue-router": "^3.5.3",
"vue-tweet-embed": "^2.4.0",
"vuetify": "^2.4.0",
"vuex": "^3.4.0"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^4.5.15",
"@vue/cli-plugin-eslint": "^4.5.15",
"@vue/cli-plugin-router": "~4.5.0",
"@vue/cli-plugin-vuex": "~4.5.0",
"@vue/cli-service": "^4.5.15",
"babel-eslint": "^10.1.0",
"cypress": "9.5.0",
"cypress-xpath": "^1.6.2",
"eslint": "7.14.0",
"eslint-plugin-vue": "^8.2.0",
"sass": "~1.32.0",
"sass-loader": "^10.0.0",
"vue-cli-plugin-vuetify": "~2.4.3",
"vue-template-compiler": "^2.6.11",
"vuetify-loader": "^1.7.3"
}
}