-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 1.27 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
{
"name": "xoxo",
"version": "0.2.0",
"private": true,
"scripts": {
"eslint": "npx eslint --ext js,jsx,ts,tsx \"src/**\"",
"tailwind": "npx tailwindcss -i src/styles/index.css -o ./public/output.css",
"tailwind:watch": "npx tailwindcss -i src/styles/index.css -o ./public/output.css --watch",
"start": "react-scripts start",
"build": "react-scripts build",
"build & deploy": "react-scripts build && firebase deploy",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"dependencies": {
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^14.4.3",
"@zendeskgarden/react-buttons": "^8.57.1",
"@zendeskgarden/react-colorpickers": "^8.58.0",
"@zendeskgarden/react-forms": "^8.57.1",
"@zendeskgarden/react-grid": "^8.57.1",
"@zendeskgarden/react-modals": "^8.57.1",
"@zendeskgarden/react-theming": "^8.57.1",
"firebase": "^9.12.0",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-scripts": "5.0.0",
"styled-components": "^5.3.6",
"web-vitals": "^3.0.3"
},
"devDependencies": {
"tailwindcss": "^3.1.8"
}
}