mirror of
https://github.com/kingomarnajjar/gatsby-starter-netlify-cms.git
synced 2026-07-30 18:46:41 +10:00
14 lines
306 B
JSON
14 lines
306 B
JSON
{
|
|
"scripts": {
|
|
"build": "webpack --config webpack.config.js"
|
|
},
|
|
"dependencies": {
|
|
"babel-core": "^6.26.0",
|
|
"babel-loader": "^7.1.2",
|
|
"babel-preset-env": "^1.6.1",
|
|
"babel-preset-react": "^6.24.1",
|
|
"netlify-cms": "^1.0.1",
|
|
"react": "^16.2.0",
|
|
"webpack": "^3.10.0"
|
|
}
|
|
}
|