-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 950 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 950 Bytes
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
{
"name": "PF",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"keywords": [],
"author": "Paul Moro <paulmontoya15@gmail.com>",
"license": "MIT",
"dependencies": {
"@zeit/next-sass": "^1.0.1",
"axios": "^0.21.0",
"isomorphic-fetch": "^3.0.0",
"isomorphic-unfetch": "^3.1.0",
"js-cookie": "^2.2.1",
"next": "^9.5.5",
"next-cookies": "^2.0.3",
"next-images": "^1.6.0",
"next-sass": "^1.0.3",
"nextjs-fonts": "^0.22.0",
"nprogress": "^0.2.0",
"prop-types": "^15.5.10",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"react-h5-audio-player": "^3.4.1",
"sass": "^1.27.0",
"styled-components": "^5.2.0"
},
"devDependencies": {
"css-loader": "^5.0.0",
"mini-css-extract-plugin": "^1.0.0",
"react-icons": "^3.11.0",
"sass-loader": "^10.0.3"
}
}