-
-
Notifications
You must be signed in to change notification settings - Fork 260
/
package.json
49 lines (49 loc) · 1.23 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
{
"name": "regexlearn",
"version": "2.30.0",
"author": {
"name": "Aykut Kardaş",
"email": "aykutkrds@gmail.com"
},
"scripts": {
"dev": "next dev -p 3003",
"build": "next build",
"postbuild": "next-sitemap",
"start": "next start",
"lint": "next lint",
"export": "next export",
"html-lang-fixer": "node ./scripts/html-lang-fixer.js"
},
"license": "MIT",
"dependencies": {
"@headlessui/react": "^1.7.11",
"@use-it/event-listener": "^0.1.7",
"axios": "^1.1.3",
"canvas-confetti": "^1.4.0",
"clsx": "^1.2.1",
"copy-to-clipboard": "^3.3.2",
"draft-js": "^0.11.7",
"lodash.xor": "^4.5.0",
"lookie": "^1.0.4",
"next": "^13.2.1",
"query-string": "^7.1.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hot-toast": "^2.4.0",
"react-icomoon": "^2.5.7",
"react-intl": "^6.2.10"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.3",
"@types/draft-js": "^0.11.8",
"@types/node": "^18.0.5",
"@types/react": "^18.0.28",
"autoprefixer": "^10.4.13",
"eslint": "^8.34.0",
"eslint-config-next": "^13.2.1",
"next-sitemap": "^4.1.8",
"postcss": "^8.4.21",
"tailwindcss": "^3.2.7",
"typescript": "^4.9.5"
}
}