forked from lumpenspace/gptcat
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 912 Bytes
/
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
{
"name": "clodx",
"version": "1.0.0",
"description": "claude.ai latex renderer",
"scripts": {
"build": "parcel build src/main.tsx --dist-dir=./dist",
"watch": "parcel watch src/main.tsx --dist-dir=./dist"
},
"dependencies": {
"@types/react": "^18.2.66"
},
"license": "MIT",
"devDependencies": {
"@parcel/transformer-sass": "2.12.0",
"@types/katex": "^0.16.7",
"@typescript-eslint/eslint-plugin": "^6.4.0",
"@typescript-eslint/parser": "^7.2.0",
"eslint": "^8.0.1",
"eslint-config-standard-with-typescript": "^43.0.1",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-n": "^15.0.0 || ^16.0.0 ",
"eslint-plugin-promise": "^6.0.0",
"katex": "^0.16.9",
"parcel": "^2.12.0",
"process": "^0.11.10",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-katex": "^3.0.1",
"typescript": "*"
}
}