-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
33 lines (33 loc) · 867 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
{
"name": "patriotovsky",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "cross-env next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.36",
"@fortawesome/free-brands-svg-icons": "^5.15.4",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"@fortawesome/react-fontawesome": "^0.1.16",
"cross-env": "^7.0.3",
"framer-motion": "^4.1.17",
"next": "11.1.2",
"node-fetch": "^3.0.0",
"normalize.css": "^8.0.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-scrollspy-navigation": "^1.0.2",
"sass": "^1.43.3",
"string-strip-html": "^9.0.2"
},
"devDependencies": {
"@types/react": "17.0.32",
"eslint": "8.1.0",
"eslint-config-next": "11.1.2",
"typescript": "4.4.4"
}
}