forked from andrelind/launch-bay-next-web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
74 lines (74 loc) · 2.05 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
69
70
71
72
73
74
{
"name": "launch-bay-next-web",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"postinstall": "node scripts/post-install.js",
"test": "tsc --noemit"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@heroicons/react": "^1.0.5",
"@tailwindcss/aspect-ratio": "^0.4.0",
"@tailwindcss/forms": "^0.4.0",
"@tailwindcss/typography": "^0.5.2",
"@tailwindui/react": "^0.1.1",
"autoprefixer": "^10.4.2",
"color": "^4.2.1",
"date-fns": "^2.28.0",
"dotenv": "^16.0.0",
"jwt-decode": "^3.1.2",
"lbn-core": "^1.0.231",
"next": "^12.1.0",
"next-auth": "4.2.1",
"plotly.js": "^2.9.0",
"postcss": "^8.4.6",
"qrcode.react": "^1.0.1",
"react": "^17.0.2",
"react-cookie": "^4.1.1",
"react-dom": "^17.0.2",
"react-plotly.js": "^2.5.1",
"swr": "^1.2.2",
"xwing-miniatures-font": "^2.6.9",
"zustand": "^3.7.0"
},
"devDependencies": {
"@types/color": "^3.0.3",
"@types/cookie": "^0.4.1",
"@types/cookie-session": "^2.0.43",
"@types/debug": "^4.1.7",
"@types/dotenv": "^8.2.0",
"@types/jsonwebtoken": "^8.5.6",
"@types/lodash.merge": "^4.6.6",
"@types/next-auth": "^3.15.0",
"@types/qrcode.react": "^1.0.2",
"@types/react": "^17.0.39",
"@types/react-dom": "^17.0.11",
"@types/react-plotly.js": "^2.5.0",
"@types/react-redux": "^7.1.20",
"@types/uuid": "^8.3.3",
"babel-eslint": "^10.1.0",
"babel-plugin-module-resolver": "^4.1.0",
"babel-plugin-transform-flow-strip-types": "^6.22.0",
"babel-preset-flow": "^6.23.0",
"eslint": "^8.9.0",
"eslint-plugin-react": "^7.27.1",
"eslint-plugin-react-hooks": "^4.3.0",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-preset-env": "^7.4.1",
"redux-devtools-extension": "^2.13.9",
"tailwindcss": "^3.0.23",
"ts-node": "^10.5.0",
"typescript": "^4.5.3"
},
"resolutions": {
"node-sass": "^7.0.1"
},
"engineStrict": false
}