sqlight: sqlite playground

This commit is contained in:
Spxg
2025-04-26 22:13:23 +08:00
commit f137bd53b5
97 changed files with 11234 additions and 0 deletions

13
package.json Normal file
View File

@@ -0,0 +1,13 @@
{
"dependencies": {
"postcss-mixins": "^11.0.3",
"postcss-modules": "^6.0.1",
"postcss-plugin": "^1.0.0",
"postcss-preset-env": "^10.1.6",
"postcss-simple-vars": "^7.0.1",
},
"devDependencies": {
"postcss": "^8.5.3",
"postcss-cli": "^11.0.1"
}
}