react-salute-testv
Version:
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
65 lines (64 loc) • 1.36 kB
JSON
{
"name": "react-salute-testv",
"version": "0.0.1",
"main": "./dist/index.js",
"keywords": [
"react",
"salute",
"react-salute",
"hello",
"world",
"prop-types"
],
"repository": {
"type": "git",
"url": "https://github.com/kattrinkr/react-salute-testV"
},
"author": {
"name": "Kate Krasilnikova",
"url": "https://github.com/kattrinkr"
},
"bugs": {
"url": "https://github.com/kattrinkr/react-salute-testV/issues"
},
"files": [
"dist/index.js",
"README.md",
"LICENSE",
"package.json"
],
"license": "MIT",
"dependencies": {
"jshint": "^2.10.2",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-scripts": "3.0.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"prepublishOnly": "set NODE_ENV=production babel src/lib --out-dir dist"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@babel/cli": "^7.5.5",
"enzyme": "^3.10.0",
"enzyme-adapter-react-16": "^1.14.0"
}
}