-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.25 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
{
"name": "fnextjs",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@tailwindcss/aspect-ratio": "^0.4.0",
"@tailwindcss/forms": "^0.4.0",
"@testing-library/jest-dom": "^5.16.1",
"@testing-library/react": "^12.1.2",
"@testing-library/user-event": "^13.5.0",
"@woocommerce/woocommerce-rest-api": "^1.0.1",
"buffer": "^6.0.3",
"cipher-base": "^1.0.4",
"file-loader": "^6.2.0",
"html-entities": "^2.3.2",
"js-cookie": "^3.0.1",
"next": "12.0.10",
"next-fonts": "^1.5.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-icons": "^4.3.1",
"react-loading-skeleton": "^3.0.3",
"react-slideshow-image": "^3.7.0",
"safe-buffer": "^5.2.1",
"stream": "0.0.2",
"stream-browserify": "^3.0.0",
"styled-components": "^5.3.3",
"swr": "^1.2.1",
"tailwind-scrollbar": "^1.3.1",
"web-vitals": "^2.1.4",
"webpack": "^5.70.0"
},
"devDependencies": {
"autoprefixer": "^10.4.2",
"eslint": "8.9.0",
"eslint-config-next": "12.0.10",
"postcss": "^8.4.6",
"postcss-loader": "^6.2.1",
"tailwind-styled-components": "^2.1.4",
"tailwindcss": "^3.0.22"
}
}