mirror of https://github.com/logos-co/open-law.git
30 lines
663 B
JSON
30 lines
663 B
JSON
{
|
|
"name": "static",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"watch": "webpack --watch",
|
|
"build": "webpack"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"flowbite": "^1.6.4",
|
|
"tailwindcss": "^3.2.7"
|
|
},
|
|
"devDependencies": {
|
|
"css-loader": "^6.7.3",
|
|
"postcss": "^8.4.21",
|
|
"postcss-loader": "^7.2.4",
|
|
"postcss-preset-env": "^8.3.1",
|
|
"style-loader": "^3.3.2",
|
|
"ts-loader": "^9.4.2",
|
|
"typescript": "^5.0.4",
|
|
"webpack": "^5.79.0",
|
|
"webpack-cli": "^5.0.1",
|
|
"webpack-dev-server": "^4.13.2"
|
|
}
|
|
}
|