forked from ajmadison/fe-assignment
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 872 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
{
"name": "fe-assignment",
"version": "1.0.0",
"description": "Be sure to read **all** of this document carefully, and follow the guidelines within.",
"main": "index.js",
"scripts": {
"build": "next build",
"export": "next export",
"deploy": "npm run build && npm run export"
},
"repository": {
"type": "git",
"url": "git+https://github.com/antonioOrtiz/fe-assignment.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/antonioOrtiz/fe-assignment/issues"
},
"homepage": "https://github.com/antonioOrtiz/fe-assignment#readme",
"dependencies": {
"axios": "^0.19.2",
"next": "^9.4.4",
"node-sass": "^4.14.1",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"swr": "^0.2.3"
}
}