Package updates
parent
6842a31143
commit
86932ffb8c
|
@ -19,21 +19,9 @@
|
|||
"generate": "nuxt generate",
|
||||
"preview": "nuxt preview",
|
||||
"postinstall": "nuxt prepare",
|
||||
"build:lib": "NODE_ENV=production INPUT_DIR=components/lib/ OUTPUT_DIR=dist/ npm run build:package",
|
||||
"build:package": "npm run build:api && npm run build:check && rollup -c && node build-meta",
|
||||
"build:check": "npm run format:check && npm run security:check",
|
||||
"build:api": "node ./api-generator/build-api.js && npm run themedoc && npm run apidoc && npm run format",
|
||||
"build:prebuild": "node ./scripts/prebuild.js",
|
||||
"security:check": "npm audit --production --audit-level high",
|
||||
"format": "prettier --write \"**/*.{js,vue,d.ts}\" --cache",
|
||||
"format:check": "prettier --check \"**/*.{js,vue,d.ts}\"",
|
||||
"test:unit": "vitest run",
|
||||
"test:unit:watch": "vitest watch",
|
||||
"test:coverage": "vitest run --coverage",
|
||||
"lint": "eslint --ext \".js,.vue\" --ignore-path .gitignore . --cache",
|
||||
"lint:fix": "eslint --fix --ext \".js,.vue\" --ignore-path .gitignore .",
|
||||
"apidoc": "node ./api-generator/build-apidoc.js",
|
||||
"themedoc": "node ./api-generator/build-tokens.js"
|
||||
"test:coverage": "vitest run --coverage"
|
||||
},
|
||||
"keywords": [
|
||||
"primevue",
|
||||
|
@ -51,29 +39,18 @@
|
|||
"passthrough"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@babel/eslint-parser": "^7.18.9",
|
||||
"@babel/preset-env": "^7.21.5",
|
||||
"@rollup/plugin-babel": "^6.0.3",
|
||||
"@rollup/plugin-alias": "^5.1.0",
|
||||
"@stackblitz/sdk": "^1.8.2",
|
||||
"@vitejs/plugin-vue": "4.1.0",
|
||||
"@vitest/coverage-istanbul": "^0.29.8",
|
||||
"@vue/test-utils": "^2.0.0",
|
||||
"autoprefixer": "^10.4.16",
|
||||
"chart.js": "3.3.2",
|
||||
"eslint": "^8.30.0",
|
||||
"eslint-config-prettier": "^8.5.0",
|
||||
"eslint-plugin-nuxt": "^4.0.0",
|
||||
"eslint-plugin-prettier": "^4.2.1",
|
||||
"eslint-plugin-vue": "^9.4.0",
|
||||
"jsdom": "^19.0.0",
|
||||
"nuxt": "3.3.2",
|
||||
"postcss": "^8.4.31",
|
||||
"prettier": "2.7.1",
|
||||
"primeicons": "^7.0.0",
|
||||
"quill": "^1.3.7",
|
||||
"rollup-plugin-postcss": "^4.0.0",
|
||||
"rollup-plugin-vue": "^6.0.0-beta.9",
|
||||
"sass": "^1.45.0",
|
||||
"sass-loader": "^8.0.2",
|
||||
"tailwindcss": "^3.4.1",
|
||||
|
@ -93,4 +70,4 @@
|
|||
"engines": {
|
||||
"node": ">=12.11.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -33,10 +33,11 @@
|
|||
"security:check": "pnpm audit --prod --audit-level high",
|
||||
"format": "prettier --write \"**/*.{vue,js,mjs,ts,d.ts}\" \"!packages/themes/types/**/*.d.ts\" --cache",
|
||||
"format:check": "prettier --check \"**/*.{vue,js,mjs,ts,d.ts}\" \"!packages/themes/types/**/*.d.ts\"",
|
||||
"lint": "eslint --ext \".vue,.js,.mjs,.ts\" --ignore-path .gitignore . --cache",
|
||||
"lint": "eslint --ext \".vue,.js,.mjs,.ts\" --ignore-path .gitignore .",
|
||||
"lint:fix": "eslint --fix --ext \".vue,.js,.mjs,.ts\" --ignore-path .gitignore ."
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/eslint-parser": "^7.18.9",
|
||||
"@babel/preset-env": "^7.21.5",
|
||||
"@rollup/plugin-babel": "^6.0.3",
|
||||
"@rollup/plugin-alias": "^5.1.0",
|
||||
|
|
1928
pnpm-lock.yaml
1928
pnpm-lock.yaml
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue