Init with create-react-app

This commit is contained in:
2018-04-11 11:24:07 +05:30
commit 911082b42d
15 changed files with 10343 additions and 0 deletions
+26
View File
@@ -0,0 +1,26 @@
{
"name": "smallcase-portfolio-builder",
"version": "0.1.0",
"private": true,
"dependencies": {
"classnames": "^2.2.5",
"react": "^16.3.1",
"react-dom": "^16.3.1",
"react-scripts": "1.1.4"
},
"devDependencies": {
"eslint": "^3.19.0",
"eslint-config-airbnb": "^15.0.1",
"eslint-plugin-import": "^2.3.0",
"eslint-plugin-jsx-a11y": "^5.0.3",
"eslint-plugin-react": "^7.0.1",
"eslint-watch": "^3.1.4"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"test:lint:js": "esw -w --ext=js --ext=jsx .",
"eject": "react-scripts eject"
}
}