-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.28 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
{
"devDependencies": {
"@babel/preset-react": "^7.14.5",
"@symfony/stimulus-bridge": "^2.0.0",
"@symfony/webpack-encore": "^1.0.0",
"axios": "^0.21.1",
"core-js": "^3.0.0",
"prop-types": "^15.7.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"regenerator-runtime": "^0.13.2",
"stimulus": "^2.0.0",
"ts-loader": "^9.0.0",
"typescript": "^4.3.4",
"webpack-notifier": "^1.6.0"
},
"license": "UNLICENSED",
"private": true,
"scripts": {
"dev-server": "encore dev-server",
"dev": "encore dev",
"watch": "encore dev --watch",
"build": "encore production --progress"
},
"dependencies": {
"@babel/plugin-proposal-class-properties": "^7.14.5",
"@babel/plugin-transform-runtime": "^7.14.5",
"@date-io/date-fns": "^1.3.13",
"@material-ui/core": "^4.11.4",
"@material-ui/data-grid": "^4.0.0-alpha.32",
"@material-ui/icons": "^4.11.2",
"@material-ui/pickers": "^3.3.10",
"@material-ui/types": "^5.1.0",
"@types/react": "^17.0.14",
"@types/react-dom": "^17.0.8",
"@types/react-router-dom": "^5.1.7",
"date-fns": "^2.22.1",
"react-router-dom": "^5.2.0"
}
}