-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
61 lines (61 loc) · 1.66 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
{
"name": "rivulet",
"version": "0.1.0-dev",
"description": "Grow ideas rooted in conversation.",
"author": "John L. Clark <[email protected]>",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"test": "jest"
},
"main": "server/init.js",
"dependencies": {
"balm-ui": "^9.17.0",
"config": "^3.3.3",
"connect-sqlite3": "^0.9.11",
"cookie-parser": "^1.4.5",
"core-js": "^3.6.5",
"debug": "^4.3.1",
"express": "^4.17.1",
"express-session": "^1.17.1",
"hjs": "0.0.6",
"immutable": "^4.0.0-rc.12",
"jest": "^26.6.3",
"morgan": "^1.10.0",
"socket.io": "^3.1.2",
"socket.io-client": "^4.0.0",
"uuid": "^8.3.2",
"vue": "^3.0.5"
},
"devDependencies": {
"@vue/cli": "^4.5.11",
"@vue/cli-plugin-babel": "~4.5.0",
"@vue/cli-plugin-eslint": "~4.5.0",
"@vue/cli-service": "~4.5.11",
"@vue/compiler-sfc": "^3.0.7",
"@vue/eslint-config-standard": "^5.1.2",
"babel-eslint": "^10.1.0",
"cors": "^2.8.5",
"eslint": "^6.7.2",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.0",
"eslint-plugin-vue": "^7.0.0-0",
"supertest": "^6.1.3",
"vue-template-compiler": "^2.6.11"
},
"bugs": {
"url": "https://github.com/Juanc1to/rivulet/issues"
},
"homepage": "https://github.com/Juanc1to/rivulet#readme",
"license": "GPL-3.0-or-later",
"optionalDependencies": {
"better-sqlite3": "^7.1.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Juanc1to/rivulet.git"
}
}