Skip to content

Commit

Permalink
feat: migrate source code
Browse files Browse the repository at this point in the history
  • Loading branch information
imfelixng committed Apr 7, 2024
1 parent 1cbd19d commit 12c3542
Show file tree
Hide file tree
Showing 6 changed files with 6,046 additions and 9,114 deletions.
3 changes: 3 additions & 0 deletions .commitlintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"extends": ['@commitlint/config-conventional']
}
1 change: 1 addition & 0 deletions .husky/commit-msg
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
npx --no -- commitlint --edit $1
1 change: 1 addition & 0 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
npx dts lint
6 changes: 6 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"printWidth": 80,
"semi": true,
"singleQuote": true,
"trailingComma": "es5"
}
104 changes: 50 additions & 54 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
"name": "chakra-tiptap-editor",
"version": "0.0.8",
"license": "MIT",
"author": "An Nguyen Q. <[email protected]>",
"author": {
"name": "Felix Nguyen",
"email": "[email protected]"
},
"main": "dist/index.js",
"module": "dist/chakra-tiptap-editor.esm.js",
"typings": "dist/index.d.ts",
Expand All @@ -11,9 +14,9 @@
],
"repository": {
"type": "git",
"url": "https://github.com/topthithu/chakra-tiptap-editor"
"url": "https://github.com/topexam/chakra-tiptap-editor"
},
"homepage": "https://github.com/topthithu/chakra-tiptap-editor",
"homepage": "https://github.com/topexam/chakra-tiptap-editor",
"keywords": [
"react",
"tiptap editor",
Expand All @@ -32,17 +35,6 @@
"storybook": "start-storybook -p 6006",
"test": "dts test --passWithNoTests"
},
"husky": {
"hooks": {
"pre-commit": "dts lint"
}
},
"prettier": {
"printWidth": 80,
"semi": true,
"singleQuote": true,
"trailingComma": "es5"
},
"jest": {
"testEnvironment": "jsdom"
},
Expand All @@ -63,53 +55,57 @@
}
],
"devDependencies": {
"@babel/core": "^7.17.0",
"@chakra-ui/react": "^1.8.1",
"@emotion/react": "^11",
"@emotion/styled": "^11",
"@size-limit/preset-small-lib": "^7.0.8",
"@storybook/addon-essentials": "^6.4.18",
"@babel/core": "^7.24.4",
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
"@chakra-ui/react": "^2.8.2",
"@commitlint/cli": "^19.2.1",
"@commitlint/config-conventional": "^19.1.0",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@size-limit/preset-small-lib": "^11.1.2",
"@storybook/addon-essentials": "^8.0.6",
"@storybook/addon-info": "^5.3.21",
"@storybook/addon-links": "^6.4.18",
"@storybook/addons": "^6.4.18",
"@storybook/react": "^6.4.18",
"@tsconfig/create-react-app": "^1.0.2",
"@tsconfig/recommended": "^1.0.1",
"@types/react": "^17.0.39",
"@types/react-dom": "^17.0.11",
"babel-jest": "^29.5.0",
"babel-loader": "^8.2.3",
"dts-cli": "^1.2.0",
"framer-motion": "^6",
"husky": "^7.0.4",
"@storybook/addon-links": "^8.0.6",
"@storybook/addons": "^7.6.17",
"@storybook/react": "^8.0.6",
"@tsconfig/create-react-app": "^2.0.4",
"@tsconfig/recommended": "^1.0.6",
"@types/react": "^18.2.74",
"@types/react-dom": "^18.2.24",
"babel-jest": "^29.7.0",
"babel-loader": "^9.1.3",
"babel-plugin-dynamic-import-node": "^2.3.3",
"dts-cli": "^2.0.4",
"framer-motion": "^11.0.25",
"husky": "^9.0.11",
"node-sass": "npm:sass",
"postcss": "^8.4.6",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-icons": "^4.3.1",
"react-is": "^17.0.2",
"postcss": "^8.4.38",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^5.0.1",
"react-is": "^18.2.0",
"rollup-plugin-postcss": "^4.0.2",
"sass": "^1.49.7",
"size-limit": "^7.0.8",
"tslib": "^2.3.1",
"typescript": "^4.5.5"
"sass": "^1.74.1",
"tslib": "^2.6.2",
"typescript": "^5.1.6"
},
"dependencies": {
"@tiptap/extension-code-block-lowlight": "^2.0.0-beta.68",
"@tiptap/extension-highlight": "^2.0.0-beta.33",
"@tiptap/extension-placeholder": "^2.0.0-beta.48",
"@tiptap/extension-subscript": "^2.0.0-beta.10",
"@tiptap/extension-superscript": "^2.0.0-beta.10",
"@tiptap/extension-task-item": "^2.0.0-beta.31",
"@tiptap/extension-task-list": "^2.0.0-beta.26",
"@tiptap/extension-text-align": "^2.0.0-beta.29",
"@tiptap/extension-underline": "^2.0.0-beta.23",
"@tiptap/react": "^2.0.0-beta.107",
"@tiptap/starter-kit": "^2.0.0-beta.181",
"@tiptap/suggestion": "^2.0.0-beta.90"
"@tiptap/extension-code-block-lowlight": "^2.2.6",
"@tiptap/extension-highlight": "^2.2.6",
"@tiptap/extension-placeholder": "^2.2.6",
"@tiptap/extension-subscript": "^2.2.6",
"@tiptap/extension-superscript": "^2.2.6",
"@tiptap/extension-task-item": "^2.2.6",
"@tiptap/extension-task-list": "^2.2.6",
"@tiptap/extension-text-align": "^2.2.6",
"@tiptap/extension-underline": "^2.2.6",
"@tiptap/react": "^2.2.6",
"@tiptap/starter-kit": "^2.2.6",
"@tiptap/suggestion": "^2.2.6",
"lowlight": "^3.1.0"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"
}
}
}
Loading

0 comments on commit 12c3542

Please sign in to comment.