-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
35 lines (35 loc) · 976 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
{
"name": "netlabelguide.com",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"export": "next build && next export",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Mike Gregoire <[email protected]>",
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.30",
"@fortawesome/free-brands-svg-icons": "^5.14.0",
"@fortawesome/free-solid-svg-icons": "^5.14.0",
"@fortawesome/react-fontawesome": "^0.1.11",
"@primer/octicons-react": "^10.0.0",
"axios": "^0.19.2",
"cheerio": "^1.0.0-rc.3",
"classnames": "^2.2.6",
"dayjs": "^1.8.33",
"he": "^1.2.0",
"next": "^13.4.7",
"normalize.css": "^8.0.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rss-parser": "^3.9.0",
"sass": "^1.26.10",
"slug": "^3.3.4",
"styled-jsx": "^3.3.0",
"truncate": "^2.1.0"
}
}