-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.16 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.16 KB
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
{
"scripts": {
"dev-server": "encore dev-server",
"dev": "encore dev",
"watch": "encore dev --watch",
"build": "encore production --progress",
"test": "vitest run",
"test:watch": "vitest",
"test:coverage": "vitest run --coverage"
},
"devDependencies": {
"@babel/core": "^7.29.0",
"@babel/preset-env": "^7.29.2",
"@hotwired/stimulus": "^3.0.0",
"@symfony/stimulus-bridge": "^4.0.1",
"@symfony/webpack-encore": "^6.0.0",
"@tailwindcss/postcss": "^4.2.2",
"@tailwindcss/typography": "^0.5.19",
"@vitest/coverage-v8": "^4.1.4",
"copy-webpack-plugin": "^14.0.0",
"css-minimizer-webpack-plugin": "^8.0.0",
"jsdom": "^29.0.2",
"postcss": "^8.5.10",
"postcss-loader": "^8.2.1",
"tailwindcss": "^4.1.18",
"ts-loader": "^9.5.7",
"typescript": "^6.0.3",
"vitest": "^4.1.4",
"webpack": "^5.106.2",
"webpack-cli": "^7.0.2"
},
"packageManager": "yarn@1.22.19",
"dependencies": {
"@stimulus-components/clipboard": "^5.0.0",
"@zxcvbn-ts/core": "^3.0.4",
"@zxcvbn-ts/language-common": "^3.0.4",
"@zxcvbn-ts/language-de": "^3.0.2",
"@zxcvbn-ts/language-en": "^3.0.2"
}
}