-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 971 Bytes
/
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
{
"name": "peeps-web",
"version": "0.1.1",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"autoprefixer": "^10.1.0",
"axios": "^0.21.1",
"cookie": "^0.4.1",
"cors": "^2.8.5",
"crypto-js": "^4.0.0",
"framer-motion": "^3.2.1",
"fuse.js": "^6.4.5",
"jssha": "^3.2.0",
"lodash": "^4.17.20",
"morgan": "^1.10.0",
"next": "^10.2.3",
"next-connect": "^0.9.1",
"next-seo": "^4.19.0",
"postcss": "^8.2.1",
"query-string": "^6.13.8",
"react": "17.0.1",
"react-autosuggest": "^10.0.4",
"react-dom": "17.0.1",
"react-js-pagination": "^3.0.3",
"react-modal": "^3.12.1",
"react-spinners": "^0.10.4",
"react-switch": "^5.0.1",
"react-tooltip": "^4.2.13",
"tailwindcss": "^2.0.2",
"twit": "^2.2.11"
},
"devDependencies": {
"eslint": "^7.16.0",
"eslint-plugin-react": "^7.21.5"
}
}