You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
698 B
28 lines
698 B
{ |
|
"name": "grunt-front", |
|
"version": "0.1.0", |
|
"private": true, |
|
"dependencies": { |
|
"apollo-client-preset": "^1.0.8", |
|
"axios": "^0.18.0", |
|
"graphql": "^0.13.2", |
|
"graphql-tag": "^2.9.2", |
|
"lodash": "^4.17.10", |
|
"react": "^16.4.1", |
|
"react-apollo": "^2.1.5", |
|
"react-dom": "^16.4.1", |
|
"react-redux": "^5.0.7", |
|
"react-router-dom": "^4.3.1", |
|
"react-scripts": "1.1.4", |
|
"redux": "^4.0.0", |
|
"redux-logger": "^3.0.6", |
|
"redux-persist": "^5.10.0", |
|
"redux-thunk": "^2.3.0" |
|
}, |
|
"scripts": { |
|
"start": "react-scripts start", |
|
"build": "react-scripts build", |
|
"test": "react-scripts test --env=jsdom", |
|
"eject": "react-scripts eject" |
|
} |
|
}
|
|
|