forked from flotiq/flotiq-nextjs-event-2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
68 lines (68 loc) · 2 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
66
67
68
{
"name": "flotiq-nextjs-event-2",
"private": true,
"description": "Flotiq NextJS event 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": {
"@fontsource/lato": "^4.5.1",
"@headlessui/react": "^1.4.2",
"@heroicons/react": "^1.0.5",
"@popperjs/core": "^2.11.0",
"@tailwindcss/forms": "^0.4.0",
"@tailwindcss/line-clamp": "^0.3.1",
"@tailwindcss/typography": "^0.5.2",
"dotenv": "^16.0.0",
"flotiq-components-react": "^1.0.0",
"next": "^12.1",
"next-compose-plugins": "^2.2.1",
"next-images": "^1.8.4",
"next-runtime-dotenv": "^1.4.0",
"next-transpile-modules": "^9.0.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-helmet": "^6.1.0",
"sharp": "^0.30.5",
"typescript": "^4.6.3",
"webpack": "^5.1.2"
},
"devDependencies": {
"@babel/core": "^7.17.4",
"@babel/eslint-parser": "^7.17.0",
"@babel/plugin-syntax-flow": "^7.16.7",
"@babel/plugin-transform-react-jsx": "^7.17.3",
"@babel/preset-react": "^7.16.7",
"@hot-loader/react-dom": "17.0.2",
"@typescript-eslint/parser": "^5.12.0",
"autoprefixer": "^10.4.2",
"babel-eslint": "^10.1.0",
"cross-env": "^7.0.3",
"eslint": "^8.5.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-next": "12.0.10",
"eslint-config-react-app": "^7.0.0",
"eslint-plugin-flowtype": "^8.0.3",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-jsx": "^0.1.0",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-hooks": "^4.3.0",
"postcss": "^8.4.5",
"prettier": "^2.5.1",
"tailwindcss": "^3.0.23"
},
"repository": {
"type": "git",
"url": "https://github.com/flotiq/flotiq-nextjs-event-2"
},
"bugs": {
"url": "https://github.com/flotiq/flotiq-nextjs-event-2/issues"
}
}