vite not found fix
This commit is contained in:
46
package.json
46
package.json
@@ -1,16 +1,32 @@
|
|||||||
{
|
{
|
||||||
"name": "bbctrl",
|
"name": "onefinity",
|
||||||
"version": "1.0.9",
|
"version": "1.1.1",
|
||||||
"homepage": "https://onefinitycnc.com/",
|
"homepage": "https://onefinitycnc.com/",
|
||||||
"repository": "https://github.com/OneFinityCNC/onefinity",
|
"repository": "https://github.com/OneFinityCNC/onefinity",
|
||||||
"license": "GPL-3.0+",
|
"license": "GPL-3.0+",
|
||||||
"dependencies": {
|
"scripts": {
|
||||||
"browserify": "",
|
"postinstall": "cd src/svelte-components && npm i"
|
||||||
"jshint": "",
|
},
|
||||||
"jstransformer-escape-html": "",
|
"devDependencies": {
|
||||||
"jstransformer-stylus": "",
|
"@aws-sdk/client-ssm": "^3.168.0",
|
||||||
"lodash.merge": "4.6.2",
|
"@typescript-eslint/eslint-plugin": "^5.36.1",
|
||||||
"lodash.omit": "^4.5.0",
|
"@typescript-eslint/parser": "^5.36.1",
|
||||||
"pug-cli": ""
|
"aws-cli": "^0.0.2",
|
||||||
}
|
"browserify": "^17.0.0",
|
||||||
}
|
"eslint": "^8.23.0",
|
||||||
|
"eslint-config-standard-with-typescript": "^22.0.0",
|
||||||
|
"eslint-plugin-import": "^2.26.0",
|
||||||
|
"eslint-plugin-n": "^15.2.5",
|
||||||
|
"eslint-plugin-promise": "^6.0.1",
|
||||||
|
"glob": "^8.0.3",
|
||||||
|
"inquirer": "^8.2.4",
|
||||||
|
"jshint": "^2.13.4",
|
||||||
|
"jstransformer-escape-html": "^1.1.0",
|
||||||
|
"jstransformer-scss": "^2.0.0",
|
||||||
|
"jstransformer-stylus": "^1.5.0",
|
||||||
|
"lodash.merge": "4.6.2",
|
||||||
|
"node-fetch": "^2.6.7",
|
||||||
|
"pug-cli": "^1.0.0-alpha6",
|
||||||
|
"semver": "^7.3.7"
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user