forked from TheBrokenXD/client-starpanel
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.13 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
39
40
41
42
43
{
"name": "starpanel",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"gulp": "gulp"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.3.0",
"@fortawesome/free-brands-svg-icons": "^6.0.0",
"@fortawesome/free-regular-svg-icons": "^6.0.0",
"@fortawesome/free-solid-svg-icons": "^6.0.0",
"@fortawesome/react-fontawesome": "^0.1.17",
"firebase": "^9.6.7",
"framer-motion": "^6.2.8",
"glob-parent": "^6.0.2",
"gulp-install": "^1.1.0",
"lodash.template": "^4.5.0",
"lottie-react": "^2.2.1",
"next": "12.1.0",
"next-themes": "^0.1.1",
"nprogress": "^0.2.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-firebase-hooks": "^5.0.3",
"react-fontawesome": "^1.7.1",
"react-paypal-button-v2": "^2.6.3",
"react-telegram-login": "^1.1.2",
"recoil": "^0.6.1"
},
"devDependencies": {
"eslint": "8.9.0",
"eslint-config-next": "12.1.0",
"gulp": "^4.0.2",
"gulp-purgecss": "^4.1.3",
"gulp-sass": "^5.1.0",
"sass": "^1.49.8"
}
}