Skip to content

Commit

Permalink
feat: vite plugin (bring code to stylable)
Browse files Browse the repository at this point in the history
  • Loading branch information
barak007 committed May 7, 2023
1 parent be1e3dd commit 16910e2
Show file tree
Hide file tree
Showing 12 changed files with 784 additions and 37 deletions.
167 changes: 131 additions & 36 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

45 changes: 45 additions & 0 deletions packages/vite/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
{
"name": "@stylable/vite",
"version": "5.11.0",
"description": "Stylable plugin for Vite",
"main": "dist/index.js",
"scripts": {
"test": "mocha \"dist/test/**/*.spec.js\""
},
"peerDependencies": {
"vite": "^4.3.5"
},
"dependencies": {
"@stylable/build-tools": "^5.11.0",
"@stylable/cli": "^5.11.0",
"@stylable/core": "^5.11.0",
"@stylable/node": "^5.11.0",
"@stylable/optimizer": "^5.11.0",
"@stylable/runtime": "^5.11.0",
"decache": "^4.6.1",
"mime": "^3.0.0"
},
"files": [
"dist",
"!dist/test",
"src",
"runtime.js",
"!*/tsconfig.{json,tsbuildinfo}"
],
"engines": {
"node": ">=14.14.0"
},
"publishConfig": {
"access": "public"
},
"keywords": [
"vite",
"css",
"css modules",
"vite-plugin",
"Stylable"
],
"repository": "https://github.com/wix/stylable/tree/master/packages/vite",
"author": "Wix.com",
"license": "MIT"
}
Loading

0 comments on commit 16910e2

Please sign in to comment.