forked from oslabs-beta/Revis
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 908 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": "revis",
"version": "1.0.0",
"description": "",
"main": "index45.js",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Revis1/Revis.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Revis1/Revis/issues"
},
"homepage": "https://github.com/Revis1/Revis#readme",
"dependencies": {
"axios": "^0.21.4",
"express": "^4.17.1",
"next": "^11.1.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"redux": "^4.1.1",
"sass": "^1.42.1"
},
"devDependencies": {
"@types/node": "^16.10.2",
"@types/react": "^17.0.26",
"eslint": "7.32.0",
"eslint-plugin-react": "^7.26.1",
"jest": "^27.2.4",
"nodemon": "^2.0.13",
"typescript": "^4.4.3"
}
}