-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.04 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
{
"name": "next-portfolio",
"version": "0.2.0",
"private": true,
"scripts": {
"dev": "next dev -p 3333",
"lint": "eslint components",
"build": "next build",
"start": "next start",
"export": "next export"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.2",
"faunadb": "^4.0.2",
"jsonwebtoken": "^8.5.1",
"marked": "^2.0.7",
"next": "10.0.4",
"next-connect": "^0.9.1",
"normalize.css": "^8.0.1",
"prismjs": "^1.23.0",
"react": "17.0.1",
"react-dom": "17.0.1",
"react-particles-js": "^3.5.3",
"sass": "^1.32.5",
"tsparticles": "^1.33.2",
"validator": "^13.5.2"
},
"devDependencies": {
"@svgr/webpack": "^5.5.0",
"babel-eslint": "^10.1.0",
"eslint": "^7.19.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-prettier": "^7.2.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.22.0",
"eslint-plugin-react-hooks": "^4.2.0"
}
}