Skip to content

Commit

Permalink
vite added
Browse files Browse the repository at this point in the history
  • Loading branch information
robonetphy committed Nov 8, 2023
1 parent c5c4739 commit 968bd18
Show file tree
Hide file tree
Showing 2 changed files with 188 additions and 680 deletions.
9 changes: 1 addition & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,24 +7,17 @@
"author": "CodeX <[email protected]>",
"license": "MIT",
"scripts": {
"prepare": "npm run build",
"build": "webpack --mode production",
"build:dev": "webpack --mode development --watch",
"lint": "eslint src/ --quiet",
"lint:errors": "eslint src/ --quiet",
"lint:fix": "eslint src/ --fix"
},
"devDependencies": {
"css-loader": "^5.0.2",
"eslint": "^7.22.0",
"eslint-loader": "^4.0.2",
"postcss": "^8.2.6",
"postcss-loader": "^4.2.0",
"postcss-nested": "^5.0.3",
"postcss-nested-ancestors": "^2.0.0",
"style-loader": "^2.0.0",
"webpack": "^5.24.1",
"webpack-cli": "^4.5.0"
"postcss-nested-ancestors": "^2.0.0"
},
"dependencies": {
"@codexteam/icons": "^0.0.2"
Expand Down
Loading

0 comments on commit 968bd18

Please sign in to comment.