-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
34 lines (34 loc) · 953 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
{
"name": "guessWho",
"version": "1.0.0",
"main": "index.js",
"author": "enbacode <[email protected]>",
"license": "MIT",
"scripts": {
"start": "node index.js",
"build": "parcel build ./client/index.html"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.27",
"@fortawesome/free-brands-svg-icons": "^5.12.1",
"@fortawesome/free-solid-svg-icons": "^5.12.1",
"@fortawesome/vue-fontawesome": "^0.1.9",
"bootstrap": "^4.4.1",
"bootstrap-vue": "^2.7.0",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"moment": "^2.24.0",
"node-fetch": "^2.6.0",
"parcel": "^1.12.4",
"socket.io": "^2.3.0",
"vue": "^2.6.11",
"vue-analytics": "^5.22.1",
"vue-hot-reload-api": "^2.3.4",
"vue-socket.io": "^3.0.7"
},
"devDependencies": {
"@vue/component-compiler-utils": "^3.1.1",
"parcel-plugin-markdown-it": "^0.1.3",
"vue-template-compiler": "^2.6.11"
}
}