-
-
Notifications
You must be signed in to change notification settings - Fork 29
Expand file tree
/
Copy pathpackage.json
More file actions
127 lines (127 loc) · 4 KB
/
package.json
File metadata and controls
127 lines (127 loc) · 4 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
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
{
"name": "reactive-pepyatka",
"version": "1.147.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": "~9.34.0",
"autotrack": "~2.4.1",
"bootstrap": "~3.4.1",
"classnames": "~2.5.1",
"date-fns": "~4.1.0",
"debug": "~4.4.3",
"events": "~3.3.0",
"filesize": "~11.0.13",
"final-form": "~5.0.0",
"focus-trap-react": "~11.0.6",
"focus-visible": "~5.2.1",
"history": "~5.3.0",
"iso-639-1": "~3.1.5",
"keycode-js": "~3.1.0",
"local-storage-fallback": "~5.0.0",
"lodash-es": "~4.17.23",
"lru-cache": "~11.2.7",
"memoize-one": "~6.0.0",
"mousetrap": "~1.6.5",
"photoswipe": "~5.4.4",
"photoswipe-video-plugin": "~1.0.2",
"porter-stemmer": "~0.9.1",
"prop-types": "~15.8.1",
"react": "~19.2.4",
"react-dom": "~19.2.4",
"react-final-form-hooks": "~2.0.2",
"react-google-recaptcha": "~3.1.0",
"react-helmet": "~6.1.0",
"react-portal": "~4.3.0",
"react-redux": "~9.2.0",
"react-select": "~5.10.2",
"react-sortablejs": "~6.1.4",
"react-textarea-autosize": "~8.5.9",
"react-use-event-hook": "~0.9.6",
"recharts": "~3.8.0",
"redux": "~5.0.1",
"regexparam": "~3.0.0",
"snarkdown": "~2.0.0",
"social-text-tokenizer": "~3.2.2",
"socket.io-client": "~2.3.1",
"sortablejs": "~1.15.7",
"tabbable": "~6.4.0",
"ua-parser-js": "~2.0.9",
"use-subscription": "~1.12.0",
"validator": "~13.15.26",
"vazirmatn": "^33.0.3"
},
"devDependencies": {
"@eslint/compat": "~2.0.3",
"@eslint/js": "~10.0.1",
"@testing-library/dom": "~10.4.1",
"@testing-library/jest-dom": "~6.9.1",
"@testing-library/react": "~16.3.2",
"@testing-library/user-event": "~14.6.1",
"@vitejs/plugin-legacy": "~7.2.1",
"@vitejs/plugin-react-swc": "^4.3.0",
"cross-env": "~10.1.0",
"esbuild": "~0.27.4",
"eslint": "~9.39.4",
"eslint-config-prettier": "~10.1.8",
"eslint-plugin-import-x": "~4.16.2",
"eslint-plugin-prettier": "~5.5.5",
"eslint-plugin-promise": "~7.2.1",
"eslint-plugin-react": "~7.37.5",
"eslint-plugin-react-hooks": "~5.2.0",
"eslint-plugin-unicorn": "~63.0.0",
"eslint-plugin-you-dont-need-lodash-underscore": "~6.14.0",
"glob": "~13.0.6",
"globals": "~17.4.0",
"gray-matter": "~4.0.3",
"husky": "~9.1.7",
"jsdom": "~28.1.0",
"lint-staged": "~16.4.0",
"node-html-parser": "~7.1.0",
"npm-run-all": "~4.1.5",
"prettier": "~3.8.1",
"querystring": "~0.2.1",
"remarkable": "~2.0.1",
"rimraf": "~6.1.3",
"sass": "^1.98.0",
"sinon": "~21.0.3",
"stylelint": "~17.5.0",
"stylelint-config-prettier": "~9.0.5",
"stylelint-config-standard-scss": "~17.0.0",
"stylelint-prettier": "~5.0.3",
"stylelint-scss": "~7.0.0",
"terser": "~5.46.1",
"unexpected": "~13.2.1",
"unexpected-sinon": "~11.1.0",
"url": "~0.11.4",
"vite": "~7.3.1",
"vite-plugin-generate-file": "~0.3.1",
"vite-plugin-pwa": "^1.2.0",
"vitest": "~3.2.4",
"workbox-window": "^7.4.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",
"prepare": "husky"
},
"author": "FreeFeed contributors",
"repository": {
"type": "git",
"url": "https://github.com/FreeFeed/freefeed-react-client.git"
},
"license": "MIT",
"packageManager": "yarn@4.13.0"
}