-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 1.01 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
{
"name": "nk-yearbook",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "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-regular-svg-icons": "^5.15.4",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"@fortawesome/react-fontawesome": "^0.1.15",
"autosize": "^5.0.1",
"caniuse-lite": "^1.0.30001282",
"classnames": "^2.3.1",
"framer-motion": "^4.1.17",
"next": "12.1.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-hook-form": "^7.20.0",
"react-id-swiper": "^4.0.0",
"react-scroll": "^1.8.4",
"react-select": "^5.2.1",
"react-share": "^4.4.0",
"react-textarea-autosize": "^8.3.3",
"sass": "^1.43.4",
"styled-components": "^5.3.3",
"swiper": "^7.2.0"
},
"devDependencies": {
"eslint": "^8.2.0",
"eslint-config-next": "11.1.2"
}
}