-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.94 KB
/
Copy pathpackage.json
File metadata and controls
60 lines (60 loc) · 1.94 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"devDependencies": {
"@babel/preset-env": "^7.29.5",
"@codecov/webpack-plugin": "^2.0.1",
"@eslint/js": "^10.0.1",
"@hotwired/stimulus": "^3.2.2",
"@solidworx/platform": "file:vendor/solidworx/platform/assets",
"@symfony/stimulus-bundle": "file:vendor/symfony/stimulus-bundle/assets",
"@symfony/ux-autocomplete": "file:vendor/symfony/ux-autocomplete/assets",
"@symfony/ux-chartjs": "file:vendor/symfony/ux-chartjs/assets",
"@symfony/ux-live-component": "file:vendor/symfony/ux-live-component/assets",
"@symfony/webpack-encore": "^5.3.1",
"@types/bootstrap": "^5.2.10",
"@types/jquery": "^3.5.34",
"bootstrap": "^5.3.8",
"chart.js": "^4.5.1",
"cloudinary": "^2.10.0",
"eslint": "^9.39.4",
"eslint-webpack-plugin": "^5.0.3",
"postcss": "^8.5.14",
"postcss-scss": "^4.0.9",
"sass": "^1.99.0",
"sass-loader": "^16.0.8",
"stylelint": "^16.26.1",
"stylelint-config-recommended": "^17.0.0",
"stylelint-config-standard-scss": "^16.0.0",
"stylelint-scss": "^6.14.0",
"tom-select": "^2.6.1",
"ts-loader": "^9.5.7",
"typescript": "^5.9.3",
"typescript-eslint": "^8.59.3",
"webpack": "^5.106.2",
"webpack-cli": "^6.0.1"
},
"license": "MIT",
"private": true,
"scripts": {
"dev-server": "encore dev-server",
"dev": "encore dev",
"watch": "encore dev --watch",
"build": "encore production --progress"
},
"dependencies": {
"@simonwep/pickr": "^1.9.1",
"@stimulus-components/checkbox-select-all": "^6.1.0",
"@stimulus-components/clipboard": "^5.0.0",
"@stimulus-components/password-visibility": "^3.0.0",
"@symfony/stimulus-bridge": "^4.0.1",
"@tabler/core": "^1.4.0",
"caniuse-lite": "^1.0.30001793",
"intl-messageformat": "^10.7.18",
"jquery": "^3.7.1",
"@popperjs/core": "^2.11.8",
"regenerator-runtime": "^0.14.1"
},
"name": "solidtrack",
"peerDependencies": {
"typescript": "^5"
}
}