-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
105 lines (105 loc) · 3.11 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
{
"name": "starship-web-client",
"version": "0.1.0",
"private": true,
"devDependencies": {
"@types/react-modal": "^3.13.1",
"@typescript-eslint/eslint-plugin": "^5.42.1",
"@typescript-eslint/parser": "^5.42.1",
"autoprefixer": "^10.4.13",
"chokidar": "^3.5.3",
"concurrently": "^7.5.0",
"cpy-cli": "^4.2.0",
"del-cli": "^5.0.0",
"eslint-plugin-jsdoc": "^39.6.2",
"eslint-plugin-prefer-arrow": "^1.2.3",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.18",
"tailwind-scrollbar": "^2.0.1",
"tailwindcss": "^3.2.2",
"react-scripts": "^5.0.1"
},
"dependencies": {
"@apollo/client": "^3.7.1",
"@fortawesome/fontawesome-svg-core": "^6.2.0",
"@fortawesome/free-solid-svg-icons": "^6.2.0",
"@fortawesome/react-fontawesome": "^0.2.0",
"@tailwindcss/forms": "^0.5.3",
"@tailwindui/react": "^0.1.1",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/user-event": "^14.4.3",
"@types/crypto-js": "^4.1.1",
"@types/emoji-mart": "^3.0.9",
"@types/jest": "^29.2.2",
"@types/node": "^18.11.9",
"@types/qrcode.react": "^1.0.2",
"@types/react": "^18.0.25",
"@types/react-dom": "^18.0.8",
"@types/react-google-recaptcha": "^2.1.5",
"@types/react-paginate": "^7.1.1",
"@types/react-router-dom": "^5.3.3",
"@types/react-syntax-highlighter": "^15.5.5",
"@udecode/plate": "^18.8.1",
"axios": "^1.1.3",
"crypto-js": "^4.1.1",
"easymde": "^2.18.0",
"emoji-mart": "^5.2.2",
"filesize": "^10.0.5",
"graphql": "^16.6.0",
"inquirer": "^9.1.4",
"mdast-util-find-and-replace": "^2.2.1",
"popper": "^1.0.1",
"qrcode.react": "^3.1.0",
"react": "^18.2.0",
"react-click-away-listener": "^2.2.2",
"react-dom": "^18.2.0",
"react-emoji-render": "^1.2.4",
"react-google-recaptcha": "^2.1.0",
"react-hot-toast": "^2.4.0",
"react-markdown": "^8.0.3",
"react-modal": "^3.16.1",
"react-paginate": "^8.1.4",
"react-popper": "^2.3.0",
"react-popper-2": "npm:react-popper@^2.3.0",
"react-router-dom": "^6.4.3",
"react-simplemde-editor": "^5.2.0",
"react-syntax-highlighter": "^15.5.0",
"react-textarea-autosize": "^8.3.4",
"react-twemoji": "^0.5.0",
"rehype-katex": "^6.0.2",
"rehype-mathjax": "^4.0.2",
"remark-breaks": "^3.0.2",
"remark-emoji": "^3.0.2",
"remark-footnotes": "^4.0.1",
"remark-gfm": "^3.0.1",
"remark-hint": "^1.0.10",
"remark-math": "^5.1.1",
"remark-parse": "^10.0.1",
"remark-slate-transformer": "^0.7.3",
"remark-slug": "^7.0.1",
"remark-toc": "^8.0.1",
"remark-twemoji": "^0.1.1",
"subscriptions-transport-ws": "^0.11.0",
"twemoji": "^14.0.2",
"typescript": "^4.8.4",
"unified": "^10.1.2",
"unist-util-visit": "^4.1.1",
"uuidv4": "^6.2.13",
"web-vitals": "^3.0.4",
"yn": "^5.0.0"
},
"engines": {
"node": "16.x"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"browserslist": [
">0.2%",
"not dead",
"not op_mini all"
]
}