-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
136 lines (136 loc) · 4.05 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
{
"name": "cxreiff.github.io",
"type": "module",
"version": "1.0.0",
"description": "Portfolio site for Cooper Reiff.",
"author": "Cooper Reiff <[email protected]> (https://cxreiff.com)",
"homepage": "https://cxreiff.com/",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/cxreiff/cxreiff.github.io.git"
},
"source": "src/index.html",
"scripts": {
"start": "parcel",
"build": "parcel build",
"analyze": "pnpm run build -- --reporter @parcel/reporter-bundle-analyzer",
"tsm": "typed-scss-modules src -n none --L error -o tsm",
"tsc": "pnpm run tsm && tsc --noEmit",
"lint": "eslint --cache .",
"prettier": "prettier --write src",
"test": "vitest run",
"checks": "pnpm run tsc && pnpm run lint && pnpm run prettier && pnpm run test",
"cname": "cp CNAME dist/",
"tsc:husky": "pnpm run tsm && tsc --noEmit #",
"lint:husky": "eslint",
"prettier:husky": "prettier --write",
"test:husky": "vitest related --run",
"prepare": "husky install"
},
"lint-staged": {
"*.{ts,tsx}": [
"pnpm run tsc:husky",
"pnpm run lint:husky",
"pnpm run prettier:husky",
"pnpm run test:husky"
],
"*.{html,css,scss,js,json,md}": [
"pnpm run prettier:husky"
]
},
"alias": {
"react": "preact/compat",
"react-dom/test-utils": "preact/test-utils",
"react-dom": "preact/compat",
"react/jsx-runtime": "preact/jsx-runtime"
},
"devDependencies": {
"@babel/traverse": "^7.23.2",
"@eslint/js": "^9.10.0",
"@parcel/core": "^2.12.0",
"@parcel/reporter-bundle-analyzer": "^2.12.0",
"@parcel/transformer-glsl": "^2.12.0",
"@parcel/transformer-sass": "^2.12.0",
"@preact/preset-vite": "^2.8.1",
"@reduxjs/toolkit": "^1.9.3",
"@testing-library/jest-dom": "^6.4.1",
"@testing-library/preact": "^3.2.3",
"@types/eslint__js": "^8.42.3",
"@types/jsdom": "^21.1.0",
"@types/ndarray": "^1.0.11",
"@types/parcel-env": "^0.0.1",
"@types/react": "^17.0.53",
"@types/react-dom": "^17.0.19",
"@types/react-syntax-highlighter": "^15.5.6",
"@types/redux-logger": "^3.0.9",
"@types/testing-library__jest-dom": "^5.14.5",
"@types/xml2js": "^0.4.11",
"@typescript-eslint/eslint-plugin": "^8.4.0",
"@typescript-eslint/parser": "^8.4.0",
"angle-normals": "^1.0.0",
"assets": "^3.0.1",
"braces": "^3.0.3",
"buffer": "^5.7.1",
"bunny": "^1.0.1",
"classnames": "^2.3.2",
"eslint": "^9.9.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-jest": "^28.8.3",
"eslint-plugin-jsx-a11y": "^6.10.0",
"events": "^3.3.0",
"gl-matrix": "^3.4.3",
"gray-matter": "^4.0.3",
"happy-dom": "^8.9.0",
"husky": "^8.0.3",
"json-schema": "^0.4.0",
"lint-staged": "^13.1.2",
"lucide-preact": "^0.438.0",
"marked": "^4.2.12",
"ndarray": "^1.0.19",
"ndarray-pixels": "^3.1.0",
"normalize.css": "^8.0.1",
"parcel": "^2.12.0",
"postcss": "^8.4.31",
"postcss-modules": "^4.3.1",
"preact": "^10.23.2",
"prettier": "^2.8.4",
"process": "^0.11.10",
"querystring-es3": "^0.2.1",
"react": "npm:@preact/compat@^17.1.2",
"react-activity-calendar": "^2.0.2",
"react-dom": "npm:@preact/compat@^17.1.2",
"react-infinite-scroll-hook": "^4.0.4",
"react-markdown": "^8.0.5",
"react-modal-image": "^2.6.0",
"react-redux": "^8.0.5",
"react-router-dom": "^6.26.1",
"react-syntax-highlighter": "^15.5.0",
"redux": "^4.2.1",
"redux-logger": "^3.0.6",
"regl": "^2.1.0",
"stream": "^0.0.2",
"stream-browserify": "^3.0.0",
"string_decoder": "^1.3.0",
"svgo": "^3.0.2",
"timers-browserify": "^2.0.12",
"typed-scss-modules": "^8.0.0",
"typescript": "^5.5.4",
"typescript-eslint": "^8.5.0",
"vite": "^5.4.3",
"vitest": "^2.0.5",
"vitest-fetch-mock": "^0.3.0",
"xml2js": "^0.6.0"
},
"pnpm": {
"peerDependencyRules": {
"ignoreMissing": [
"@babel/core",
"vite"
]
}
},
"dependencies": {
"cxreiff.github.io": "link:"
}
}