Skip to content

Commit

Permalink
Move app to examples
Browse files Browse the repository at this point in the history
  • Loading branch information
brijeshb42 committed Jul 12, 2024
1 parent 15c06f8 commit 240abad
Show file tree
Hide file tree
Showing 11 changed files with 2 additions and 16 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
"preview": "vite preview"
},
"dependencies": {
"@pigment-css/react": "workspace:^",
"@pigment-css/react": "latest",
"react": "latest",
"react-dom": "latest"
},
"devDependencies": {
"@pigment-css/unplugin": "workspace:^",
"@pigment-css/unplugin": "latest",
"@types/react": "latest",
"@types/react-dom": "latest",
"css-loader": "^7.1.2",
Expand All @@ -24,19 +24,5 @@
"webpack": "^5.91.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.0.4"
},
"nx": {
"targets": {
"preview": {
"dependsOn": [
"^build"
]
},
"dev": {
"dependsOn": [
"^build"
]
}
}
}
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 240abad

Please sign in to comment.