-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
77 lines (77 loc) · 2.66 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
{
"name": "josteph-web",
"version": "1.0.0",
"private": true,
"scripts": {
"depcruise:graph": "depcruise --config .dependency-cruiser.js -T dot src -p cli-feedback | dot -T svg | depcruise-wrap-stream-in-html > depcruise-graph.html",
"depcruise:report:cli": "depcruise --config .dependency-cruiser.js src -p cli-feedback",
"depcruise:report:html": "depcruise --config .dependency-cruiser.js -T err-html -f depcruise-report.html src -p cli-feedback",
"depcruise:report:markdown": "depcruise --config .dependency-cruiser.js -T markdown -f depcruise-report.md src -p cli-feedback",
"dev": "next dev",
"build": "next build",
"start": "next start -H 0.0.0.0",
"start:local": "next start",
"analyze": "ANALYZE=true next build",
"test": "vitest"
},
"dependencies": {
"@code-hike/mdx": "0.8.1",
"@giscus/react": "^1.0.0",
"@mdx-js/loader": "2.3.0",
"@next/bundle-analyzer": "^9.5.2",
"@next/mdx": "13.2.4",
"@splitbee/web": "0.3.0",
"browlog": "^1.3.4",
"contentlayer": "0.3.0",
"framer-motion": "10.17.6",
"lodash": "^4.17.21",
"next": "13.4.5",
"next-contentlayer": "0.3.0",
"next-pwa": "5.6.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-feather": "^2.0.9",
"react-wrap-balancer": "0.2.3",
"remark-autolink-headings": "7.0.1",
"remark-external-links": "^8.0.0",
"remark-hint": "^1.0.9",
"remark-slug": "7.0.1",
"remark-toc": "^7.2.0",
"sass": "^1.26.10"
},
"devDependencies": {
"@babel/eslint-parser": "7.19.1",
"@commitlint/cli": "13.1.0",
"@commitlint/config-conventional": "13.1.0",
"@testing-library/jest-dom": "5.16.5",
"@testing-library/react": "14.0.0",
"@testing-library/user-event": "14.4.3",
"@types/react": "18.0.26",
"@types/react-dom": "18.0.10",
"@typescript-eslint/eslint-plugin": "5.47.0",
"@typescript-eslint/parser": "5.47.0",
"@vitejs/plugin-react": "3.1.0",
"@vitest/coverage-istanbul": "0.29.7",
"actual-empty-object": "1.0.0",
"dependency-cruiser": "11.14.1",
"eslint": "8.30.0",
"eslint-config-next": "13.0.5",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-loader": "3.0.2",
"eslint-plugin-jest": "^23.8.1",
"eslint-plugin-jest-dom": "^2.0.1",
"eslint-plugin-jsx-a11y": "6.2.3",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-react": "7.31.11",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-testing-library": "^2.2.3",
"husky": "^3.0.9",
"jsdom": "21.1.1",
"lint-staged": "13.1.0",
"msw": "1.2.1",
"prettier": "^2.1.0",
"typescript": "4.9.4",
"typescript-plugin-css-modules": "4.1.1",
"vitest": "0.29.7"
}
}