-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
48 lines (48 loc) · 1.31 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
{
"name": "tattle",
"version": "1.0.4",
"main": "index.js",
"author": "sandypockets",
"url": "https://github.com/sandypockets/tattle/issues",
"email": "[email protected]",
"homepage": "https://tattletale.dev",
"private": true,
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"test": "cypress run",
"test-runner": "cypress open",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook -s public/",
"serve-storybook": "serve storybook-static"
},
"dependencies": {
"@headlessui/react": "^1.4.0",
"@heroicons/react": "^1.0.3",
"@sendgrid/mail": "^7.6.1",
"@stripe/react-stripe-js": "^1.6.0",
"@stripe/stripe-js": "^1.21.2",
"@supabase/supabase-js": "^1.21.0",
"@tailwindcss/forms": "^0.4.0",
"axios": "^0.24.0",
"micro": "^9.3.4",
"next": "latest",
"react": "^17.0.2",
"react-datepicker": "^4.3.0",
"react-dom": "^17.0.2",
"stripe": "^8.191.0",
"twilio": "^3.71.2"
},
"devDependencies": {
"@storybook/addon-essentials": "6.3.0",
"@storybook/addon-links": "6.3.0",
"@storybook/react": "6.3.0",
"autoprefixer": "^10.4.0",
"babel-loader": "^8.0.5",
"cypress": "^9.5.1",
"postcss": "^8.4.5",
"serve": "11.3.2",
"tailwindcss": "^3.0.2"
}
}