-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
54 lines (54 loc) · 1.45 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
{
"name": "fal-edit-anything",
"version": "0.2.0",
"private": true,
"license": "Apache-2.0",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"prettier": "prettier --write \"./**/*.{js,jsx,json,ts,tsx}\""
},
"dependencies": {
"@heroicons/react": "^2.0.17",
"@types/form-data": "^2.5.0",
"@types/node": "^18.15.12",
"@types/react": "18.0.37",
"@types/react-dom": "18.0.11",
"@types/uuid": "^9.0.1",
"@types/yauzl": "^2.10.0",
"@vercel/analytics": "^1.0.1",
"@vercel/kv": "^0.1.2",
"autoprefixer": "10.4.14",
"axios": "^1.4.0",
"countup.js": "2.5.0",
"cross-fetch": "^3.1.5",
"daisyui": "^3.0.6",
"eslint": "8.38.0",
"eslint-config-next": "13.3.0",
"form-data": "^4.0.0",
"multiparty": "^4.2.3",
"next": "13.3.0",
"node-fetch": "^3.3.1",
"postcss": "8.4.23",
"react": "18.2.0",
"react-code-blocks": "^0.0.9-0",
"react-countup": "^6.4.2",
"react-dom": "18.2.0",
"react-dropzone": "^14.2.3",
"react-sketch-canvas": "^6.2.0",
"react-syntax-highlighter": "^15.5.0",
"tailwindcss": "3.3.1",
"typescript": "5.0.4",
"uuid": "^9.0.0",
"yauzl": "^2.10.0"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.9",
"@types/multiparty": "^0.0.33",
"@types/react-syntax-highlighter": "^15.5.6",
"organize-imports-cli": "^0.10.0",
"prettier": "^2.8.8"
}
}