-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
85 lines (85 loc) · 2.42 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
{
"name": "personal-site",
"private": true,
"author": {
"name": "Ty Mick",
"email": "[email protected]",
"url": "https://tymick.me"
},
"repository": "https://github.com/TyMick/tymick.me.git",
"license": "Apache-2.0",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "jest",
"test:ci": "jest --ci",
"test:watch": "jest --watch"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.36",
"@fortawesome/free-brands-svg-icons": "^5.15.4",
"@fortawesome/react-fontawesome": "^0.1.15",
"@matejmazur/react-katex": "^3.1.3",
"@mdx-js/loader": "^1.6.22",
"@next/mdx": "^11.1.0",
"@silvenon/remark-smartypants": "^1.0.0",
"bootstrap": "^4.5.3",
"chroma-js": "^2.1.2",
"clsx": "^1.1.1",
"date-fns": "^2.23.0",
"highlight.js": "^10.5.0",
"katex": "^0.12.0",
"lodash": "^4.17.21",
"nanoid": "^3.1.25",
"next": "^12.1.0",
"next-seo": "^4.26.0",
"nprogress": "^0.2.0",
"photo-sphere-viewer": "^4.4.1",
"react": "^17.0.2",
"react-bootstrap": "^1.6.1",
"react-div-100vh": "^0.7.0",
"react-dom": "^17.0.2",
"react-gist": "^1.2.2",
"react-syntax-highlighter": "^13.5.3",
"remark": "^13.0.0",
"remark-gfm": "^1.0.0",
"remark-highlight.js": "^6.0.0",
"remark-react": "^8.0.0",
"sass": "^1.37.5",
"styled-components": "^5.3.3",
"styled-system": "^5.1.5",
"use-window-width-breakpoints": "^1.0.12"
},
"devDependencies": {
"@fortawesome/fontawesome-common-types": "^0.2.36",
"@jest/transform": "^29.2.2",
"@types/chroma-js": "^2.1.3",
"@types/jest": "^29.2.0",
"@types/jsdom": "^20.0.0",
"@types/lodash": "^4.14.172",
"@types/node": "^14.14.21",
"@types/nprogress": "^0.2.0",
"@types/react": "^17.0.17",
"@types/react-test-renderer": "^17.0.2",
"@types/styled-components": "^5.1.19",
"@types/styled-system": "^5.1.12",
"babel-plugin-styled-components": "^2.0.2",
"date-fns-tz": "^1.3.7",
"eslint": "^7.32.0",
"eslint-config-next": "^11.1.2",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-jest": "^27.1.3",
"jest": "^29.2.2",
"jest-environment-jsdom": "^29.2.2",
"jest-styled-components": "^7.1.1",
"prettier": "^2.3.2",
"react-test-renderer": "^17.0.2",
"ts-node": "^10.9.1",
"typescript": "^4.3.5"
},
"engines": {
"node": "18.x"
}
}