-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
85 lines (85 loc) · 3.19 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
"name": "@pepicons/monorepo",
"private": true,
"type": "module",
"version": "3.1.1",
"author": "Luca Ban - Mesqueeb",
"funding": "https://github.com/sponsors/mesqueeb",
"license": "CREATIVE COMMONS ATTRIBUTION 4.0 INTERNATIONAL LICENSE",
"workspaces": [
"packages/*",
"projects/*"
],
"scripts": {
"dev:pepicons.com": "npm run _warn && npm run dev -w=pepicons.com",
"dev:vue": "npm run _warn && npm run dev -w=@pepicons/vue",
"deploy:pepicons.com": "firebase deploy && git add -A && git commit -m \"chore: deploy\" && git push",
"bump": "node --loader esbuild-register/loader -r esbuild-register scripts/bump.ts",
"build": "npm run _prepare-pepicons && npm run build -w=pepicons && npm run build -w=@pepicons/vue",
"build:pepicons.com": "npm run build -w=pepicons.com",
"release": "npm run bump && npm publish --workspaces --access public",
"dep:update-all:soft": "ncu --workspaces --root --target minor -u",
"dep:update-all": "ncu --workspaces --root --target minor -u && npm i",
"dep:check-for-updates": "ncu --workspaces --root",
"dep:reinstall-all:soft": "npm exec --workspaces -- npx del-cli node_modules && npx del-cli node_modules && npm i",
"dep:reinstall-all:hard": "npx del-cli package-lock.json && npm run dep:reinstall-all:soft",
"prettier:fix-all": "prettier --write \"{packages,projects}/*/src/**/*.{vue,ts}\"",
"_prepare-pepicons": "node --loader esbuild-register/loader -r esbuild-register ./scripts/preparePepicons.ts",
"_warn": "echo \"BE SURE TO RUN npm run build ONCE! otherwise the dev server might not launch\""
},
"engines": {
"node": ">= 16.0.0",
"npm": ">= 8.0.0"
},
"bugs": {
"url": "https://github.com/cycraft/pepicons/issues"
},
"homepage": "https://github.com/cycraft/pepicons#readme",
"devDependencies": {
"@jsdevtools/version-bump-prompt": "^6.1.0",
"@nuxt/eslint-config": "^0.1.1",
"@types/archiver": "^5.3.2",
"@types/fs-extra": "^11.0.1",
"@types/node": "^18.16.14",
"@types/webpack-env": "^1.18.0",
"@typescript-eslint/eslint-plugin": "^5.59.7",
"@typescript-eslint/parser": "^5.59.7",
"@vitejs/plugin-vue": "^4.2.3",
"@viteplay/plugin": "^0.2.8",
"@viteplay/vue": "^0.2.8",
"archiver": "^5.3.1",
"babel-eslint": "^10.1.0",
"cpy": "^10.1.0",
"del": "^7.0.0",
"del-cli": "^5.0.0",
"esbuild": "^0.17.19",
"esbuild-register": "^3.4.2",
"eslint": "^8.41.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-vue": "^9.14.0",
"exec-sh": "^0.4.0",
"fast-glob": "^3.2.12",
"fast-sort": "^3.4.0",
"firebase-admin": "^11.8.0",
"firebase-functions": "^4.4.0",
"firebase-functions-test": "^3.1.0",
"fs-extra": "^11.1.1",
"inquirer": "^9.2.6",
"is-what": "^4.1.15",
"mri": "^1.2.0",
"npm-check-updates": "^16.10.12",
"prettier": "^2.8.8",
"prettier-plugin-organize-imports": "^3.2.2",
"rollup": "^3.23.0",
"rollup-plugin-dts": "^5.3.0",
"rollup-plugin-esbuild": "^5.0.0",
"sass": "^1.62.1",
"svgo": "^3.0.2",
"typescript": "^5.0.4",
"vite": "^4.3.9",
"vue": "^3.3.4",
"vue-intellisense": "^1.0.3",
"vue-router": "^4.2.1",
"vue-tsc": "^1.7.8"
}
}