|
@@ -1,6 +1,6 @@
|
|
{
|
|
{
|
|
"name": "dt-theme",
|
|
"name": "dt-theme",
|
|
- "version": "1.0.5",
|
|
|
|
|
|
+ "version": "1.0.8",
|
|
"main": "lib/index.js",
|
|
"main": "lib/index.js",
|
|
"dependencies": {
|
|
"dependencies": {
|
|
"@testing-library/jest-dom": "^5.17.0",
|
|
"@testing-library/jest-dom": "^5.17.0",
|
|
@@ -15,7 +15,8 @@
|
|
"test": "react-scripts test",
|
|
"test": "react-scripts test",
|
|
"eject": "react-scripts eject",
|
|
"eject": "react-scripts eject",
|
|
"pub1": "npx webpack --config webpack.config.js && npm publish",
|
|
"pub1": "npx webpack --config webpack.config.js && npm publish",
|
|
- "pub2": "npm version patch --no-git-tag-version && npx webpack --config webpack.config.js && npm publish"
|
|
|
|
|
|
+ "pub2": "npm version patch --no-git-tag-version && npx webpack --config webpack.config.js && npm publish",
|
|
|
|
+ "prepare": "husky install"
|
|
},
|
|
},
|
|
"eslintConfig": {
|
|
"eslintConfig": {
|
|
"extends": [
|
|
"extends": [
|
|
@@ -43,6 +44,7 @@
|
|
"react": "^18.3.1",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"react-scripts": "5.0.1",
|
|
"react-scripts": "5.0.1",
|
|
|
|
+ "husky": "^8.0.1",
|
|
"less": "^4.2.0",
|
|
"less": "^4.2.0",
|
|
"less-loader": "^11.1.3",
|
|
"less-loader": "^11.1.3",
|
|
"react-app-rewired": "^2.2.1",
|
|
"react-app-rewired": "^2.2.1",
|