-
Notifications
You must be signed in to change notification settings - Fork 31
/
Copy pathpackage.json
61 lines (61 loc) · 1.74 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
{
"name": "with-tailwindcss",
"version": "1.0.0",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@babel/core": "^7.17.10",
"@chakra-ui/icons": "^2.0.0",
"@chakra-ui/react": "^2.0.0",
"@emotion/react": "^11.9.0",
"@emotion/styled": "^11.8.1",
"@types/classnames": "^2.3.1",
"@types/react-dom": "^18.0.4",
"@zeit/next-source-maps": "^0.0.4-canary.1",
"axios": "^0.27.2",
"classnames": "^2.3.1",
"colorthief": "^2.3.2",
"framer-motion": "^6.3.3",
"fuse.js": "^6.6.2",
"gray-matter": "^4.0.3",
"lodash": "^4.17.21",
"next": "^12.2.5",
"normalize.css": "^8.0.1",
"qs": "^6.11.0",
"query-string": "^7.1.1",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react-icons": "^4.4.0",
"react-infinite-scroll-component": "6.1.0",
"swiper": "^6.8.4",
"swr": "^1.3.0"
},
"devDependencies": {
"@babel/plugin-proposal-class-properties": "^7.16.7",
"@babel/plugin-proposal-decorators": "^7.17.9",
"@types/node": "^17.0.33",
"@types/qs": "^6.9.7",
"@typescript-eslint/eslint-plugin": "^5.23.0",
"@typescript-eslint/parser": "^5.23.0",
"autoprefixer": "10.4.7",
"babel-plugin-inline-react-svg": "^2.0.1",
"eslint": "8.15.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-prettier": "8.5.0",
"eslint-config-react-app": "^7.0.1",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-jsx-a11y": "6.5.1",
"eslint-plugin-prettier": "4.0.0",
"eslint-plugin-react": "7.29.4",
"eslint-plugin-react-hooks": "^4.5.0",
"postcss": "8.4.13",
"prettier": "2.6.2",
"sass": "^1.51.0",
"tailwindcss": "^3.0.24",
"typescript": "^4.6.4"
},
"license": "MIT"
}