forked from sonata-project/SonataPageBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.11 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
{
"dependencies": {
"jquery-ui": "^1.13",
"bootstrap": "^3.3"
},
"devDependencies": {
"@babel/core": "^7.21",
"@babel/eslint-parser": "^7.21",
"@babel/preset-env": "^7.21",
"@symfony/webpack-encore": "^4.3",
"autoprefixer": "^10.4",
"eslint": "^8.39",
"eslint-config-airbnb-base": "^15.0",
"eslint-config-prettier": "^8.8",
"eslint-plugin-header": "^3.1",
"eslint-plugin-import": "^2.27",
"eslint-webpack-plugin": "^4.0",
"file-loader": "^6.2",
"postcss": "^8.4",
"postcss-loader": "^7.2",
"postcss-scss": "^4.0",
"prettier": "^2.8",
"sass-embedded": "^1.62",
"sass-loader": "^13.2",
"stylelint": "^15.10",
"stylelint-config-standard-scss": "^9.0",
"stylelint-order": "^6.0",
"stylelint-webpack-plugin": "^4.1",
"webpack": "^5.80",
"webpack-cli": "^5.0"
},
"engines": {
"node": ">=18"
},
"license": "MIT",
"private": true,
"scripts": {
"dev-server": "encore dev-server",
"dev": "encore dev",
"watch": "encore dev --watch",
"build": "encore production"
},
"browserslist": [
"defaults"
]
}