-
-
Notifications
You must be signed in to change notification settings - Fork 46
/
package.json
58 lines (58 loc) · 1.59 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
{
"name": "trelloapp",
"version": "1.0.0",
"author": "Filip Hric",
"license": "ISC",
"scripts": {
"start": "grunt dev && node index.js",
"cy:open": "npx cypres open"
},
"browser": {
"vue": "vue/dist/vue.common.js"
},
"devDependencies": {
"@4tw/cypress-drag-drop": "^1.4.0",
"@babel/core": "^7.12.10",
"@babel/preset-env": "^7.12.10",
"@cypress/code-coverage": "^3.8.7",
"@types/node": "^14.14.11",
"axios": "^0.21.1",
"babel-eslint": "^10.1.0",
"babel-plugin-istanbul": "^6.0.0",
"babelify": "^10.0.0",
"browserify": "^17.0.0",
"chai-moment-string": "^1.0.0",
"clipboardy": "^2.3.0",
"connect-busboy": "0.0.2",
"connect-history-api-fallback": "^1.6.0",
"cypress": "^6.2.1",
"cypress-file-upload": "^4.1.1",
"cypress-real-events": "^1.1.0",
"eslint": "^7.4.0",
"eslint-config-airbnb-base": "^14.2.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-vue": "^6.2.2",
"fs-extra": "^9.0.1",
"grunt": "^1.0.1",
"grunt-browserify": "^5.3.0",
"grunt-contrib-sass": "^1.0.0",
"grunt-contrib-watch": "^1.1.0",
"json-server": "^0.16.1",
"json-server-auth": "^1.2.1",
"lodash": "^4.17.20",
"moment": "^2.27.0",
"nocache": "^2.1.0",
"require-uncached": "^2.0.0",
"sass": "^1.26.8",
"sendmail": "^1.6.1",
"socket.io": "^2.3.0",
"typescript": "^4.0.2",
"vue": "^2.6.11",
"vue-focus": "^0.1.1",
"vue-router": "^3.3.2",
"vue-shortkey": "^3.1.7",
"vue-socket.io-extended": "^4.0.4",
"vue2-dropzone": "^3.6.0",
"vuedraggable": "^2.23.2"
}
}