mirror of
https://github.com/terribleplan/next.js.git
synced 2024-01-19 02:48:18 +00:00
8c5c2c23bb
I found build error, so I've updated babel-plugin-module-resolver
27 lines
643 B
JSON
27 lines
643 B
JSON
{
|
|
"name": "with-global-stylesheet",
|
|
"version": "1.0.0",
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start"
|
|
},
|
|
"author": "Davide Bertola <dade@dadeb.it>",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"autoprefixer": "7.1.5",
|
|
"babel-plugin-module-resolver": "^3.1.1",
|
|
"babel-plugin-wrap-in-js": "^1.1.0",
|
|
"glob": "^7.1.2",
|
|
"next": "latest",
|
|
"node-sass": "^4.4.0",
|
|
"normalize.css": "^7.0.0",
|
|
"postcss-easy-import": "^3.0.0",
|
|
"postcss-loader": "^2.0.7",
|
|
"raw-loader": "^0.5.1",
|
|
"react": "^16.0.0",
|
|
"react-dom": "^16.0.0",
|
|
"sass-loader": "^6.0.6"
|
|
}
|
|
}
|