blob: 7419243c7b5bc12ba06f664cdb99a67811b1a490 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
{
"name": "secd",
"version": "1.0.0",
"description": "secd landing page",
"main": "index.js",
"scripts": {
"start": "npx tailwindcss -i ./src/input.css -o ./dist/output.css --watch",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"devDependencies": {
"tailwindcss": "^3.2.4"
}
}
|