-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
43 lines (43 loc) · 1.04 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
{
"name": "loy-kratong",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@heroicons/react": "^1.0.5",
"aes256": "^1.1.0",
"babel-preset-next": "^1.4.0",
"chrome-aws-lambda": "^10.1.0",
"classnames": "^2.3.1",
"detect-inapp": "^1.4.0",
"firebase-admin": "^10.0.0",
"framer-motion": "^5.3.0",
"html-to-image": "^1.9.0",
"js-sha512": "^0.8.0",
"next": "11.1.2",
"next-bridge": "^0.0.1",
"puppeteer-core": "^11.0.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"uuid": "^8.3.2",
"wordcut": "^0.9.1"
},
"devDependencies": {
"@types/react": "17.0.19",
"@types/uuid": "^8.3.1",
"autoprefixer": "^10.4.0",
"babel-plugin-styled-components": "^1.13.3",
"dotenv": "^10.0.0",
"eslint": "7.32.0",
"eslint-config-next": "11.1.2",
"postcss": "^8.3.11",
"sass": "^1.43.4",
"tailwindcss": "^2.2.18",
"typescript": "4.4.2"
}
}