-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 1.02 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
{
"devDependencies": {
"@symfony/stimulus-bridge": "^1.1.0",
"core-js": "^3.0.0",
"glob-all": "^3.2.1",
"path": "^0.12.7",
"postcss-loader": "^4.1.0",
"purgecss-webpack-plugin": "^3.1.3",
"regenerator-runtime": "^0.13.2",
"stimulus": "^2.0.0",
"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": {
"@symfony/webpack-encore": "^0.33.0",
"@tailwindcss/aspect-ratio": "^0.2.0",
"@tailwindcss/forms": "^0.2.1",
"@tailwindcss/postcss7-compat": "^2.0.2",
"@tailwindcss/typography": "^0.3.1",
"@tailwindcss/ui": "^0.7.2",
"autoprefixer": "^9.8.6",
"ckeditor": "^4.12.1",
"postcss": "^7.0.35",
"tailwindcss": "npm:@tailwindcss/postcss7-compat@^2.0.2"
}
}