-
Notifications
You must be signed in to change notification settings - Fork 30
/
package.json
145 lines (145 loc) · 4.14 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
{
"name": "ipfs-share-files",
"version": "0.0.0",
"description": "Share files via IPFS",
"leadMaintainer": "Diogo Silva <[email protected]>",
"private": true,
"type": "module",
"main": "src/index.tsx",
"eslintConfig": {
"settings": {
"react": {
"version": "17.0.1"
}
},
"extends": [
"plugin:react/recommended",
"plugin:jsx-a11y/recommended",
"ipfs"
],
"plugins": [
"react"
],
"parserOptions": {
"project": true,
"sourceType": "module",
"ecmaFeatures": {
"jsx": true
}
},
"rules": {
"react/prop-types": "off",
"no-console": [
"error",
{
"allow": [
"error",
"info",
"time",
"timeEnd",
"warn"
]
}
]
}
},
"scripts": {
"clean": "aegir clean dist aegir-build",
"start": "vite",
"prebuild": "lol public/locales > src/lib/languages.json",
"build": "run-s dep-check lint build:aegir build:vite",
"build:vite": "vite build",
"build:aegir": "aegir build",
"dep-check": "aegir dep-check",
"lint": "aegir lint",
"pretest": "run-s build:aegir",
"test": "aegir test",
"test:chrome": "aegir test -t browser --cov",
"test:chrome-webworker": "aegir test -t webworker",
"test:firefox": "aegir test -t browser -- --browser firefox",
"test:firefox-webworker": "aegir test -t webworker -- --browser firefox",
"test:node": "aegir test -t node --cov",
"test:electron-main": "aegir test -t electron-main",
"test:coverage": "echo 'not yet' || react-scripts test --coverage",
"test:serve": "ecstatic build --cache=0 --port=3001",
"test:e2e": "echo 'not yet' || react-scripts test --testMatch **/test/e2e/**/*.test.js",
"test:e2e:ci": "URL=http://localhost:3001 run-p --race test:serve test:e2e",
"storybook": "storybook dev -p 9009 -s public",
"build-storybook": "storybook build"
},
"dependencies": {
"@helia/mfs": "^4.0.0",
"@helia/unixfs": "^4.0.0",
"@libp2p/devtools-metrics": "^1.1.5",
"@multiformats/multiaddr-matcher": "^1.2.6",
"@sgtpooki/file-type": "^1.0.1",
"blob-to-it": "^2.0.7",
"blockstore-idb": "^2.0.1",
"classnames": "^2.5.1",
"datastore-idb": "^3.0.1",
"helia": "^5.0.0",
"i18next": "^23.15.2",
"i18next-browser-languagedetector": "^8.0.0",
"i18next-chained-backend": "^4.6.2",
"i18next-http-backend": "^2.6.2",
"i18next-icu": "^2.3.0",
"i18next-localstorage-backend": "^4.2.0",
"ipfs-css": "^1.4.0",
"is-ipfs": "^8.0.4",
"it-to-browser-readablestream": "^2.0.9",
"jszip": "^3.10.1",
"multiformats": "^13.3.0",
"qrcode.react": "^4.0.1",
"react": "^18.3.1",
"react-circular-progressbar": "^2.1.0",
"react-copy-to-clipboard": "^5.1.0",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
"react-dom": "^18.3.1",
"react-helmet": "^6.1.0",
"react-i18next": "^15.0.2",
"react-loader-spinner": "^6.1.6",
"react-modal": "^3.16.1",
"tachyons": "^4.12.0",
"wouter": "^3.3.5"
},
"devDependencies": {
"@libp2p/interface": "^2.1.2",
"@olizilla/lol": "2.0.0",
"@storybook/react": "^8.3.5",
"@storybook/react-vite": "^8.3.5",
"@types/mocha": "^10.0.9",
"@types/react-copy-to-clipboard": "^5.0.7",
"@types/react-dom": "^18.3.0",
"@types/react-helmet": "^6.1.11",
"@types/react-modal": "^3.16.3",
"@types/shortid": "^0.0.32",
"@vitejs/plugin-react": "^4.3.2",
"aegir": "^44.1.2",
"ecstatic": "^4.1.4",
"eslint-plugin-jsx-a11y": "^6.10.0",
"eslint-plugin-react": "^7.37.1",
"interface-blockstore": "^5.3.1",
"interface-datastore": "^8.3.1",
"node-datachannel": "^0.12.0",
"npm-run-all": "^4.1.5",
"storybook": "^8.3.5",
"uint8arrays": "^5.1.0",
"vite": "^5.4.8",
"vite-plugin-svgr": "^4.2.0",
"wherearewe": "^2.0.1"
},
"homepage": "./",
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}