@seip/blue-bird 0.2.0 → 0.2.2

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 CHANGED
@@ -1,44 +1,41 @@
1
- {
2
- "name": "@seip/blue-bird",
3
- "version": "0.2.0",
4
- "description": "Express + React opinionated framework with island architecture and built-in JWT auth",
5
- "type": "module",
6
- "bin": {
7
- "blue-bird": "core/cli/init.js"
8
- },
9
- "repository": {
10
- "type": "git",
11
- "url": "git+https://github.com/seip25/Blue-bird.git"
12
- },
13
- "keywords": [
14
- "express",
15
- "react",
16
- "framework",
17
- "islands",
18
- "vite"
19
- ],
20
- "author": "Seip25",
21
- "license": "MIT",
22
- "bugs": {
23
- "url": "https://github.com/seip25/Blue-bird/issues"
24
- },
25
- "homepage": "https://seip25.github.io/Blue-bird/",
26
- "scripts": {
27
- "dev": "node --watch --env-file=.env backend/index.js",
28
- "start": "node --env-file=.env backend/index.js",
29
- "create-react-app": "node core/cli/react.js",
30
- "react": "node core/cli/react.js",
31
- "component": "node core/cli/component.js",
32
- "route": "node core/cli/route.js",
33
- "init": "node core/cli/init.js"
34
- },
35
- "dependencies": {
36
- "chalk": "^5.6.2",
37
- "cookie-parser": "^1.4.7",
38
- "cors": "^2.8.6",
39
- "ejs": "^4.0.1",
40
- "express": "^5.2.1",
41
- "jsonwebtoken": "^9.0.2",
42
- "multer": "^2.0.2"
43
- }
1
+ {
2
+ "name": "@seip/blue-bird",
3
+ "version": "0.2.2",
4
+ "description": "Express + React opinionated framework with SPA or API architecture and built-in JWT auth",
5
+ "type": "module",
6
+ "bin": {
7
+ "blue-bird": "core/cli/init.js"
8
+ },
9
+ "repository": {
10
+ "type": "git",
11
+ "url": "git+https://github.com/seip25/Blue-bird.git"
12
+ },
13
+ "keywords": [
14
+ "express",
15
+ "react",
16
+ "framework",
17
+ "vite"
18
+ ],
19
+ "author": "Seip25",
20
+ "license": "MIT",
21
+ "bugs": {
22
+ "url": "https://github.com/seip25/Blue-bird/issues"
23
+ },
24
+ "homepage": "https://seip25.github.io/Blue-bird/",
25
+ "scripts": {
26
+ "dev": "node --watch --env-file=.env backend/index.js",
27
+ "start": "node --env-file=.env backend/index.js",
28
+ "create-react-app": "node core/cli/react.js",
29
+ "react": "node core/cli/react.js",
30
+ "init": "node core/cli/init.js",
31
+ "route": "node core/cli/route.js"
32
+ },
33
+ "dependencies": {
34
+ "chalk": "^5.6.2",
35
+ "cookie-parser": "^1.4.7",
36
+ "cors": "^2.8.6",
37
+ "express": "^5.2.1",
38
+ "jsonwebtoken": "^9.0.2",
39
+ "multer": "^2.0.2"
40
+ }
44
41
  }