-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
153 lines (153 loc) · 4.64 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
{
"name": "cocoso",
"private": true,
"description": "![Cocoso logo](https://www.cocoso.info/cocoso-logo.png)",
"version": "0.1.0",
"main": "server/main.js",
"directories": {
"lib": "lib"
},
"repository": {
"type": "git",
"url": "git+https://github.com/eminx/cocoso.git"
},
"keywords": [
"cocoso",
"fanus",
"community",
"cooperation",
"software"
],
"author": "Emin Durak",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/eminx/cocoso/issues"
},
"homepage": "https://github.com/eminx/cocoso#readme",
"scripts": {
"start": "meteor run --settings private/settings.json",
"e2e": "METEOR_LOCAL_DIR=.meteor/test BABEL_ENV=test DISABLE_REACT_FAST_REFRESH=1 meteor run --port 4000",
"analyze": "meteor run --settings private/settings.json --extra-packages bundle-visualizer --production",
"lint": "eslint . --ext .js --ext .jsx"
},
"theme": {
"primary-color": "orange"
},
"dependencies": {
"@babel/runtime": "^7.16.7",
"@chakra-ui/icons": "^2.0.19",
"@chakra-ui/react": "^2.7.1",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@fontsource-variable/raleway": "^5.0.6",
"@hookform/resolvers": "^2.8.5",
"@react-email/body": "0.0.8",
"@react-email/button": "0.0.15",
"@react-email/column": "0.0.10",
"@react-email/components": "0.0.18",
"@react-email/container": "0.0.12",
"@react-email/head": "0.0.9",
"@react-email/heading": "0.0.12",
"@react-email/hr": "0.0.8",
"@react-email/html": "0.0.8",
"@react-email/img": "0.0.8",
"@react-email/link": "0.0.8",
"@react-email/render": "0.0.14",
"@react-email/row": "0.0.8",
"@react-email/section": "0.0.12",
"@react-email/text": "0.0.8",
"@tailwindcss/line-clamp": "^0.4.4",
"abort-controller": "^3.0.0",
"antd": "^5.20.6",
"array-move": "^2.2.2",
"bcrypt": "^5.0.1",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"date-fns": "^3.6.0",
"dayjs": "^1.11.13",
"framer-motion": "^5.6.0",
"fslightbox-react": "^1.6.2-2",
"heic2any": "0.0.4",
"html-react-parser": "^5.2.0",
"i18next": "^22.4.11",
"i18next-browser-languagedetector": "^7.0.1",
"i18next-http-backend": "^2.1.1",
"indexof": "0.0.1",
"joi": "^17.5.0",
"js-yaml": "^4.1.0",
"lucide-react": "^0.323.0",
"luxon": "^3.5.0",
"masonic": "^3.7.0",
"meteor-node-stubs": "^1.2.1",
"moment": "^2.30.1",
"patch-package": "^8.0.0",
"query-string": "^7.1.1",
"react": "^18.2.0",
"react-big-calendar": "^1.6.8",
"react-color": "^2.19.3",
"react-csv": "^2.2.2",
"react-day-picker": "^9.0.8",
"react-dom": "^18.2.0",
"react-dropzone": "^9.0.0",
"react-helmet": "^6.1.0",
"react-hook-form": "^7.22.5",
"react-hydration-provider": "^2.1.0",
"react-i18next": "^12.2.0",
"react-image-file-resizer": "^0.2.3",
"react-image-size": "^2.0.2",
"react-infinite-scroller": "^1.2.6",
"react-lazy-load-image-component": "^1.6.0",
"react-masonry-css": "^1.0.16",
"react-meteor-data": "^0.2.11",
"react-paginate": "^8.1.3",
"react-quill": "^2.0.0-beta.4",
"react-router": "^6.23.1",
"react-router-dom": "^6.23.1",
"react-scroll": "^1.9.0",
"react-select": "^5.2.2",
"react-simple-image-slider": "^2.4.1",
"react-slick": "^0.26.1",
"react-slideshow-image": "^4.0.5",
"react-sortable-hoc": "^1.11.0",
"react-table": "^6.8.6",
"react-to-print": "^2.14.12",
"react-visibility-sensor": "^5.0.2",
"rooks": "^5.11.0",
"simpl-schema": "^1.12.0",
"slick-carousel": "^1.8.1",
"styled-components": "^5.3.11",
"tailwind-merge": "^2.5.2",
"tailwindcss-animate": "^1.0.7"
},
"meteor": {
"mainModule": {
"client": "client/main.jsx",
"server": "server/main.js"
}
},
"devDependencies": {
"@babel/eslint-plugin": "^7.17.7",
"@meteorjs/eslint-config-meteor": "^1.0.5",
"@types/react-router-dom": "^5.3.3",
"@typescript-eslint/parser": "^5.20.0",
"autoprefixer": "^10.4.20",
"eslint": "^8.13.0",
"eslint-config-airbnb": "^13.0.0",
"eslint-config-prettier": "^8.5.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-import-resolver-meteor": "^0.3.4",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^2.2.3",
"eslint-plugin-meteor": "^7.3.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.29.4",
"eslint-plugin-react-hooks": "^4.4.0",
"postcss": "^8.4.49",
"prettier": "^2.6.2",
"tailwindcss": "^3.4.16",
"typescript": "^4.6.3"
},
"eslintConfig": {
"extends": "@meteorjs/eslint-config-meteor"
}
}