-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
49 lines (49 loc) · 1.26 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
{
"private": true,
"browser": {
"fs": false,
"path": false,
"os": false
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format": "npx prettier --write ."
},
"dependencies": {
"framer-motion": "^7.2.1",
"net": "^1.0.2",
"next": "^12.3.1",
"next-connect": "^0.13.0",
"nextjs-cors": "^2.1.1",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-drag-drop-files": "^2.3.7",
"react-fast-marquee": "^1.3.5",
"react-icons": "^4.4.0",
"react-indiana-drag-scroll": "^2.2.0",
"react-to-print": "^2.14.7",
"request": "^2.88.2",
"styled-components": "^5.3.5",
"tracer": "^1.1.6",
"underscore": "^1.13.4",
"watch": "^0.13.0",
"ws": "^8.8.1"
},
"devDependencies": {
"babel-plugin-styled-components": "^2.0.7",
"eslint": "^8.20.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-next": "12.1.6",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.30.1",
"eslint-plugin-react-hooks": "^4.6.0",
"prettier": "^2.7.1"
}
}