-
Notifications
You must be signed in to change notification settings - Fork 166
/
package.json
126 lines (126 loc) · 4.19 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
{
"name": "wargabantuwarga.com",
"version": "0.1.0",
"scripts": {
"cz": "cz",
"build": "next build",
"postbuild": "next-sitemap && ts-node etc/create-sitemap-index.ts",
"dev": "next",
"analyze": "cross-env ANALYZE=true yarn build",
"fetch-wbw": "ts-node etc/fetchers/fetch-wbw.ts",
"format": "prettier --write \"./**/*.{ts,tsx}\"",
"lint": "eslint \"**/*.{js,jsx,ts,tsx,yml,yaml}\"",
"lint:fix": "eslint --fix \"**/*.{js,jsx,ts,tsx,yml,yaml}\"",
"mirror-box": "ts-node etc/mirror-box.ts",
"netlify-export": "yarn fetch-wbw && yarn build && next export",
"prepare": "husky install",
"start": "next start",
"cypress:open": "cypress open",
"cypress:run": "cypress run",
"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",
"test:e2e": "is-ci \"test:e2e:run\" \"test:e2e:dev\"",
"test:e2e:dev": "start-server-and-test dev http://localhost:3000 cypress:open",
"test:e2e:run": "start-server-and-test dev http://localhost:3000 cypress:run",
"type-check": "tsc --noEmit"
},
"dependencies": {
"@headlessui/react": "1.5.0",
"@heroicons/react": "1.0.6",
"@kawalcovid19/tailwind-preset-wbw": "^0.1.1",
"@netlify/plugin-nextjs": "3.9.2",
"@tailwindcss/forms": "^0.4.0",
"@tailwindcss/typography": "0.4.1",
"clsx": "^1.1.1",
"cross-fetch": "^3.1.5",
"globby": "^11.1.0",
"htmr": "^1.0.1",
"itemsjs": "^2.1.13",
"next": "11.1.4",
"next-pwa": "^5.4.7",
"next-seo": "^4.29.0",
"nprogress": "^0.2.0",
"preact": "^10.7.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"ts-debounce": "^3.0.0"
},
"devDependencies": {
"@babel/eslint-plugin": "7.14.5",
"@babel/preset-react": "7.14.5",
"@babel/preset-typescript": "7.14.5",
"@commitlint/cli": "^13.1.0",
"@commitlint/config-conventional": "^13.1.0",
"@jackfranklin/test-data-bot": "1.3.0",
"@netlify/plugin-lighthouse": "2.1.2",
"@next/bundle-analyzer": "^11.0.1",
"@testing-library/cypress": "8.0.0",
"@testing-library/jest-dom": "5.14.1",
"@testing-library/react": "12.0.0",
"@testing-library/user-event": "13.2.0",
"@types/jest": "26.0.24",
"@types/node": "^16.4.2",
"@types/nprogress": "^0.2.0",
"@types/prettier": "^2.3.2",
"@types/react": "17.0.13",
"@typescript-eslint/parser": "^4.28.5",
"autoprefixer": "10.3.0",
"chalk": "^4.1.1",
"cheerio": "^1.0.0-rc.10",
"cloudinary-build-url": "^0.2.1",
"critters": "^0.0.10",
"cross-env": "^7.0.3",
"cypress": "8.4.0",
"eslint": "7.30.0",
"eslint-config-kentcdodds": "^19.1.0",
"eslint-config-next": "11.0.1",
"eslint-config-prettier": "^8.3.0",
"eslint-import-resolver-typescript": "^2.4.0",
"eslint-plugin-chai-friendly": "^0.7.1",
"eslint-plugin-cypress": "^2.11.3",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-react": "^7.24.0",
"eslint-plugin-yml": "^0.10.0",
"frontmatter-markdown-loader": "3.6.3",
"husky": "7.0.1",
"identity-obj-proxy": "^3.0.0",
"is-ci-cli": "2.2.0",
"jest": "27.0.6",
"jest-fetch-mock": "3.0.3",
"jest-watch-select-projects": "2.0.0",
"jest-watch-typeahead": "0.6.4",
"lint-staged": "11.0.1",
"netlify-plugin-cache-nextjs": "1.6.1",
"netlify-plugin-image-optim": "0.4.0",
"next-router-mock": "0.1.4",
"next-sitemap": "^1.6.140",
"ora": "^5.4.1",
"postcss": "8.3.5",
"prettier": "2.3.2",
"react-intersection-observer": "8.32.0",
"start-server-and-test": "^1.12.6",
"stylelint": "13.13.1",
"stylelint-config-recommended": "5.0.0",
"tailwindcss": "2.2.4",
"ts-node": "^10.1.0",
"typescript": "4.3.5"
},
"lint-staged": {
"*.{js,jsx,ts,tsx,yml,yaml}": [
"eslint --cache --fix",
"jest --findRelatedTests"
],
"*.css": "stylelint --fix",
"*.{js,jsx,ts,tsx,css,md}": "prettier --write"
},
"private": true,
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}