create-blocklet 0.9.30 → 0.9.31
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/templates/component-studio/package.json +4 -3
- package/templates/did-connect-dapp/package.json +1 -1
- package/templates/did-wallet-dapp/package.json +1 -1
- package/templates/react-aigne-dapp/package.json +1 -1
- package/templates/react-dapp/package.json +1 -1
- package/templates/react-dapp-ts/package.json +1 -1
- package/templates/react-gun-dapp/package.json +1 -1
- package/templates/react-static/package.json +1 -1
- package/templates/solidjs-dapp/package.json +1 -1
- package/templates/solidjs-static/package.json +1 -1
- package/templates/svelte-dapp/package.json +1 -1
- package/templates/svelte-static/package.json +1 -1
- package/templates/todo-list-example/package.json +1 -1
- package/templates/vue-dapp/package.json +1 -1
- package/templates/vue-static/package.json +1 -1
- package/templates/vue-ts-static/package.json +1 -1
- package/templates/vue2-dapp/package.json +1 -1
- package/templates/vue2-static/package.json +1 -1
package/package.json
CHANGED
|
@@ -12,6 +12,7 @@
|
|
|
12
12
|
"scripts": {
|
|
13
13
|
"dev": "COMPONENT_STORE_URL=https://test.store.blocklet.dev blocklet dev",
|
|
14
14
|
"lint": "biome check . && tsc --noEmit",
|
|
15
|
+
"lint:skip": "echo 'skip lint'",
|
|
15
16
|
"lint:fix": "biome check --apply .",
|
|
16
17
|
"format": "biome format --write .",
|
|
17
18
|
"start": "vite-node -c vite-server.config.ts -w api/dev.ts",
|
|
@@ -32,8 +33,8 @@
|
|
|
32
33
|
},
|
|
33
34
|
"lint-staged": {
|
|
34
35
|
"*.{mjs,js,jsx,ts,tsx,css,less,scss,json,graphql}": [
|
|
35
|
-
"
|
|
36
|
-
"
|
|
36
|
+
"pnpm run format",
|
|
37
|
+
"pnpm run lint:skip"
|
|
37
38
|
]
|
|
38
39
|
},
|
|
39
40
|
"browserslist": {
|
|
@@ -97,7 +98,7 @@
|
|
|
97
98
|
"typescript": "^5.7.2",
|
|
98
99
|
"vite": "^5.4.11",
|
|
99
100
|
"vite-node": "^2.1.8",
|
|
100
|
-
"vite-plugin-blocklet": "^0.9.
|
|
101
|
+
"vite-plugin-blocklet": "^0.9.31",
|
|
101
102
|
"vite-plugin-require": "^1.2.14",
|
|
102
103
|
"vite-plugin-svgr": "^4.3.0",
|
|
103
104
|
"vite-tsconfig-paths": "^4.3.2",
|