-
-
Notifications
You must be signed in to change notification settings - Fork 30
/
package.json
135 lines (135 loc) · 4.33 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
{
"name": "reactive-pepyatka",
"version": "1.137.0",
"description": "",
"main": "index.js",
"dependencies": {
"@fortawesome/free-brands-svg-icons": "~5.15.4",
"@fortawesome/free-regular-svg-icons": "~5.15.4",
"@fortawesome/free-solid-svg-icons": "~5.15.4",
"@sentry/react": "~7.113.0",
"autotrack": "~2.4.1",
"bootstrap": "~3.4.1",
"classnames": "~2.5.1",
"custom-event": "~1.0.1",
"date-fns": "~4.1.0",
"debug": "~4.3.7",
"events": "~3.3.0",
"filesize": "~10.1.6",
"final-form": "~4.20.10",
"focus-trap-react": "~10.3.0",
"focus-visible": "~5.2.1",
"iso-639-1": "~3.1.3",
"keycode-js": "~3.1.0",
"local-storage-fallback": "~5.0.0",
"lodash-es": "~4.17.21",
"lru-cache": "~11.0.2",
"memoize-one": "~6.0.0",
"mousetrap": "~1.6.5",
"photoswipe": "~5.4.4",
"porter-stemmer": "~0.9.1",
"prop-types": "~15.8.1",
"react": "~18.3.1",
"react-dom": "~18.3.1",
"react-final-form-hooks": "~2.0.2",
"react-google-recaptcha": "~3.1.0",
"react-helmet": "~6.1.0",
"react-portal": "~4.2.2",
"react-redux": "~9.1.2",
"react-router": "~3.2.6",
"react-router-redux": "~4.0.8",
"react-select": "~5.8.2",
"react-sortablejs": "~6.1.4",
"react-textarea-autosize": "~8.5.4",
"react-use-event-hook": "~0.9.6",
"recharts": "~2.13.3",
"redux": "~5.0.1",
"snarkdown": "~2.0.0",
"social-text-tokenizer": "~3.1.0",
"socket.io-client": "~2.3.1",
"sortablejs": "~1.15.3",
"tabbable": "~6.2.0",
"ua-parser-js": "~1.0.39",
"use-subscription": "~1.8.2",
"validator": "~13.12.0",
"vazirmatn": "^33.0.3",
"whatwg-fetch": "~3.6.20"
},
"devDependencies": {
"@babel/core": "~7.26.0",
"@babel/eslint-parser": "~7.25.9",
"@babel/preset-react": "~7.25.9",
"@gfx/zopfli": "~1.0.15",
"@testing-library/dom": "~10.4.0",
"@testing-library/jest-dom": "~6.6.3",
"@testing-library/react": "~16.0.1",
"@testing-library/react-hooks": "~8.0.1",
"@testing-library/user-event": "~14.5.2",
"@vitejs/plugin-legacy": "~5.4.3",
"@vitejs/plugin-react-swc": "^3.7.1",
"cross-env": "~7.0.3",
"esbuild": "~0.24.0",
"eslint": "~8.56.0",
"eslint-config-prettier": "~9.1.0",
"eslint-plugin-babel": "~5.3.1",
"eslint-plugin-import": "~2.31.0",
"eslint-plugin-lodash": "~8.0.0",
"eslint-plugin-prettier": "~5.2.1",
"eslint-plugin-promise": "~7.1.0",
"eslint-plugin-react": "~7.37.2",
"eslint-plugin-react-hooks": "~5.0.0",
"eslint-plugin-unicorn": "~56.0.0",
"eslint-plugin-you-dont-need-lodash-underscore": "~6.14.0",
"glob": "~11.0.0",
"gray-matter": "~4.0.3",
"husky": "~8.0.3",
"jsdom": "~25.0.1",
"lint-staged": "~15.2.10",
"node-html-parser": "~6.1.13",
"npm-run-all": "~4.1.5",
"prettier": "~3.3.3",
"querystring": "~0.2.1",
"react-test-renderer": "~18.3.1",
"remarkable": "~2.0.1",
"rimraf": "~6.0.1",
"sass": "^1.80.6",
"sinon": "~19.0.2",
"stylelint": "~16.10.0",
"stylelint-config-prettier": "~9.0.5",
"stylelint-config-standard-scss": "~13.1.0",
"stylelint-prettier": "~5.0.2",
"stylelint-scss": "~6.8.1",
"terser": "~5.36.0",
"unexpected": "~13.2.1",
"unexpected-react": "~6.0.2",
"unexpected-sinon": "~11.1.0",
"url": "~0.11.4",
"vite": "~5.4.10",
"vite-plugin-compression": "~0.5.1",
"vite-plugin-generate-file": "~0.2.0",
"vite-plugin-pwa": "^0.20.5",
"vitest": "~2.1.4",
"workbox-window": "^7.3.0"
},
"scripts": {
"start": "vite",
"build-prod": "vite build && vite -c vite.bookmarklet.config.mjs build",
"build-modern": "cross-env MODERN=1 vite build && vite -c vite.bookmarklet.config.mjs build",
"preview": "vite preview",
"test": "cross-env TZ=utc vitest run",
"lint": "eslint --ext .js --ext .jsx .",
"checks": "run-p --aggregate-output -c test lint stylelint",
"clean": "rimraf ./_dist",
"prettier": "prettier -c \"src/**/*\"",
"stylelint": "stylelint \"**/*.scss\" --config stylelint.config.js",
"create_config_json": "echo \"{}\" > ./_dist/config.json",
"postinstall": "husky install"
},
"author": "FreeFeed contributors",
"repository": {
"type": "git",
"url": "https://github.com/FreeFeed/freefeed-react-client.git"
},
"license": "MIT",
"packageManager": "yarn@4.5.1"
}