-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 914 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 914 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
32
33
34
35
36
37
38
{
"name": "tylodac",
"version": "1.0.0",
"description": "",
"main": "index.js",
"keywords": [],
"author": "wRadion",
"license": "ISC",
"scripts": {
"clean": "rm dist/bundle.js",
"start": "parcel src/index.html",
"build-prod": "parcel build src/index.html"
},
"dependencies": {
"animate.css": "^4.1.0",
"crypto": "^1.0.1",
"express": "^4.17.1",
"js-cookie": "^2.2.1",
"moment": "^2.27.0",
"redis": "^3.0.2",
"scss": "^0.2.4",
"seedrandom": "^3.0.5",
"socketio": "^1.0.0",
"uuid": "^8.3.0",
"vue": "^2.6.11",
"vue-hot-reload-api": "^2.3.4",
"vue-router": "^3.4.3",
"vue-socket.io": "^3.0.10"
},
"devDependencies": {
"@vue/component-compiler-utils": "^3.2.0",
"eslint": "^7.7.0",
"eslint-plugin-vue": "^6.2.2",
"parcel-bundler": "^1.12.4",
"sass": "^1.26.10",
"vue-template-compiler": "^2.6.11"
}
}