-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 728 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 728 Bytes
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
{
"name": "stim",
"version": "0.1.0",
"description": "Stim Web App",
"main": "index.js",
"scripts": {
"build-css": "sass public/scss/style.scss public/scss/style.css"
},
"repository": {
"type": "git",
"url": "https://github.com/MaximDerevyanchenko/stim"
},
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^0.21.1",
"bcrypt": "^5.0.1",
"bootstrap": "^5.0.2",
"connect-multiparty": "^2.2.0",
"cookie-parser": "^1.4.5",
"express": "^4.16.4",
"mongoose": "^5.13.2",
"nodemon": "^2.0.12",
"sass": "^1.35.1",
"socket.io": "^4.1.2",
"vue": "^2.6.14",
"vue-cookies": "^1.7.4",
"vue-router": "^3.5.2",
"vue-socket.io": "^3.0.10"
}
}