-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
42 lines (42 loc) · 1.12 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
{
"devDependencies": {
"@symfony/webpack-encore": "^0.29.0",
"core-js": "^3.0.0",
"dotenv-webpack": "^1.8.0",
"node-sass": "^4.14.1",
"regenerator-runtime": "^0.13.2",
"sass-loader": "^7.3.1",
"vue": "^2.6.11",
"vue-loader": "^15.9.2",
"vue-template-compiler": "^2.6.11",
"webpack-notifier": "^1.6.0"
},
"license": "MIT",
"private": true,
"scripts": {
"dev-server": "encore dev-server",
"dev": "encore dev",
"watch": "encore dev --watch",
"build": "encore production --progress"
},
"dependencies": {
"admin-lte": "^3.0.4",
"axios": "^0.19.2",
"ckeditor": "^4.12.1",
"dotenv": "^8.2.0",
"ioredis": "^4.17.1",
"overlayscrollbars": "^1.12.0",
"socket.io": "^2.3.0",
"vue-moment": "^4.1.0"
},
"contributors": [
{
"name": "Matias Solis de la Torre",
"email": "matias.delatorre89@gmail.com"
},
{
"name": "Raul Neis",
"email": "raulneis@gmail.com"
}
]
}