-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 1.89 KB
/
package.json
File metadata and controls
66 lines (66 loc) · 1.89 KB
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
{
"name": "boord",
"version": "1.0.0",
"description": "Boord - Get On Board",
"author": "Arco Mul",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
"test": "jest"
},
"dependencies": {
"@aoberoi/passport-slack": "https://github.com/ArcoMul/passport-slack/tarball/3213b7d3fe2c4664a4ec399227f4a29560686381",
"@nuxtjs/axios": "^5.13.1",
"bcrypt": "^3.0.5",
"body-parser": "^1.19.0",
"bootstrap": "^4.6.0",
"bootstrap-vue": "^2.21.2",
"configuratoror": "^1.1.0",
"connect-mongo": "^2.0.3",
"express": "^4.17.1",
"express-session": "^1.16.1",
"lodash": "^4.17.21",
"marked": "^0.6.2",
"mongoose": "^5.11.18",
"nuxt": "^2.15.1",
"passport": "^0.4.0",
"passport-local": "^1.0.0",
"slug": "^1.1.0",
"socket.io": "^2.4.1",
"socket.io-client": "^2.4.0",
"uuid": "^3.3.2",
"vue-smooth-dnd": "^0.7.0",
"vue-socket.io-extended": "^3.2.1",
"vuex-persistedstate": "^2.5.4"
},
"devDependencies": {
"@nuxtjs/eslint-config": "^0.0.1",
"@vue/test-utils": "^1.1.3",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "^10.0.1",
"babel-jest": "^24.1.0",
"eslint": "^5.15.1",
"eslint-config-prettier": "^4.1.0",
"eslint-config-standard": "^12.0.0",
"eslint-loader": "^2.1.2",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-jest": "^22.3.0",
"eslint-plugin-node": "^8.0.1",
"eslint-plugin-nuxt": "^0.4.2",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-promise": "^4.3.1",
"eslint-plugin-standard": "^4.0.0",
"eslint-plugin-vue": "^5.2.2",
"fibers": "^5.0.0",
"jest": "^24.1.0",
"nodemon": "^1.18.9",
"prettier": "^1.16.4",
"sass": "^1.32.8",
"sass-loader": "^7.3.1",
"vue-jest": "^3.0.3"
}
}