-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.22 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
{
"devDependencies": {
"@symfony/webpack-encore": "^0.30.0",
"bootstrap": "^4.5.3",
"core-js": "^3.0.0",
"font-awesome": "^4.7.0",
"fork-ts-checker-webpack-plugin": "^6.2.12",
"jquery": "^3.5.1",
"jquery-typeahead": "^2.11.1",
"node-sass": "4.14.1",
"popper.js": "^1.16.1",
"regenerator-runtime": "^0.13.2",
"sass-loader": "^8.0.0",
"ts-loader": "5.3.0",
"typescript": "^4.4.2",
"webpack-notifier": "^1.6.0"
},
"license": "UNLICENSED",
"private": true,
"scripts": {
"dev-server": "encore dev-server",
"dev": "encore dev",
"watch": "encore dev --watch",
"build": "encore production --progress",
"style:lint": "stylelint '**/*.scss'",
"style:fix": "stylelint '**/*.scss' --fix"
},
"dependencies": {
"@drosalys/form-collection": "^0.2.0",
"@fortawesome/fontawesome-free": "^5.15.1",
"autocompleter": "^6.1.0",
"stylelint": "^13.11.0",
"stylelint-config-property-sort-order-smacss": "^7.0.0",
"stylelint-config-sass-guidelines": "^8.0.0",
"stylelint-config-standard": "^20.0.0",
"yarn": "^1.22.10"
}
}