forked from yobulkdev/yobulkdev
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
68 lines (68 loc) · 1.82 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "yobulk-v1",
"version": "0.1.0",
"private": true,
"engines": {
"node": ">=16.0.0",
"yarn": ">=1.22.0",
"npm": "please-use-yarn"
},
"scripts": {
"dev": "next dev -p 5050",
"build": "next build",
"start": "next start -p 5050",
"lint": "next lint",
"predev": "node lib/seeder.js",
"prestart": "node lib/seeder.js"
},
"dependencies": {
"@ag-grid-community/infinite-row-model": "^28.2.0",
"@headlessui/react": "^1.7.7",
"@heroicons/react": "^2.0.13",
"@monaco-editor/react": "^4.4.6",
"ag-grid-community": "^28.2.0",
"ag-grid-react": "^28.2.0",
"ajv": "^8.11.0",
"ajv-errors": "^3.0.0",
"ajv-formats": "^2.1.1",
"axios": "^0.27.2",
"busboy": "^1.6.0",
"classnames": "^2.3.2",
"cuid": "^2.1.8",
"dotenv": "^16.0.3",
"fantasy-name-generator": "^2.0.0",
"js-file-download": "^0.4.12",
"moment": "^2.29.4",
"mongodb": "^4.11.0",
"next": "12.3.0",
"next-themes": "^0.2.1",
"next-transpile-modules": "^10.0.0",
"npm": "^9.2.0",
"papaparse": "^5.3.2",
"promise-retry": "^2.0.1",
"react": "18.2.0",
"react-code-blocks": "^0.0.9-0",
"react-confetti": "^6.1.0",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "18.2.0",
"react-dropzone": "^14.2.2",
"react-icons": "^4.7.1",
"react-syntax-highlighter": "^15.5.0",
"react-tailwindcss-select": "^1.6.0",
"react-toggle-dark-mode": "^1.1.1",
"react-use": "^17.4.0",
"sharp": "^0.31.3",
"string-similarity": "^4.0.4",
"type-analyzer": "^0.4.0",
"yoembed": "^1.3.0"
},
"devDependencies": {
"@faker-js/faker": "^7.5.0",
"@tailwindcss/forms": "^0.5.3",
"autoprefixer": "^10.4.11",
"eslint": "8.23.1",
"eslint-config-next": "12.3.0",
"postcss": "^8.4.16",
"tailwindcss": "^3.1.8"
}
}