-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 998 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": "learn-starter",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -p 3005",
"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",
"next": "^10.0.0",
"next-pwa": "^5.2.20",
"react": "17.0.1",
"react-alert": "^7.0.2",
"react-alert-template-basic": "^1.0.0",
"react-confirm-alert": "^2.7.0",
"react-dom": "17.0.1",
"react-hook-form": "^6.15.5",
"react-icons": "^4.2.0",
"react-modal": "^3.12.1",
"react-spinners-kit": "^1.9.1",
"styled-components": "^5.2.1",
"tailwindcss": "^2.1.2",
"use-dark-mode": "^2.3.1",
"webpack": "^5.36.2"
},
"devDependencies": {
"autoprefixer": "^10.2.5",
"babel-plugin-styled-components": "^1.12.0",
"postcss": "^8.2.15"
}
}