29 lines
599 B
JSON
29 lines
599 B
JSON
{
|
|
"name": "work_front",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"description": "work_front",
|
|
"author": "TBS093A",
|
|
"keywords": [
|
|
"gatsby"
|
|
],
|
|
"scripts": {
|
|
"develop": "gatsby develop",
|
|
"start": "gatsby develop",
|
|
"build": "gatsby build",
|
|
"serve": "gatsby serve",
|
|
"clean": "gatsby clean"
|
|
},
|
|
"dependencies": {
|
|
"@reduxjs/toolkit": "^1.5.0",
|
|
"gatsby": "^2.32.3",
|
|
"gatsby-plugin-sass": "^3.2.0",
|
|
"loadash": "^1.0.0",
|
|
"react": "^16.13.1",
|
|
"react-dom": "^16.13.1",
|
|
"react-redux": "^7.2.2",
|
|
"redux": "^4.0.5",
|
|
"sass": "^1.32.7"
|
|
}
|
|
}
|