-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (69 loc) · 1.75 KB
/
package.json
File metadata and controls
70 lines (69 loc) · 1.75 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
{
"name": "fxlens",
"version": "2.1.0",
"author": "fxhash",
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"dependencies": {
"@fortawesome/fontawesome-free": "6.4.0",
"@fortawesome/fontawesome-svg-core": "6.4.0",
"@fortawesome/free-brands-svg-icons": "6.4.0",
"@fortawesome/free-solid-svg-icons": "6.4.0",
"@fortawesome/react-fontawesome": "0.2.0",
"@fxhash/open-form-graph": "0.0.2",
"@fxhash/params": "0.0.12",
"@fxhash/utils": "0.0.4",
"classnames": "2.3.2",
"lodash.debounce": "4.0.8",
"lodash.throttle": "4.1.1",
"modern-screenshot": "4.6.2",
"react": "18.3.1",
"react-colorful": "5.6.1",
"react-dom": "18.3.1",
"react-virtualized-auto-sizer": "1.0.26",
"sass": "1.70.0",
"sha1": "1.1.1",
"typescript": "5.8.2",
"web-vitals": "2.1.4",
"zod": "3.25.67"
},
"devDependencies": {
"@fxhash/eslint-config": "1.0.4",
"@types/eslint": "8.44.0",
"@types/lodash.debounce": "4.0.7",
"@types/lodash.throttle": "4.1.7",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@types/sha1": "1.1.3",
"@typescript-eslint/eslint-plugin": "8.22.0",
"@typescript-eslint/parser": "8.22.0",
"@vitejs/plugin-react-swc": "3.8.1",
"eslint": "8.57.0",
"vite": "6.3.0",
"vite-plugin-svgr": "4.3.0",
"vite-tsconfig-paths": "5.1.4"
},
"eslintConfig": {
"extends": [
"react-app"
]
},
"license": "MIT",
"private": true,
"scripts": {
"build": "tsc && vite build",
"dev": "vite",
"lint": "eslint ./src",
"lint:fix": "eslint ./src --fix"
}
}