mirror of
https://github.com/LalleSX/4chan-XZ.git
synced 2025-10-07 07:22:37 +02:00
added package and rm config
This commit is contained in:
parent
b159a1ac87
commit
25b8fc446b
712
package-lock.json
generated
712
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -155,11 +155,13 @@
|
|||||||
"build:beta": "node ./tools/rollup -beta",
|
"build:beta": "node ./tools/rollup -beta",
|
||||||
"build:noupdate": "node ./tools/rollup -noupdate",
|
"build:noupdate": "node ./tools/rollup -noupdate",
|
||||||
"format": "prettier --write \"./**/*.{js,jsx,ts,tsx,json,css,scss,md}\"",
|
"format": "prettier --write \"./**/*.{js,jsx,ts,tsx,json,css,scss,md}\"",
|
||||||
"lint": "eslint \"./**/*.{js,jsx}\" --fix"
|
"lint": "eslint \"./**/*.{js,jsx}\" --fix",
|
||||||
|
"vite": "vite -c ./tools/vite.config.js"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@types/jquery": "^3.5.16",
|
"@types/jquery": "^3.5.16",
|
||||||
"@vitejs/plugin-react": "^3.1.0",
|
"@vitejs/plugin-react": "^3.1.0",
|
||||||
"jquery": "^3.6.4"
|
"jquery": "^3.6.4",
|
||||||
|
"vite-plugin-parse-html": "^2.0.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,6 +0,0 @@
|
|||||||
{
|
|
||||||
"esnext": true,
|
|
||||||
"undef": true,
|
|
||||||
"unused": true,
|
|
||||||
"node": true
|
|
||||||
}
|
|
||||||
Loading…
x
Reference in New Issue
Block a user