|
|
@ -2,15 +2,13 @@ |
|
|
|
"name": "online-resume", |
|
|
|
"version": "1.0.0", |
|
|
|
"description": "", |
|
|
|
"scripts": { |
|
|
|
"start": "live-server public", |
|
|
|
"build": "postcss src/css/main.pcss -o public/assets/style.css", |
|
|
|
"watch": "postcss src/css/main.pcss -o public/assets/style.css --watch" |
|
|
|
}, |
|
|
|
"author": "", |
|
|
|
"author": "Sampson SAVINEL", |
|
|
|
"license": "MIT", |
|
|
|
"dependencies": { |
|
|
|
"@fullhuman/postcss-purgecss": "^2.1.2", |
|
|
|
"autoprefixer": "^9.7.6", |
|
|
|
"cssnano": "^4.1.10", |
|
|
|
"cssnano-preset-advanced": "^4.0.7", |
|
|
|
"live-server": "^1.2.1", |
|
|
|
"postcss-cli": "^7.1.0", |
|
|
|
"tailwindcss": "^1.2.0" |
|
|
|