Skip to content

Commit

Permalink
6th
Browse files Browse the repository at this point in the history
  • Loading branch information
StopNGo committed Oct 23, 2024
1 parent 2c29f5a commit 9915b4a
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions _webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@
"start:static": "npm run clean && cross-env NODE_ENV=development NO_SSR=true webpack serve --mode development --open",
"build:static": "npm run clean && cross-env NODE_ENV=production NO_SSR=true webpack --mode production",
"build:static:report": "npm run build:static --withReport",
"prettier": "prettier \"src/**/*\" --write --single-quote --no-semi --ignore-unknown --trailing-comma none --jsx-single-quote",
"lint": "ts-standard . && stylelint **/*.{css,scss}",
"lint:fix": "npm run prettier && ts-standard . --fix && stylelint --fix **/*.{css,scss}",
"lint": "npx @biomejs/biome check . && stylelint \"**/*.{css,scss}\"",
"lint:fix": "npx @biomejs/biome check --write && stylelint --fix \"**/*.{css,scss}\"",
"test": "jest",
"add-comp": "node scripts/add-comp.js"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@pmmmwh/react-refresh-webpack-plugin": "0.5.15",
"@prefresh/webpack": "4.0.1",
"@svgr/webpack": "8.1.0",
Expand Down Expand Up @@ -66,7 +66,6 @@
"null-loader": "4.0.1",
"postcss": "8.4.47",
"postcss-scss": "4.0.9",
"prettier": "3.3.3",
"rimraf": "6.0.1",
"sass": "1.79.4",
"sass-loader": "16.0.2",
Expand All @@ -77,7 +76,6 @@
"ts-jest": "29.2.5",
"ts-loader": "9.5.1",
"ts-node": "10.9.2",
"ts-standard": "12.0.2",
"typescript": "5.6.2",
"typescript-plugin-css-modules": "5.1.0",
"wait-on": "8.0.1",
Expand Down

0 comments on commit 9915b4a

Please sign in to comment.