-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 859 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 859 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
{
"devDependencies": {
"@babel/preset-react": "^7.12.5",
"@symfony/webpack-encore": "^0.31.0",
"core-js": "^3.7.0",
"regenerator-runtime": "^0.13.2",
"webpack-notifier": "^1.6.0"
},
"license": "UNLICENSED",
"private": true,
"scripts": {
"dev-server": "encore dev-server --https --pfx=%UserProfile%\\.symfony\\certs\\default.p12\\ --port 8080",
"dev": "encore dev",
"watch": "encore dev --watch",
"build": "encore production --progress"
},
"dependencies": {
"axios": "^0.18.1",
"dotenv": "^8.2.0",
"jwt-decode": "^3.1.1",
"moment": "^2.29.1",
"react": "^16.14.0",
"react-content-loader": "^5.1.4",
"react-dom": "^16.14.0",
"react-router-dom": "^5.2.0",
"react-toastify": "^6.1.0"
}
}