-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 912 Bytes
/
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
{
"name": "udany-boilerplate",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"@babel/core": "^7.14.2",
"@babel/preset-env": "^7.14.2",
"@babel/register": "^7.13.16",
"@fortawesome/fontawesome-svg-core": "^1.2.35",
"@fortawesome/free-solid-svg-icons": "^5.15.3",
"@fortawesome/vue-fontawesome": "^3.0.0-3",
"@vitejs/plugin-vue": "^1.2.4",
"@vue/compiler-sfc": "^3.1.4",
"axios": "^0.21.1",
"body-parser": "^1.19.0",
"bootstrap": "^5.0.1",
"express": "^4.17.1",
"fast-glob": "^3.2.5",
"highlight.js": "^9.15.10",
"markdown-it": "^10.0.0",
"monaco-editor": "^0.27.0",
"open": "^8.2.1",
"sass": "^1.32.13",
"socket.io": "^4.1.2",
"socket.io-client": "^4.1.2",
"vite": "^2.3.8",
"vue": "^3.1.4",
"vue-meta": "^3.0.0-alpha.9",
"vue-router": "^4.0.8"
}
}