docker-react 0.0.1-alpha.2 → 0.0.1

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.
Files changed (2) hide show
  1. package/README.md +8 -8
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -4,13 +4,13 @@ CLI & base image to deploy React applications with docker containers.
4
4
 
5
5
  ## Features
6
6
 
7
- - [ ] Configuration
8
- - [ ] Command-line arguments
7
+ - [X] Configuration
8
+ - [X] Command-line arguments
9
9
  - [ ] Configuration file
10
- - [ ] Lightweight nginx docker container
11
- - [ ] CLI
12
- - [ ] Runtime environment variable injection & validation
13
- - [ ] Javascript
10
+ - [X] Lightweight nginx docker container
11
+ - [X] CLI
12
+ - [X] Runtime environment variable injection & validation
13
+ - [X] Javascript
14
14
  - [ ] HTML
15
15
  - [ ] Hash file for cache invalidation
16
16
  - [ ] Application initialization
@@ -22,12 +22,12 @@ CLI & base image to deploy React applications with docker containers.
22
22
  ## Supported Tooling
23
23
 
24
24
  - [ ] Create React App
25
- - [ ] Vite
25
+ - [X] Vite
26
26
  - [ ] React Static
27
27
 
28
28
  ## Supported Validation
29
29
 
30
- - [ ] Joi
30
+ - [X] Joi
31
31
  - [ ] Yup
32
32
 
33
33
  ## Other TODOs
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "docker-react",
3
- "version": "0.0.1-alpha.2",
3
+ "version": "0.0.1",
4
4
  "description": "Tooling to deploy React applications with docker containers.",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",