-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 997 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
37
38
39
{
"name": "url-shortener",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "doppler run --config dev --print-config -- next dev",
"safedev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@fingerprintjs/fingerprintjs": "^3.2.0",
"autoprefixer": "^10.1.0",
"classnames": "^2.3.1",
"cookies": "^0.8.0",
"crypto-random-string": "^3.3.0",
"dotenv": "^8.2.0",
"firebase": "^8.2.1",
"firebase-admin": "^9.4.2",
"framer-motion": "^4.1.17",
"moment": "^2.29.1",
"moment-timezone": "^0.5.32",
"next": "10.0.4",
"object-hash": "^2.2.0",
"postcss": "^8.2.2",
"react": "17.0.1",
"react-dom": "17.0.1",
"sharp": "^0.30.5",
"tailwindcss": "^2.0.2",
"tucmc-auth": "^0.4.0"
},
"devDependencies": {
"@heroicons/react": "^1.0.2",
"@types/classnames": "^2.2.11",
"@types/node": "^14.14.17",
"@types/react": "^17.0.0",
"typescript": "^4.1.3"
}
}