mirror of
https://github.com/bendtherules/smallcase-portfolio-builder.git
synced 2026-08-18 22:02:56 +00:00
27 lines
679 B
JSON
27 lines
679 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|