-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.69 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.69 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
{
"name": "instagram",
"version": "1.0.0",
"description": "",
"main": "seed.js",
"author": "",
"license": "ISC",
"dependencies": {
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"@vitejs/plugin-react-refresh": "^1.3.3",
"@welldone-software/why-did-you-render": "^6.0.5",
"axios": "^0.21.1",
"date-fns": "^2.16.1",
"firebase": "^8.2.5",
"prop-types": "^15.7.2",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-loader-spinner": "^4.0.0",
"react-loading-skeleton": "^2.2.0",
"react-responsive-carousel": "^3.2.19",
"react-router-dom": "^5.2.0",
"vite": "^2.5.0",
"web-vitals": "^0.2.4"
},
"scripts": {
"build:css": "cross-env TAILWIND_MODE=build NODE_ENV=production postcss ./tailwind.css -o ./public/style/style.css -w",
"watch:css": "cross-env NODE_ENV=development postcss ./tailwind.css -o ./public/style/style.css -w",
"react:start": "vite",
"react:build": "vite build",
"start": "run-p watch:css react:start",
"build": "vite build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"devDependencies": {
"autoprefixer": "^10.2.4",
"babel-eslint": "^10.1.0",
"cross-env": "^7.0.3",
"eslint": "^7.19.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-prettier": "^7.2.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-react": "^7.22.0",
"eslint-plugin-react-hooks": "^4.2.0",
"npm-run-all": "^4.1.5",
"postcss": "^8.2.14",
"postcss-cli": "^8.3.1",
"tailwindcss": "^2.1.0"
}
}