-
-
Notifications
You must be signed in to change notification settings - Fork 26
/
package.json
55 lines (55 loc) · 1.46 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
{
"name": "sonata-project-form-extensions",
"dependencies": {
"@eonasdan/tempus-dominus": "^6.7",
"@hotwired/stimulus": "^3.2",
"@symfony/stimulus-bridge": "^3.2"
},
"devDependencies": {
"@babel/core": "^7.21",
"@babel/eslint-parser": "^7.21",
"@babel/preset-env": "^7.21",
"@symfony/webpack-encore": "^4.3",
"@testing-library/dom": "^9.2",
"@testing-library/jest-dom": "^5.16",
"@testing-library/user-event": "^14.4",
"@vitest/coverage-c8": "^0.31",
"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",
"jsdom": "^22.0",
"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",
"vitest": "^0.31",
"vitest-github-actions-reporter": "^0.10",
"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"
]
}