-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
68 lines (68 loc) · 1.86 KB
/
package.json
File metadata and controls
68 lines (68 loc) · 1.86 KB
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
{
"name": "stickers",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"format": "pretty-quick --staged",
"lint": "eslint 'src/**' --ext .ts,.tsx"
},
"dependencies": {
"-": "^0.0.1",
"@stripe/stripe-js": "^1.13.1",
"@tailwindcss/aspect-ratio": "^0.2.0",
"D": "^1.0.0",
"axios": "^0.21.1",
"firebase": "^8.3.0",
"http-status-codes": "^2.1.4",
"next": "10.0.9",
"react": "17.0.1",
"react-dom": "17.0.1",
"react-easy-crop": "^3.3.2",
"react-modal": "^3.12.1",
"react-firebaseui": "^4.1.0",
"react-toast-notifications": "^2.4.3",
"recoil": "^0.1.3",
"stripe": "^8.138.0"
},
"devDependencies": {
"@stripe/react-stripe-js": "^1.4.0",
"@tailwindcss/aspect-ratio": "^0.2.0",
"@types/node": "^14.14.10",
"@types/react": "^17.0.0",
"@types/stripe": "^8.0.417",
"@typescript-eslint/eslint-plugin": "^4.8.2",
"@typescript-eslint/parser": "^4.8.2",
"autoprefixer": "^10.0.4",
"babel-plugin-inline-react-svg": "^2.0.1",
"eslint": "^7.14.0",
"eslint-config-standard": "^16.0.2",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-react": "^7.21.5",
"husky": "^4.3.0",
"next-compose-plugins": "^2.2.1",
"next-optimized-images": "^2.6.2",
"interactjs": "^1.10.8",
"path": "^0.12.7",
"postcss": "^8.1.10",
"prettier": "^2.2.1",
"pretty-quick": "^3.1.0",
"react-helmet": "^6.1.0",
"react-share": "^4.4.0",
"react-spinners": "^0.10.4",
"styled-components": "^5.2.1",
"tailwindcss": "^2.0.1",
"typescript": "^4.1.2",
"url-loader": "^4.1.1"
},
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged"
}
}
}