-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.23 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
{
"name": "dimibamboo",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start -p 3000"
},
"keywords": [],
"author": "a1p4ca <[email protected]>",
"license": "MIT",
"engines": {
"node": "^16"
},
"dependencies": {
"axios": "^0.21.1",
"classnames": "^2.3.1",
"date-fns": "^2.28.0",
"jsonwebtoken": "^8.5.1",
"jwt-decode": "^3.1.2",
"next": "^12.1.0",
"prop-types": "^15.8.1",
"react": "^17.0.2",
"react-cookie": "^4.1.1",
"react-copy-to-clipboard": "^5.0.4",
"react-dom": "^17.0.2",
"react-google-recaptcha": "^2.1.0",
"react-icons": "^4.3.1",
"react-toastify": "^8.1.1",
"universal-cookie": "^4.0.4",
"url-join": "^4.0.1"
},
"devDependencies": {
"@babel/eslint-parser": "^7.17.0",
"@babel/plugin-proposal-decorators": "^7.17.2",
"cross-env": "^7.0.3",
"dotenv": "^16.0.0",
"eslint": "^8.9.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-react": "^7.28.0",
"prettier": "^2.5.1"
}
}