-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
65 lines (65 loc) · 1.79 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
63
64
65
{
"name": "source-web-console",
"author": "Florian Trayon (https://github.com/FlorianLeChat)",
"license": "MIT",
"private": true,
"version": "1.0.0",
"repository": {
"type": "git",
"url": "https://github.com/FlorianLeChat/Source-Web-Console.git"
},
"bugs": {
"url": "https://github.com/FlorianLeChat/Source-Web-Console/issues"
},
"devDependencies": {
"@babel/core": "~7.26",
"@types/jquery": "~3.5",
"@types/grecaptcha": "~3.0",
"@babel/preset-env": "~7.26",
"@symfony/webpack-encore": "~5.0",
"sass": "~1.81",
"husky": "~9.1",
"dotenv": "~16.4",
"cspell": "~8.16",
"jquery": "~3.7",
"core-js": "~3.39",
"webpack": "~5.96",
"chart.js": "~4.4",
"prettier": "~3.4",
"ts-loader": "~9.5",
"typescript": "~5.7",
"flag-icons": "~7.2",
"file-loader": "~6.2",
"webpack-cli": "~5.1",
"lint-staged": "~15.2",
"sass-loader": "~16.0",
"normalize.css": "~8.0",
"bootstrap-icons": "~1.11",
"webpack-notifier": "~1.15",
"@cspell/dict-fr-fr": "~2.2",
"regenerator-runtime": "~0.14",
"eslint-config-airbnb": "~19.0",
"vanilla-cookieconsent": "3.0.1",
"chartjs-adapter-date-fns": "~3.0",
"@total-typescript/ts-reset": "~0.6",
"@typescript-eslint/eslint-plugin": "~8.16"
},
"engines": {
"node": ">=18.0",
"npm": ">=8.6"
},
"scripts": {
"dev": "encore dev",
"lint": "eslint ./assets/scripts --fix --ext .ts",
"pretty": "prettier --write \"assets/scripts/pages/**\"",
"watch": "encore dev --watch",
"build": "encore production --progress",
"prepare": "husky",
"dev-server": "encore dev-server",
"lint-staged": "lint-staged",
"check-spell": "cspell translations/** --show-context --show-suggestions"
},
"browserslist": [
"defaults"
]
}