15 lines
429 B
JSON
15 lines
429 B
JSON
{
|
|
"name": "portfolio",
|
|
"version": "0.1.0",
|
|
"description": "",
|
|
"main": "main.js",
|
|
"scripts": {
|
|
"build": "tsc && tailwindcss -i ./src/main.css -o ./dist/main.css && cp ./src/index.html ./dist/index.html && cp ./src/*.svg ./dist/*.svg",
|
|
"format": "prettier --write \"src/**/*.{js,jsx,ts,tsx}\"",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC"
|
|
}
|