mirror of
https://github.com/ArthurDanjou/arthurdanjou.fr.git
synced 2026-01-14 20:19:27 +01:00
22 lines
486 B
JSON
22 lines
486 B
JSON
{
|
|
"name": "arthurdanjou.fr",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"sass": "sass ./public/style/style.scss:./dist/app.scss",
|
|
"build-all": "yarn build && yarn sass"
|
|
},
|
|
"dependencies": {
|
|
"@zeit/next-sass": "^1.0.1",
|
|
"next": "9.3.5",
|
|
"next-images": "^1.4.0",
|
|
"node-sass": "^4.14.0",
|
|
"react": "^16.13.1",
|
|
"react-dom": "16.13.1",
|
|
"sass": "^1.26.5"
|
|
}
|
|
}
|