-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
38 lines (38 loc) · 1.06 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
{
"name": "uurage-scenario-editor",
"private": true,
"devDependencies": {
"@stylistic/eslint-plugin": "~3.0.1",
"@stylistic/stylelint-config": "~2.0.0",
"@stylistic/stylelint-plugin": "~3.1.1",
"@types/browser-sync": "^2.29.0",
"@types/gulp": "^4.0.17",
"@types/gulp-autoprefixer": "0.0.37",
"@types/gulp-sass": "^5.0.4",
"@types/gulp-tap": "^1.0.5",
"browser-sync": "^3.0.3",
"eslint": "~9.19.0",
"gulp": "^5.0.0",
"gulp-autoprefixer": "^9.0.0",
"gulp-eslint-new": "~2.4.0",
"gulp-sass": "~6.0.0",
"gulp-stylelint-esm": "~3.0.0",
"gulp-tap": "^2.0.0",
"sass-embedded": "~1.83.4",
"stylelint": "~16.12.0",
"stylelint-config-standard-scss": "~14.0.0",
"stylelint-order": "~6.0.4",
"tsx": "^4.19.2",
"typescript": "^5.7.3",
"typescript-eslint": "~8.23.0"
},
"browserslist": [
"defaults",
"last 3 iOS major versions",
"last 10 Chrome versions",
"last 10 Edge versions"
],
"scripts": {
"gulp": "npx --node-options=\"--import tsx\" gulp -f gulpfile.mts"
}
}