-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
69 lines (69 loc) · 1.96 KB
/
Copy pathpackage.json
File metadata and controls
69 lines (69 loc) · 1.96 KB
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
64
65
66
67
68
69
{
"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.0.0",
"@google-cloud/sql": "^0.19.0",
"@tailwindcss/forms": "0.5.3",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"ajv": "^8.12.0",
"ajv-keywords": "^5.1.0",
"bootstrap": "^5.3.3",
"chart.js": "4.3.0",
"gulp": "4.0.2",
"gulp-append-prepend": "1.0.9",
"lottie-web": "^5.12.2",
"next": "13.4.6",
"pg": "^8.13.1",
"react": "18.3.1",
"react-bootstrap": "^2.10.5",
"react-dom": "^18.3.1",
"react-router-dom": "^6.27.0",
"react-scripts": "5.0.1",
"resilient-node-cache": "^1.0.1",
"resvault-sdk": "^1.0.1",
"tailwindcss": "^3.3.2",
"uuid": "^10.0.0",
"web-vitals": "^2.1.4"
},
"scripts": {
"start": "next start",
"build": "next build",
"dev": "concurrently \"next dev\" \"node sync.js\" \"node startChangeStream.js\"",
"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",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"optionalDependencies": {
"typescript": "4.9.5"
},
"devDependencies": {
"concurrently": "^7.0.0",
"autoprefixer": "^10.4.14",
"concurrently": "^9.1.0",
"postcss": "^8.4.22"
}
}