-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
/
package.json
62 lines (62 loc) · 1.61 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
51
52
53
54
55
56
57
58
59
60
61
62
{
"dependencies": {
"@fontsource/source-sans-pro": "^4.5",
"@fortawesome/fontawesome-free": "^5.15",
"@hotwired/stimulus": "^3.2",
"@symfony/stimulus-bridge": "^3.2",
"admin-lte": "^2.4",
"bootstrap": "^3.3",
"icheck": "^1.0",
"jquery": "^3.7.0",
"jquery-form": "^4.3",
"jquery-slimscroll": "^1.3",
"jquery-ui": "^1.13",
"jquery.scrollto": "^2.1",
"masonry-layout": "^4.2",
"readmore-js": "^2.2",
"select2": "^4.0",
"select2-bootstrap-theme": "^0.1.0-beta.10",
"waypoints": "^4.0",
"x-editable": "^1.5"
},
"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.6",
"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"
]
}