-
-
Notifications
You must be signed in to change notification settings - Fork 79
/
package.json
63 lines (63 loc) · 1.73 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
{
"name": "reflio",
"version": "0.1.0",
"license": "MIT",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"stripe:listen": "stripe listen --forward-to=localhost:3000/api/webhooks --company-name=saas-starter",
"js": "uglifyjs ./scripts/reflio.js -c --mangle --no-annotations --webkit -o ./public/js/reflio.min.js"
},
"dependencies": {
"@babel/preset-env": "^7.16.11",
"@headlessui/react": "^1.4.0",
"@heroicons/react": "^1.0.3",
"@stripe/stripe-js": "1.11.0",
"@supabase/supabase-js": "^1.25.1",
"@tailwindcss/forms": "^0.4.0",
"add": "^2.0.6",
"autoprefixer": "^10.4.2",
"babel-plugin-static-fs": "^3.0.0",
"classnames": "2.2.6",
"cors": "^2.8.5",
"file-loader": "^6.2.0",
"html-loader": "^3.0.0",
"jsdom": "^19.0.0",
"mailerlite-api-v2-node": "^1.2.0",
"next": "12",
"next-remove-imports": "^1.0.6",
"parcel-bundler": "^1.12.5",
"react": "^18.0.0-rc.0",
"react-3d-hover": "^1.1.1",
"react-code-blocks": "^0.0.9-0",
"react-confetti": "^6.0.1",
"react-copy-to-clipboard": "^5.1.0",
"react-hot-toast": "^2.1.1",
"react-dom": "^18.0.0-rc.0",
"react-use": "^17.3.2",
"sass-loader": "^12.2.0",
"sib-api-v3-sdk": "^8.3.0",
"stripe": "8.132.0",
"swr": "0.4.0",
"tailwindcss": "^3.0.22",
"yarn": "^1.22.11"
},
"devDependencies": {
"@babel/core": "^7.16.12",
"postcss": "^8.4.6",
"postcss-flexbugs-fixes": "5.0.2",
"postcss-preset-env": "6.7.0",
"prettier": "2.2.1",
"uglify-js": "^3.16.0"
},
"prettier": {
"arrowParens": "always",
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "none"
},
"browser": {
"child_process": false
}
}