-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
70 lines (70 loc) · 1.84 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
{
"name": "insta-2.0",
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "vite --host",
"build": "vite build --watch",
"lint": "eslint ./** --ignore-path .gitignore",
"lint:fix": "npm run lint -- --fix"
},
"dependencies": {
"@headlessui/react": "^1.6.6",
"@heroicons/react": "^1.0.6",
"@tailwindcss/line-clamp": "^0.4.0",
"emoji-picker-react": "^3.6.1",
"firebase": "^9.9.3",
"javascript-time-ago": "^2.5.7",
"moment": "^2.29.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-loading-skeleton": "^3.1.0",
"react-router-dom": "^6.3.0",
"react-scripts": "^5.0.1",
"react-time-ago": "^7.2.1",
"react-topbar-progress-indicator": "^4.1.1",
"recoil": "^0.7.5",
"tailwind-scrollbar-hide": "^1.1.7",
"tailwindcss-border-gradient-radius": "^3.0.1",
"wavesurfer.js": "^6.2.0"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@babel/eslint-parser": "^7.18.9",
"@babel/preset-react": "^7.18.6",
"@vitejs/plugin-react": "^2.0.1",
"autoprefixer": "^10.4.8",
"eslint": "^8.22.0",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.31.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-unused-imports": "^2.0.0",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.16",
"postcss-cli": "^10.0.0",
"prettier": "2.7.1",
"prettier-plugin-tailwindcss": "^0.1.13",
"prop-types": "^15.8.1",
"tailwind-scrollbar": "^1.3.1",
"tailwindcss": "^3.1.8",
"vite": "^3.0.9"
}
}