-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
72 lines (72 loc) · 2.05 KB
/
package.json
File metadata and controls
72 lines (72 loc) · 2.05 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
70
71
72
{
"name": "notus-react",
"version": "1.1.0",
"description": "Shecodeafrica Admin CMS",
"repository": "https://github.com/creativetimofficial/notus-react",
"license": "MIT",
"dependencies": {
"@fortawesome/fontawesome-free": "5.15.4",
"@fortawesome/fontawesome-svg-core": "^6.4.2",
"@fortawesome/free-brands-svg-icons": "^6.4.2",
"@fortawesome/free-regular-svg-icons": "^6.4.2",
"@fortawesome/free-solid-svg-icons": "^6.4.2",
"@fortawesome/react-fontawesome": "^0.2.0",
"@popperjs/core": "2.11.2",
"@react-oauth/google": "^0.12.1",
"axios": "^1.4.0",
"chart.js": "2.9.4",
"gulp": "4.0.2",
"gulp-append-prepend": "1.0.8",
"js-cookie": "^3.0.5",
"react": "17.0.2",
"react-datepicker": "^4.16.0",
"react-dom": "17.0.2",
"react-icons": "^4.10.1",
"react-placeholder": "^4.1.0",
"react-query": "^3.39.3",
"react-quill": "^2.0.0",
"react-router": "5.2.0",
"react-router-dom": "5.2.0",
"react-scripts": "4.0.3",
"react-spinners": "^0.13.8",
"react-toastify": "9.0.0",
"serve": "^14.2.1"
},
"scripts": {
"start": "serve -s build",
"build": "react-scripts --openssl-legacy-provider build && gulp licenses ",
"dev": "react-scripts --openssl-legacy-provider start",
"test": "react-scripts test",
"eject": "react-scripts eject",
"install:clean": "rm -rf node_modules/ && rm -rf yarn.lock && yarn install && yarn build:tailwind && yarn start",
"build:tailwind": "tailwind build src/assets/styles/index.css -o src/assets/styles/tailwind.css",
"watch:tailwind": "npx tailwindcss -i ./src/assets/styles/index.css -o ./src/assets/styles/tailwind.css --watch"
},
"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"
]
},
"optionalDependencies": {
"typescript": "4.5.4"
},
"devDependencies": {
"autoprefixer": "^10.4.15",
"postcss": "^8.4.29",
"tailwind-scrollbar": "^3.0.4",
"tailwindcss": "^3.3.3"
},
"engines": {
"node": ">=18.x"
}
}