-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
71 lines (71 loc) · 1.9 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
{
"name": "linktry",
"version": "1.2.0",
"private": true,
"dependencies": {
"@chakra-ui/react": "^1",
"@emotion/react": "^11",
"@emotion/styled": "^11",
"@radix-ui/themes": "^2.0.3",
"axios": "^1.3.4",
"daisyui": "^2.51.1",
"framer-motion": "^6",
"next": "^12.1.6",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-icons": "^4.3.1",
"react-masonry-component": "^6.3.0",
"react-responsive-masonry": "^2.1.7",
"react-smart-masonry": "^2.0.2",
"react-social-media-embed": "^2.3.4",
"react-twitter-embed": "^4.0.4",
"styled-bootstrap-grid": "^3.1.2",
"styled-components": "^6.1.8",
"swr": "^2.0.4",
"uuid": "^9.0.0",
"web-vitals": "^2.1.2",
"zustand": "^4.3.3"
},
"scripts": {
"format": "npx prettier --write .",
"lint": "next lint",
"dev": "next dev",
"start": "next start",
"build": "next build"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@types/node": "^18.13.0",
"@types/react": "^18.0.27",
"@types/react-responsive-masonry": "^2.1.0",
"@typescript-eslint/eslint-plugin": "^5.0.0",
"@typescript-eslint/parser": "^5.51.0",
"autoprefixer": "^10.4.7",
"eslint": "^8.0.1",
"eslint-config-next": "^13.1.6",
"eslint-config-prettier": "^8.6.0",
"eslint-config-standard": "^17.0.0",
"eslint-config-standard-with-typescript": "^34.0.0",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-n": "^15.0.0",
"eslint-plugin-next": "^0.0.0",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"postcss": "^8.4.14",
"prettier": "2.4.1",
"tailwindcss": "^3.1.2",
"typescript": "*"
}
}