-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 891 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
{
"name": "inventory",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"firebase": "^9.9.2",
"next": "^12.2.4",
"postcss-nested": "^5.0.1",
"postcss-preset-env": "^6.7.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-toastify": "^6.1.0",
"styled-jsx-plugin-postcss": "^3.0.1"
},
"devDependencies": {
"@types/node": "17.0.4",
"@types/react": "17.0.38",
"@types/react-google-recaptcha": "^2.1.5",
"autoprefixer": "^10.4.8",
"postcss": "^8.4.16",
"prettier": "^2.5.1",
"prettier-plugin-tailwindcss": "^0.1.1",
"react-google-recaptcha": "^2.1.0",
"tailwindcss": "^3.1.8",
"typescript": "4.5.4"
}
}