-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 928 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 928 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
{
"engines": {
"node": "12.18",
"php":"7.4.6"
},
"devDependencies": {
"@babel/preset-react": "^7.0.0",
"@symfony/webpack-encore": "^0.30.2",
"core-js": "^3.0.0",
"regenerator-runtime": "^0.13.2",
"webpack-notifier": "^1.6.0"
},
"license": "UNLICENSED",
"private": true,
"scripts": {
"dev-server": "encore dev-server --port 8080",
"dev": "encore dev",
"watch": "encore dev --watch",
"build": "encore production --progress"
},
"dependencies": {
"axios": "^0.21.2",
"dotenv": "^8.2.0",
"jwt-decode": "^2.2.0",
"moment": "^2.24.0",
"moment-timezone": "^0.5.28",
"react": "16.8.6",
"react-content-loader": "^5.0.4",
"react-dom": "16.8.6",
"react-router-dom": "5.0.0",
"react-to-print": "^2.8.0",
"react-toastify": "^5.5.0"
}
}