generated from ciampo/_nextjs-template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
138 lines (138 loc) · 4.59 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
{
"name": "offbeat-appetite",
"version": "0.0.1",
"main": "pages/index.js",
"author": "Marco Ciampini <[email protected]>",
"repository": {
"type": "git",
"url": "https://github.com/ciampo/offbeat-appetite.git"
},
"engines": {
"node": ">=14.21.3",
"yarn": "1.22.19"
},
"license": "MIT",
"private": true,
"scripts": {
"analyze": "ANALYZE=true yarn build",
"data": "node scripts/pull-cms-content.js",
"dev": "yarn generate:seo && node server.js",
"build": "yarn generate:seo && next build",
"generate:seo": "node scripts/create-robots.js && node scripts/create-sitemap.js",
"static": "rm -rf .next/ out/ && yarn data && yarn build && yarn next export && node ./scripts/add-netlify-config.js",
"serve:static": "yarn netlify dev --dir out",
"serve:ssr": "NODE_ENV=production node server.js",
"prettier": "prettier --ignore-path .gitignore \"**/*.+(js|jsx|ts|tsx|json)\"",
"format": "yarn prettier --write",
"check-format": "yarn prettier --list-different",
"check-types": "tsc --noEmit",
"lint:styles": "stylelint --ignore-path .gitignore '**/*.css'",
"lint:scripts": "jest --config test/jest.eslint.js",
"validate": "run-p check-types check-format lint:styles test",
"postvalidate": "yarn static",
"setup": "yarn install && yarn data && yarn validate",
"test": "is-ci \"test:coverage\" \"test:watch\"",
"test:coverage": "jest --coverage",
"test:watch": "jest --watch",
"test:debug": "node --inspect-brk ./node_modules/jest/bin/jest.js --runInBand --watch",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook"
},
"jest-runner-eslint": {
"cliOptions": {
"ignorePath": ".gitignore"
}
},
"browserslist": [
"> 1%",
"last 2 versions",
"Firefox ESR",
"not dead"
],
"dependencies": {
"@sanity/block-content-to-react": "^2.0.7",
"next": "^9.4.0",
"preact": "^10.4.4",
"react-ga4": "^2.1.0",
"react-use": "^14.1.1",
"tailwindcss": "^1.1.3",
"tailwindcss-aspect-ratio": "3.0.0"
},
"devDependencies": {
"@babel/core": "^7.9.6",
"@babel/preset-typescript": "^7.9.0",
"@next/bundle-analyzer": "^9.1.2",
"@prefresh/next": "^0.3.1",
"@sanity/client": "^1.149.2",
"@sanity/image-url": "^0.140.19",
"@storybook/addon-actions": "^5.3.18",
"@storybook/addon-knobs": "^5.3.18",
"@storybook/addon-links": "^5.3.18",
"@storybook/addons": "^5.3.18",
"@storybook/preset-typescript": "^3.0.0",
"@storybook/react": "^5.3.18",
"@testing-library/dom": "^9.2.0",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "12.1.5",
"@testing-library/user-event": "13",
"@types/jest": "^29.5.1",
"@types/jest-axe": "^3.2.2",
"@types/node": "^14.0.5",
"@types/react": "^16.9.11",
"@types/react-dom": "^16.9.3",
"@types/testing-library__jest-dom": "^5.14.5",
"@typescript-eslint/eslint-plugin": "^5.59.1",
"@typescript-eslint/parser": "^5.59.1",
"@zeit/next-css": "^1.0.1",
"autoprefixer": "^9.7.1",
"babel-loader": "^8.1.0",
"babel-plugin-transform-dynamic-import": "^2.1.0",
"chalk": "^4.0.0",
"cssnano": "^4.1.10",
"del": "^6.0.0",
"dotenv": "^8.2.0",
"eslint": "^7.1.0",
"eslint-config-prettier": "^6.5.0",
"eslint-import-resolver-jest": "^3.0.0",
"eslint-loader": "^4.0.0",
"eslint-plugin-jest": "^23.8.2",
"eslint-plugin-react": "^7.16.0",
"eslint-plugin-react-hooks": "^4.0.4",
"fork-ts-checker-webpack-plugin": "^4.1.3",
"husky": "^4.2.5",
"is-ci-cli": "^2.0.0",
"jest": "^29.5.0",
"jest-axe": "^7.0.1",
"jest-config": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"jest-next-dynamic": "^1.0.1",
"jest-runner-eslint": "^2.0.0",
"jest-watch-select-projects": "^2.0.0",
"jest-watch-typeahead": "^2.2.2",
"lint-staged": "^10.0.0-1",
"module-alias": "^2.2.2",
"netlify-cli": "^2.20.2",
"node-fetch": "^2.6.1",
"npm-run-all": "^4.1.5",
"postcss-easy-import": "^3.0.0",
"postcss-flexbugs-fixes": "^4.2.0",
"postcss-preset-env": "^6.7.0",
"postcss-reporter": "^6.0.1",
"preact-devtools": "^0.0.1",
"preact-render-to-string": "^5.1.1",
"preact-ssr-prepass": "^1.0.0",
"prettier": "^2.0.4",
"react": "^16.11.0",
"react-dom": "^16.11.0",
"stylelint": "^13.3.2",
"stylelint-config-recommended": "^3.0.0",
"tailwindcss-animations": "^2.0.0",
"tailwindcss-pseudo-elements": "^1.1.2",
"ts-loader": "^7.0.2",
"typescript": "^5.0.4",
"webpack": "^4.41.2"
},
"resolutions": {
"@types/react": "16.14.40"
}
}