-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.73 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.73 KB
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
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"devDependencies": {
"@babel/core": "^7.17.0",
"@babel/preset-env": "^7.16.0",
"@babel/preset-react": "^7.0.0",
"@hotwired/stimulus": "^3.0.0",
"@symfony/stimulus-bridge": "^3.2.0",
"@symfony/ux-react": "file:vendor/symfony/ux-react/assets",
"@symfony/webpack-encore": "^4.0.0",
"autoprefixer": "^10.4.13",
"browser-sync": "^2.27.12",
"browser-sync-webpack-plugin": "^2.3.0",
"clean-css": "^5.3.2",
"core-js": "^3.23.0",
"css-loader": "^6.7.3",
"dotenv": "^16.0.3",
"file-loader": "^6.0.0",
"postcss": "^8.4.21",
"postcss-loader": "^7.0.2",
"react": "^18.0",
"react-dom": "^18.0",
"regenerator-runtime": "^0.13.9",
"tailwindcss": "^3.2.7",
"ts-loader": "^9.0.0",
"typescript": "^4.9.5",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0",
"webpack-notifier": "^1.15.0"
},
"license": "UNLICENSED",
"private": true,
"scripts": {
"dev-server": "encore dev-server",
"dev": "encore dev",
"watch": "encore dev --watch",
"build": "encore production --progress"
},
"dependencies": {
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@mui/icons-material": "^5.11.11",
"@mui/material": "^5.11.7",
"@mui/styled-engine-sc": "^5.11.0",
"clean-css-loader": "^4.2.1",
"next": "^13.1.6",
"path": "^0.12.7",
"prop-types": "^15.8.1",
"react-head": "^3.4.2",
"react-loader-spinner": "^5.3.4",
"stream": "^0.0.2",
"style-loader": "^3.3.1",
"styled-components": "^5.3.6",
"swr": "^2.0.3"
}
}