Skip to content

Commit a0c3e92

Browse files
build(package.json): uninstall Chakra deps
1 parent 35e5beb commit a0c3e92

File tree

2 files changed

+8
-1150
lines changed

2 files changed

+8
-1150
lines changed

package.json

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,16 +23,11 @@
2323
"markdown-checker": "ts-node -O '{ \"module\": \"commonjs\" }' src/scripts/markdownChecker.ts",
2424
"events-import": "ts-node -O '{ \"module\": \"commonjs\" }' src/scripts/events-import.ts",
2525
"crowdin-needs-review": "ts-node -O '{ \"module\": \"commonjs\" }' src/scripts/crowdin/reports/generateReviewReport.ts",
26-
"theme": "chakra-cli tokens ./src/@chakra-ui/theme.ts",
27-
"theme:watch": "chakra-cli tokens ./src/@chakra-ui/theme.ts --watch",
2826
"prepare": "husky"
2927
},
3028
"dependencies": {
31-
"@chakra-ui/react": "^2.8.0",
3229
"@crowdin/crowdin-api-client": "^1.25.0",
3330
"@docsearch/react": "^3.5.2",
34-
"@emotion/react": "^11.11.1",
35-
"@emotion/styled": "^11.11.0",
3631
"@hookform/resolvers": "^3.8.0",
3732
"@next/bundle-analyzer": "^14.2.5",
3833
"@radix-ui/react-accordion": "^1.2.0",
@@ -96,7 +91,6 @@
9691
"yaml-loader": "^0.8.0"
9792
},
9893
"devDependencies": {
99-
"@chakra-ui/cli": "^2.4.1",
10094
"@chromatic-com/storybook": "1.5.0",
10195
"@netlify/plugin-nextjs": "^5.8.0",
10296
"@storybook/addon-essentials": "8.1.10",
@@ -150,4 +144,4 @@
150144
"jackspeak": "2.1.1",
151145
"sharp": "0.32.6"
152146
}
153-
}
147+
}

0 commit comments

Comments
 (0)