-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.32 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
43
44
45
46
47
48
49
50
{
"devDependencies": {
"@babel/preset-react": "^7.0.0",
"@hotwired/stimulus": "^3.0.0",
"@hotwired/turbo": "^7.0.1",
"@symfony/stimulus-bridge": "^3.2.0",
"@symfony/ux-turbo": "file:vendor/symfony/ux-turbo/Resources/assets",
"@symfony/webpack-encore": "^3.0.0",
"@tailwindcss/forms": "^0.4.0",
"autoprefixer": "10.4.5",
"core-js": "^3.23.0",
"cross-env": "^7.0.3",
"file-loader": "^6.0.0",
"postcss": "^8.4.5",
"postcss-loader": "^7.0.0",
"regenerator-runtime": "^0.13.9",
"tailwindcss": "^3.0.15",
"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": {
"@mtjch/bg_particles": "^1.1.2",
"@mtjch/bg_shapes": "^1.0.0",
"@popperjs/core": "^2.10.1",
"highlight.js": "^11.6.0",
"markdown-it": "^13.0.1",
"photoswipe": "^5.3.2",
"prop-types": "^15.7.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"sass": "^1.35.1",
"sass-loader": "^13.0.0",
"stimulus-use": "^0.50.0",
"swiper": "^8.1.0",
"webpack-bundle-analyzer": "^4.5.0"
},
"browserslist": [
"> 0.5%",
"last 2 versions",
"Firefox ESR",
"not dead"
]
}