mirror of
https://github.com/dzeiocom/components.git
synced 2025-06-15 03:59:21 +00:00
Compare commits
6 Commits
Author | SHA1 | Date | |
---|---|---|---|
dd179edc2a | |||
c6436d0914 | |||
847f7f2649 | |||
c58918268a | |||
3b65de9103 | |||
208d0f8c06 |
@ -4,7 +4,5 @@ node_modules/
|
||||
.gitattributes
|
||||
.gitignore
|
||||
.npmignore
|
||||
rollup.config.js
|
||||
tsconfig.json
|
||||
yarn.lock
|
||||
yarn-error.log
|
10
package.json
10
package.json
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@dzeio/components",
|
||||
"version": "0.6.0",
|
||||
"version": "0.6.3",
|
||||
"license": "MIT",
|
||||
"main": "./index.mjs",
|
||||
"types": "./types/index.d.ts",
|
||||
@ -29,7 +29,9 @@
|
||||
"next": "^10.0.5",
|
||||
"react": "^17.0.1",
|
||||
"react-dom": "^17.0.1",
|
||||
"react-feather": "^2.0.9"
|
||||
"react-feather": "^2.0.9",
|
||||
"stylus": "^0.54.8",
|
||||
"typescript": "^4.2.3"
|
||||
},
|
||||
"scripts": {
|
||||
"dev": "rm -rf src/dzeio/**/*.js && start-storybook -p 6006",
|
||||
@ -40,8 +42,6 @@
|
||||
"dependencies": {
|
||||
"rollup": "^2.44.0",
|
||||
"rollup-plugin-styles": "^3.14.1",
|
||||
"rollup-plugin-typescript2": "^0.30.0",
|
||||
"stylus": "^0.54.8",
|
||||
"typescript": "^4.2.3"
|
||||
"rollup-plugin-typescript2": "^0.30.0"
|
||||
}
|
||||
}
|
||||
|
@ -17,7 +17,7 @@
|
||||
// "composite": true, /* Enable project compilation */
|
||||
// "removeComments": true, /* Do not emit comments to output. */
|
||||
// "noEmit": true, /* Do not emit outputs. */
|
||||
// "importHelpers": true, /* Import emit helpers from 'tslib'. */
|
||||
"importHelpers": false, /* Import emit helpers from 'tslib'. */
|
||||
// "downlevelIteration": true, /* Provide full support for iterables in 'for-of', spread, and destructuring when targeting 'ES5' or 'ES3'. */
|
||||
// "isolatedModules": true, /* Transpile each file as a separate module (similar to 'ts.transpileModule'). */
|
||||
|
||||
|
Reference in New Issue
Block a user