2020-03-24 16:07:04 +03:00
|
|
|
{
|
|
|
|
"name": "membersjs",
|
|
|
|
"version": "0.1.0",
|
2020-03-24 16:07:38 +03:00
|
|
|
"license": "MIT",
|
|
|
|
"repository": "git@github.com:TryGhost/membersjs.git",
|
|
|
|
"author": "Ghost Foundation",
|
2020-03-24 16:07:04 +03:00
|
|
|
"dependencies": {
|
|
|
|
"@testing-library/jest-dom": "^4.2.4",
|
|
|
|
"@testing-library/react": "^9.3.2",
|
|
|
|
"@testing-library/user-event": "^7.1.2",
|
|
|
|
"react": "^16.13.1",
|
|
|
|
"react-dom": "^16.13.1",
|
|
|
|
"react-scripts": "3.4.1"
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"start": "react-scripts start",
|
2020-03-24 16:19:04 +03:00
|
|
|
"build": "npm run build:combined && npm run build:bundle",
|
|
|
|
"build:combined": "node ./scripts/build-combined.js",
|
|
|
|
"build:bundle": "webpack --config webpack.config.js",
|
2020-03-24 16:07:04 +03:00
|
|
|
"test": "react-scripts test",
|
|
|
|
"eject": "react-scripts eject"
|
|
|
|
},
|
|
|
|
"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"
|
|
|
|
]
|
2020-03-24 16:19:04 +03:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"rewire": "^5.0.0",
|
|
|
|
"webpack-cli": "^3.3.11"
|
2020-03-24 16:07:04 +03:00
|
|
|
}
|
|
|
|
}
|