mirror of
https://github.com/roleypoly/roleypoly-v1.git
synced 2025-04-24 19:59:12 +00:00
32 lines
835 B
JSON
32 lines
835 B
JSON
{
|
|
"name": "roleypoly",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"color": "^2.0.1",
|
|
"eslint": "^4.12.1",
|
|
"prop-types": "^15.6.0",
|
|
"radium": "^0.19.6",
|
|
"react": "^16.2.0",
|
|
"react-dom": "^16.2.0",
|
|
"react-router": "^4.2.0",
|
|
"react-router-dom": "^4.2.2",
|
|
"react-scripts": "1.0.17",
|
|
"superagent": "^3.8.1"
|
|
},
|
|
"scripts": {
|
|
"start": "react-scripts start",
|
|
"build": "react-scripts build",
|
|
"test": "react-scripts test --env=jsdom",
|
|
"eject": "react-scripts eject"
|
|
},
|
|
"proxy": "http://localhost:6769",
|
|
"devDependencies": {
|
|
"eslint-config-standard": "^10.2.1",
|
|
"eslint-plugin-import": "^2.8.0",
|
|
"eslint-plugin-node": "^5.2.1",
|
|
"eslint-plugin-promise": "^3.6.0",
|
|
"eslint-plugin-react": "^7.5.1",
|
|
"eslint-plugin-standard": "^3.0.1"
|
|
}
|
|
}
|