-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
65 lines (65 loc) · 1.86 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
64
65
{
"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": "5.15.3",
"@headlessui/react": "^1.4.0",
"@heroicons/react": "^1.0.4",
"@mapbox/mapbox-gl-draw": "^1.3.0",
"@mapbox/mapbox-gl-geocoder": "^4.7.2",
"@popperjs/core": "2.9.1",
"@tailwindcss/forms": "0.2.1",
"@turf/turf": "^6.5.0",
"babel": "^6.23.0",
"babel-plugin-transform-define": "^2.0.0",
"chart.js": "2.9.4",
"fs": "0.0.1-security",
"gulp": "4.0.2",
"gulp-append-prepend": "1.0.8",
"highcharts": "^9.2.1",
"loanjs": "^1.0.6",
"mapbox-gl": "^2.4.0",
"next": "10.0.9",
"next-transpile-modules": "^8.0.0",
"react": "17.0.1",
"react-dom": "17.0.1",
"react-map-gl": "^6.1.16",
"react-mapbox-gl-geocoder": "^1.1.0",
"react-scripts": "4.0.3",
"tailwindcss": "2.0.4"
},
"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"
]
},
"optionalDependencies": {
"typescript": "4.2.3"
},
"devDependencies": {
"autoprefixer": "10.2.5",
"babel-plugin-inline-react-svg": "^2.0.1",
"postcss": "^8.3.6"
}
}