-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.83 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "notus-nextjs",
"homepage": "https://demos.creative-tim.com/notus-nextjs",
"version": "1.1.0",
"description": "Notus NextJS - A free Tailwind CSS, NextJS and React Ui Kit and Admin by Creative Tim.",
"repository": "https://github.com/creativetimofficial/notus-nextjs",
"license": "MIT",
"dependencies": {
"@fortawesome/fontawesome-free": "6.3.0",
"@popperjs/core": "2.9.1",
"@supabase/auth-helpers-nextjs": "^0.5.6",
"@supabase/auth-helpers-react": "^0.3.1",
"@supabase/auth-ui-react": "^0.3.5",
"@supabase/auth-ui-shared": "^0.1.3",
"@supabase/supabase-js": "^2.10.0",
"@tailwindcss/forms": "^0.5.3",
"chart.js": "2.9.4",
"classnames": "^2.3.2",
"gulp": "4.0.2",
"gulp-append-prepend": "1.0.8",
"lodash": "^4.17.21",
"moment": "^2.29.4",
"next": "13.1.0",
"react": "18.2.0",
"react-big-calendar": "^1.5.2",
"react-dom": "18.2.0",
"react-scripts": "4.0.3",
"sass": "^1.58.3",
"tailwindcss": "3.2.6"
},
"scripts": {
"start": "next start",
"build": "next build",
"dev": "next dev",
"install:clean": "rm -rf node_modules/ && rm -rf package-lock.json && npm install && npm run build:tailwind && npm run dev",
"build:tailwind": "tailwind build styles/index.css -o styles/tailwind.css"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@types/chart.js": "^2.9.37",
"@types/lodash": "^4.14.191",
"@types/node": "^18.11.18",
"@types/react": "18.0.26",
"@types/react-dom": "^18.0.10",
"autoprefixer": "10.2.5",
"postcss": "8.2.8",
"typescript": "4.9.4"
}
}