-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.54 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": "number-to-words-ru-app",
"version": "1.3.5",
"author": "Anton Moskovskii <ant1mas.dev@gmail.com> (https://github.com/Ant1mas)",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"export": "next export",
"lint": "next lint",
"format": "prettier --write ."
},
"dependencies": {
"@formatjs/intl-localematcher": "^0.5.4",
"@nextui-org/react": "^2.1.13",
"clsx": "^2.0.0",
"framer-motion": "^11.0.6",
"jotai": "^2.5.0",
"lodash": "^4.17.21",
"negotiator": "^0.6.3",
"next": "^14.1.0",
"next-pwa": "^5.6.0",
"number-to-words-ru": "^2.4.1",
"react": "^18.2.0",
"react-cookie": "^7.1.0",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "^18.2.0",
"react-gtm-module": "^2.0.11",
"react-hot-toast": "^2.4.1",
"react-icons": "^5.0.1",
"react-syntax-highlighter": "^15.5.0"
},
"devDependencies": {
"@svgr/webpack": "^8.1.0",
"@swc-jotai/react-refresh": "^0.1.0",
"@types/lodash": "^4.14.202",
"@types/negotiator": "^0.6.2",
"@types/node": "^20.8.8",
"@types/react": "^18.2.32",
"@types/react-copy-to-clipboard": "^5.0.6",
"@types/react-gtm-module": "^2.0.2",
"@types/react-syntax-highlighter": "^15.5.9",
"autoprefixer": "^10.4.16",
"eslint": "^8.52.0",
"eslint-config-next": "14.1.0",
"postcss": "^8.4.31",
"prettier": "^3.0.3",
"prettier-plugin-tailwindcss": "^0.5.6",
"tailwindcss": "^3.3.5",
"typescript": "^5.2.2",
"webpack": "^5.89.0"
}
}