-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 1004 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 1004 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
{
"devDependencies": {
"@babel/core": "^7.17.0",
"@babel/preset-env": "^7.16.0",
"@hotwired/stimulus": "^3.2.2",
"@hotwired/turbo": "^7.1.1 || ^8.0",
"@symfony/stimulus-bridge": "^4.0.1",
"@symfony/ux-turbo": "^2.4.0",
"@symfony/webpack-encore": "^5.0.0",
"autoprefixer": "^10.4.21",
"browser-sync": "^3.0.4",
"browser-sync-webpack-plugin": "^2.3.0",
"core-js": "^3.38.0",
"postcss": "^8.5.4",
"regenerator-runtime": "^0.13.9",
"webpack": "^5.74.0",
"webpack-cli": "^5.1.0"
},
"license": "UNLICENSED",
"private": true,
"scripts": {
"dev-server": "encore dev-server",
"dev": "encore dev",
"watch": "encore dev --watch",
"build": "encore production --progress"
},
"dependencies": {
"@tailwindcss/postcss": "^4.1.8",
"postcss-loader": "^8.1.1",
"tailwindcss": "^4.1.8",
"taos": "^1.0.5"
}
}