57 lines
1.7 KiB
JSON
57 lines
1.7 KiB
JSON
{
|
|
"name": "apollo-upload-examples-app",
|
|
"private": true,
|
|
"license": "MIT",
|
|
"author": {
|
|
"name": "Jayden Seric",
|
|
"email": "me@jaydenseric.com",
|
|
"url": "https://jaydenseric.com"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/jaydenseric/apollo-upload-examples.git",
|
|
"directory": "app"
|
|
},
|
|
"homepage": "https://github.com/jaydenseric/apollo-upload-examples#readme",
|
|
"bugs": "https://github.com/jaydenseric/apollo-upload-examples/issues",
|
|
"funding": "https://github.com/sponsors/jaydenseric",
|
|
"engines": {
|
|
"node": "^14.17.0 || ^16.0.0 || >= 18.0.0",
|
|
"npm": ">= 7"
|
|
},
|
|
"browserslist": "Node 14.17 - 15 and Node < 15, Node 16 - 17 and Node < 17, Node >= 18, > 0.5%, not OperaMini all, not dead",
|
|
"dependencies": {
|
|
"@apollo/client": "^3.6.9",
|
|
"apollo-upload-client": "^17.0.0",
|
|
"device-agnostic-ui": "~10.0.0",
|
|
"graphql": "^16.5.0",
|
|
"next": "^12.2.4",
|
|
"react": "^17.0.2",
|
|
"react-dom": "^17.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/eslint-parser": "^7.18.9",
|
|
"@types/node": "^18.6.4",
|
|
"@types/react": "^17.0.48",
|
|
"@types/react-dom": "^17.0.17",
|
|
"babel-plugin-graphql-tag": "^3.3.0",
|
|
"eslint": "^8.21.0",
|
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
"eslint-plugin-simple-import-sort": "^7.0.0",
|
|
"prettier": "^2.7.1",
|
|
"stylelint": "^14.9.1",
|
|
"stylelint-config-recommended": "^8.0.0",
|
|
"typescript": "^4.7.4"
|
|
},
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"eslint": "eslint .",
|
|
"stylelint": "stylelint '**/*.css'",
|
|
"prettier": "prettier -c .",
|
|
"types": "tsc -p jsconfig.json",
|
|
"test": "npm run eslint && npm run stylelint && npm run prettier && npm run types"
|
|
}
|
|
}
|