-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.54 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
{
"name": "nextjs-starter-boilerplate",
"private": true,
"description": "Flotiq NextJS boilerplate starter",
"version": "1.0.0",
"license": "MIT",
"author": "Flotiq team <[email protected]> (https://flotiq.com/)",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@zeit/next-source-maps": "^0.0.3",
"@typescript-eslint/parser": "^8.4.0",
"dotenv": "^16.4.5",
"flotiq-components-react": "^2.0.1",
"highlight.js": "^11.10.0",
"next": "^14.2.7",
"next-compose-plugins": "^2.2.1",
"next-images": "^1.8.5",
"next-runtime-dotenv": "^1.5.1",
"next-transpile-modules": "^10.0.1",
"prop-types": "^15.8.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"webpack": "^5.94.0"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/eslint-parser": "^7.25.1",
"@babel/plugin-syntax-flow": "^7.24.7",
"@babel/plugin-transform-react-jsx": "^7.25.2",
"@babel/preset-react": "^7.24.7",
"@svgr/webpack": "^8.1.0",
"autoprefixer": "^10.4.20",
"eslint": "8.57.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-next": "14.2.7",
"eslint-config-react-app": "^7.0.1",
"eslint-plugin-flowtype": "^8.0.3",
"eslint-plugin-import": "^2.30.0",
"eslint-plugin-jsx": "^0.1.0",
"eslint-plugin-jsx-a11y": "^6.9.0",
"eslint-plugin-react": "^7.35.1",
"eslint-plugin-react-hooks": "^4.6.2",
"postcss": "^8.4.44",
"prettier": "^3.3.3",
"tailwindcss": "^3.4.10"
}
}