generated from umstek/parcel-typescript-react-tailwind
-
Notifications
You must be signed in to change notification settings - Fork 22
/
package.json
66 lines (66 loc) · 1.99 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
{
"name": "chat-gpt-assistant",
"version": "0.15.0",
"description": "ChatGPT assistant",
"scripts": {
"start": "parcel watch src/manifest.json --host localhost --no-cache",
"build": "parcel build src/manifest.json --no-content-hash --no-cache",
"clean": "rm -r dist .parcel-cache",
"prepare": "husky install",
"test": ""
},
"author": "Matt Frisbie",
"license": "MIT",
"staticFiles": {
"staticPath": "static/scripts",
"staticOutPath": "static/scripts"
},
"devDependencies": {
"@parcel/config-webextension": "^2.8.0",
"@parcel/transformer-image": "2.8.0",
"@parcel/transformer-inline-string": "2.8.0",
"@parcel/transformer-sass": "2.8.0",
"@types/react": "18.0.26",
"@types/react-dom": "18.0.9",
"autoprefixer": "10.4.13",
"husky": "^8.0.0",
"parcel": "2.8.0",
"parcel-reporter-static-files-copy": "^1.4.0",
"postcss": "8.4.19",
"process": "0.11.10",
"typescript": "4.9.3"
},
"dependencies": {
"@amplitude/analytics-browser": "^1.6.7",
"@fortawesome/fontawesome-svg-core": "^6.2.1",
"@fortawesome/free-regular-svg-icons": "^6.2.1",
"@fortawesome/free-solid-svg-icons": "^6.2.1",
"@fortawesome/react-fontawesome": "^0.2.0",
"@reduxjs/toolkit": "^1.9.1",
"@types/chrome": "^0.0.203",
"@types/lodash": "^4.14.191",
"@types/uuid": "^9.0.0",
"bootstrap": "^5.2.3",
"chatgpt": "^2.0.5",
"eventsource-parser": "^0.0.5",
"expiry-map": "^2.0.0",
"highlight.js": "^11.7.0",
"jquery": "^3.6.3",
"lodash": "^4.17.21",
"popper.js": "^1.16.1",
"postcss-import": "15.0.1",
"react": "18.2.0",
"react-bootstrap": "^2.6.0",
"react-dom": "18.2.0",
"react-highlight": "^0.15.0",
"react-markdown": "^8.0.4",
"react-redux": "^8.0.5",
"react-router-dom": "^6.4.4",
"react-syntax-highlighter": "^15.5.0",
"react-textarea-autosize": "^8.4.0",
"redux": "^4.2.0",
"redux-thunk": "^2.4.2",
"tailwindcss": "3.2.4",
"uuid": "^9.0.0"
}
}