2021-05-01 17:33:49 +08:00
|
|
|
{
|
|
|
|
"name": "blog-fs",
|
|
|
|
"version": "0.1.0",
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
2021-05-01 18:34:45 +08:00
|
|
|
"dev": "next dev -p 7133",
|
2021-05-01 17:33:49 +08:00
|
|
|
"build": "next build",
|
2021-05-01 18:34:45 +08:00
|
|
|
"start": "next start",
|
|
|
|
"predev": "npm run generate",
|
|
|
|
"generate": "graphql-codegen --config codegen.yml"
|
2021-05-01 17:33:49 +08:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2021-05-01 18:34:45 +08:00
|
|
|
"@apollo/client": "^3.3.16",
|
2021-05-01 23:10:28 +08:00
|
|
|
"classnames": "^2.2.6",
|
2021-05-01 18:34:45 +08:00
|
|
|
"graphql": "^15.5.0",
|
2021-05-01 17:33:49 +08:00
|
|
|
"next": "10.2.0",
|
2021-05-01 23:10:28 +08:00
|
|
|
"postcss-import": "^14.0.1",
|
|
|
|
"postcss-nested": "^5.0.5",
|
2021-05-02 20:04:54 +08:00
|
|
|
"ramda": "^0.27.1",
|
2021-05-01 17:33:49 +08:00
|
|
|
"react": "17.0.2",
|
|
|
|
"react-dom": "17.0.2"
|
2021-05-01 18:34:45 +08:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@graphql-codegen/cli": "1.21.4",
|
|
|
|
"@graphql-codegen/introspection": "1.18.2",
|
|
|
|
"@graphql-codegen/typescript": "1.22.0",
|
|
|
|
"@graphql-codegen/typescript-operations": "1.17.16",
|
|
|
|
"@graphql-codegen/typescript-react-apollo": "2.2.4",
|
|
|
|
"@types/autoprefixer": "^10.2.0",
|
2021-05-01 23:10:28 +08:00
|
|
|
"@types/classnames": "^2.3.1",
|
2021-05-01 18:34:45 +08:00
|
|
|
"@types/graphql": "^14.5.0",
|
2021-05-01 23:10:28 +08:00
|
|
|
"@types/postcss-import": "^12.0.0",
|
|
|
|
"@types/postcss-nested": "^4.2.3",
|
2021-05-02 20:04:54 +08:00
|
|
|
"@types/ramda": "^0.27.40",
|
2021-05-01 18:34:45 +08:00
|
|
|
"@types/react": "^17.0.4",
|
|
|
|
"@types/tailwindcss": "^2.0.2",
|
|
|
|
"autoprefixer": "^10.2.5",
|
|
|
|
"postcss": "^8.2.13",
|
|
|
|
"tailwindcss": "^2.1.2",
|
|
|
|
"typescript": "^4.2.4"
|
2021-05-01 17:33:49 +08:00
|
|
|
}
|
|
|
|
}
|