-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathpackage.json
More file actions
87 lines (87 loc) · 2.31 KB
/
package.json
File metadata and controls
87 lines (87 loc) · 2.31 KB
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
75
76
77
78
79
80
81
82
83
84
85
86
87
{
"name": "@betterbugs/dev-tools",
"version": "0.1.0",
"description": "A comprehensive collection of free, open-source development tools",
"keywords": [
"development-tools",
"dev-tools",
"text-converter",
"code-formatter",
"json-formatter",
"html-converter",
"markdown-converter",
"nextjs",
"react",
"typescript"
],
"author": "BetterBugs",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/betterbugs/dev-tools.git"
},
"bugs": {
"url": "https://github.com/betterbugs/dev-tools/issues"
},
"homepage": "https://github.com/betterbugs/dev-tools#readme",
"engines": {
"node": ">=20.8.0",
"npm": ">=10.0.0"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@betterbugs/web-sdk": "0.0.29",
"@faker-js/faker": "9.4.0",
"@monaco-editor/react": "4.6.0",
"@paddle/paddle-js": "^1.6.2",
"@phosphor-icons/react": "^2.1.10",
"@types/turndown": "5.0.5",
"animejs": "3.2.2",
"antd": "5.16.2",
"curlconverter": "^4.12.0",
"bcryptjs": "^2.4.3",
"framer-motion": "11.2.6",
"gleap": "^15.1.8",
"javascript-obfuscator": "4.1.1",
"js-user-country": "1.0.1",
"lodash.debounce": "4.0.8",
"marked": "15.0.6",
"next": "14.2.1",
"next-pwa": "5.6.0",
"qrcode.react": "^4.2.0",
"react": "18.2.0",
"react-animated-cursor": "2.11.2",
"react-content-loader": "7.0.0",
"react-cookie": "^8.0.1",
"react-dom": "18.2.0",
"react-hook-form": "7.51.5",
"react-responsive": "10.0.0",
"react-toastify": "11.0.3",
"sass": "1.75.0",
"turndown": "7.2.0"
},
"devDependencies": {
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/commit-analyzer": "^11.1.0",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^9.2.6",
"@semantic-release/release-notes-generator": "^12.1.0",
"@types/animejs": "^3.1.12",
"@types/bcryptjs": "^2.4.6",
"@types/lodash.debounce": "^4.0.9",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "14.2.1",
"postcss": "^8",
"semantic-release": "^23.0.8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}