forked from Gregor-Agnes/newsletter_subscribe
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.17 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
{
"name": "@zwo3/newsletter_subscribe",
"version": "2.0.0",
"description": "",
"private": true,
"scripts": {
"start-newsletter_subscribe": "encore dev-server --config-name newsletter_subscribe",
"build-newsletter_subscribe": "encore production --config-name newsletter_subscribe"
},
"keywords": [],
"engines": {
"npm": ">=8.11.0",
"node": ">=18.0.0"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@symfony/webpack-encore": "^1.6.1",
"@tailwindcss/forms": "^0.5.3",
"autoprefixer": "^10.4.4",
"file-loader": "^6.2.0",
"filemanager-webpack-plugin": "^7.0.0",
"html-webpack-plugin": "^5.3.1",
"postcss": "^8.4.12",
"postcss-hexrgba": "^2.0.1",
"postcss-import": "^14.1.0",
"postcss-loader": "^6.2.1",
"tailwindcss": "^3.0.23",
"webpack-notifier": "^1.6.0"
},
"dependencies": {
"core-js": "^3.12.1",
"cross-env": "^7.0.3",
"smoothscroll-polyfill": "^0.4.4"
},
"browserslist": [
"last 2 version",
"not dead",
"> 2% in DE",
"not ie >= 0"
]
}