mirror of
https://github.com/terribleplan/next.js.git
synced 2024-01-19 02:48:18 +00:00
26 lines
561 B
JSON
26 lines
561 B
JSON
{
|
|
"name": "with-scoped-stylesheets-and-postcss",
|
|
"version": "1.0.0",
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start"
|
|
},
|
|
"author": "Thomas Lindstrøm <t@hom.as>",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"cssnano": "^3.10.0",
|
|
"next": "latest",
|
|
"postcss-cssnext": "^2.9.0",
|
|
"postcss-loader": "^1.3.0",
|
|
"postcss-modules": "^0.6.4",
|
|
"react": "^16.0.0",
|
|
"react-dom": "^16.0.0",
|
|
"skeleton-loader": "^1.1.2",
|
|
"trash": "^4.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"now": "^4.10.3"
|
|
}
|
|
}
|