-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 936 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
36
{
"name": "said-crc",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.34",
"@fortawesome/free-brands-svg-icons": "^5.15.2",
"@fortawesome/free-solid-svg-icons": "^5.15.2",
"@fortawesome/react-fontawesome": "^0.1.14",
"add": "^2.0.6",
"axios": "^0.21.1",
"formik": "^2.2.9",
"markdown-to-jsx": "^7.1.3",
"next": "^12.2.3",
"next-images": "^1.7.0",
"react": "17.0.1",
"react-countup": "^4.3.3",
"react-dom": "17.0.1",
"react-markdown": "^6.0.2",
"react-scroll-parallax": "^2.4.0",
"react-select": "^4.3.1",
"react-spring": "^8.0.27",
"react-visibility-sensor": "^5.1.1",
"yarn": "^1.22.10"
},
"devDependencies": {
"autoprefixer": "^10.2.4",
"postcss": "^8.2.6",
"tailwindcss": "^2.0.3"
}
}