-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0e237d4
commit 4c01cea
Showing
15 changed files
with
202 additions
and
315 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,13 @@ | ||
{ | ||
"name": "dev-expressions", | ||
"version": "0.0.0", | ||
"private": true, | ||
"main": "dist/index.cjs.js", | ||
"module": "dist/index.esm.js", | ||
"source": "src/index.js", | ||
"browser": "dist/index.js" | ||
"name": "dev-expressions", | ||
"version": "0.0.0", | ||
"private": true, | ||
"license": "MIT", | ||
"main": "dist/index.cjs.js", | ||
"module": "dist/index.esm.js", | ||
"source": "src/index.js", | ||
"browser": "dist/index.js", | ||
"devDependencies": { | ||
"klap": "*" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,28 @@ | ||
{ | ||
"name": "dynamic-import", | ||
"version": "0.0.0", | ||
"private": true, | ||
"files": [ | ||
"dist" | ||
], | ||
"main": "dist/index.cjs.js", | ||
"module": "dist/index.esm.js", | ||
"source": "src/index.js", | ||
"browser": "dist/index.js", | ||
"scripts": { | ||
"build": "klap build", | ||
"start": "klap start", | ||
"watch": "klap watch" | ||
}, | ||
"dependencies": { | ||
"react": "*", | ||
"react-dom": "*" | ||
}, | ||
"devDependencies": { | ||
"klap": "2.1.0" | ||
}, | ||
"klap": { | ||
"example": "public/index.js" | ||
} | ||
"name": "dynamic-import", | ||
"version": "0.0.0", | ||
"private": true, | ||
"license": "MIT", | ||
"main": "dist/index.cjs.js", | ||
"module": "dist/index.esm.js", | ||
"source": "src/index.js", | ||
"browser": "dist/index.js", | ||
"files": [ | ||
"dist" | ||
], | ||
"scripts": { | ||
"build": "klap build", | ||
"start": "klap start", | ||
"watch": "klap watch" | ||
}, | ||
"dependencies": { | ||
"react": "*", | ||
"react-dom": "*" | ||
}, | ||
"devDependencies": { | ||
"klap": "*" | ||
}, | ||
"klap": { | ||
"example": "public/index.js" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,11 @@ | ||
{ | ||
"name": "minimal", | ||
"version": "0.0.0", | ||
"private": true, | ||
"module": "dist/index.esm.js", | ||
"source": "src/index.js" | ||
"name": "minimal", | ||
"version": "0.0.0", | ||
"private": true, | ||
"license": "MIT", | ||
"module": "dist/index.esm.js", | ||
"source": "src/index.js", | ||
"devDependencies": { | ||
"klap": "*" | ||
} | ||
} |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,28 @@ | ||
{ | ||
"name": "react-component", | ||
"version": "0.0.0", | ||
"private": true, | ||
"files": [ | ||
"dist" | ||
], | ||
"main": "dist/index.cjs.js", | ||
"module": "dist/index.esm.js", | ||
"source": "src/index.js", | ||
"browser": "dist/index.js", | ||
"scripts": { | ||
"build": "klap build", | ||
"start": "klap start", | ||
"watch": "klap watch" | ||
}, | ||
"dependencies": { | ||
"react": "*", | ||
"react-dom": "*" | ||
}, | ||
"devDependencies": { | ||
"klap": "2.1.0" | ||
}, | ||
"klap": { | ||
"example": "public/index.js" | ||
} | ||
"name": "react-component", | ||
"version": "0.0.0", | ||
"private": true, | ||
"license": "MIT", | ||
"main": "dist/index.cjs.js", | ||
"module": "dist/index.esm.js", | ||
"source": "src/index.js", | ||
"browser": "dist/index.js", | ||
"files": [ | ||
"dist" | ||
], | ||
"scripts": { | ||
"build": "klap build", | ||
"start": "klap start", | ||
"watch": "klap watch" | ||
}, | ||
"dependencies": { | ||
"react": "*", | ||
"react-dom": "*" | ||
}, | ||
"devDependencies": { | ||
"klap": "*" | ||
}, | ||
"klap": { | ||
"example": "public/index.js" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,33 @@ | ||
{ | ||
"name": "react-sc-typescript", | ||
"version": "0.0.0", | ||
"files": [ | ||
"dist" | ||
], | ||
"main": "dist/index.cjs.js", | ||
"module": "dist/index.esm.js", | ||
"source": "src/index.tsx", | ||
"browser": "dist/index.js", | ||
"scripts": { | ||
"build": "klap build", | ||
"start": "klap start", | ||
"watch": "klap watch" | ||
}, | ||
"dependencies": { | ||
"react": "*", | ||
"react-dom": "*", | ||
"styled-components": "*" | ||
}, | ||
"devDependencies": { | ||
"klap": "2.1.0" | ||
}, | ||
"klap": { | ||
"globals": { | ||
"styled-components": "styledComponents" | ||
}, | ||
"example": "public/index.tsx" | ||
} | ||
"name": "react-sc-typescript", | ||
"version": "0.0.0", | ||
"license": "MIT", | ||
"main": "dist/index.cjs.js", | ||
"module": "dist/index.esm.js", | ||
"source": "src/index.tsx", | ||
"browser": "dist/index.js", | ||
"files": [ | ||
"dist" | ||
], | ||
"scripts": { | ||
"build": "klap build", | ||
"start": "klap start", | ||
"watch": "klap watch" | ||
}, | ||
"dependencies": { | ||
"react": "*", | ||
"react-dom": "*", | ||
"react-is": "*", | ||
"styled-components": "*", | ||
"typescript": "*" | ||
}, | ||
"devDependencies": { | ||
"klap": "*" | ||
}, | ||
"klap": { | ||
"globals": { | ||
"styled-components": "styledComponents" | ||
}, | ||
"example": "public/index.tsx" | ||
} | ||
} |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.