forked from ipfs/ipfs-webui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
149 lines (149 loc) · 4.88 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
{
"name": "ipfs-webui",
"version": "2.9.0",
"private": true,
"scripts": {
"start": "run-script-os",
"start:win32": "@powershell -Command $env:REACT_APP_GIT_REV=(git rev-parse --short HEAD); react-scripts start",
"start:darwin:linux": "cross-env REACT_APP_GIT_REV=`git rev-parse --short HEAD` react-scripts start",
"lint": "eslint src/ test/",
"build": "run-script-os",
"build:win32": "@powershell -Command $env:REACT_APP_GIT_REV=(git rev-parse --short HEAD); react-scripts build",
"build:darwin:linux": "cross-env REACT_APP_GIT_REV=`git rev-parse --short HEAD` react-scripts build",
"build:icons": "svgr -d src/icons node_modules/ipfs-css/icons && standard --fix src/icons/*",
"test": "run-s -cl test:unit test:build test:e2e",
"test:unit": "react-scripts test --env=jsdom --runInBand --watchAll=false",
"test:unit:watch": "react-scripts test --env=jsdom",
"test:e2e": "cross-env JEST_PUPPETEER_CONFIG=test/e2e/jest-puppeteer.config.js jest -c test/e2e/jest.config.js --runInBand",
"test:build": "shx test -f build/index.html || run-s build",
"test:coverage": "react-scripts test --coverage",
"analyze": "webpack-bundle-analyzer build/stats.json",
"bundlesize": "bundlesize",
"eject": "react-scripts eject",
"storybook": "start-storybook -p 9009 -s public",
"build-storybook": "build-storybook -s public"
},
"dependencies": {
"@tableflip/react-dropdown": "^1.3.0",
"@tableflip/react-inspector": "^2.3.0",
"brace": "^0.11.1",
"change-case": "^3.1.0",
"chart.js": "^2.9.3",
"cids": "^0.7.1",
"countly-sdk-web": "^19.8.0",
"d3": "^5.14.2",
"datatransfer-files-promise": "^1.3.1",
"details-polyfill": "^1.1.0",
"file-extension": "^4.0.5",
"filesize": "^6.0.1",
"hashlru": "^2.3.0",
"i18next": "^19.4.5",
"i18next-browser-languagedetector": "^4.2.0",
"i18next-http-backend": "^1.0.15",
"i18next-icu": "^1.4.0",
"internal-nav-helper": "^3.1.0",
"ip": "^1.1.5",
"ipfs-css": "^1.1.0",
"ipfs-geoip": "^4.0.0",
"ipfs-redux-bundle": "^7.0.0",
"ipld-explorer-components": "1.6.0",
"is-binary": "^0.1.0",
"is-ipfs": "^0.6.1",
"memoizee": "^0.4.14",
"milliseconds": "^1.0.3",
"money-clip": "^3.0.1",
"multiaddr": "^7.2.1",
"multiaddr-to-uri": "^5.1.0",
"p-queue": "^6.2.1",
"prop-types": "^15.7.2",
"pull-file-reader": "^1.0.2",
"react": "^16.12.0",
"react-ace": "^8.0.0",
"react-chartjs-2": "^2.9.0",
"react-copy-to-clipboard": "^5.0.2",
"react-country-flag": "^1.1.0",
"react-debounce-render": "^5.0.0",
"react-dnd": "^10.0.2",
"react-dnd-html5-backend": "^10.0.2",
"react-dom": "^16.13.0",
"react-faux-dom": "^4.5.0",
"react-helmet": "^5.2.1",
"react-i18next": "^11.5.0",
"react-identicons": "^1.1.7",
"react-joyride": "^2.1.1",
"react-loadable": "^5.5.0",
"react-overlays": "^2.1.0",
"react-router-dom": "^5.1.2",
"react-scripts": "3.3.0",
"react-spring": "^8.0.27",
"react-test-renderer": "^16.12.0",
"react-virtualized": "^9.21.2",
"redux-bundler": "^26.0.0",
"redux-bundler-react": "^1.2.0",
"simplify-number": "^1.0.0",
"tachyons": "^4.11.1",
"topojson": "^3.0.2",
"video-extensions": "^1.1.0",
"window-or-global": "^1.0.1",
"window.ipfs-fallback": "^1.2.0"
},
"devDependencies": {
"@babel/core": "^7.7.7",
"@storybook/addon-a11y": "^5.3.18",
"@storybook/addon-actions": "^5.3.18",
"@storybook/addon-knobs": "^5.2.6",
"@storybook/addon-links": "^5.2.8",
"@storybook/addons": "^5.2.8",
"@storybook/react": "^5.2.8",
"@svgr/cli": "^5.3.1",
"babel-eslint": "10.0.3",
"big.js": "^5.2.2",
"bundlesize": "^0.18.0",
"cross-env": "^6.0.3",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.2",
"eslint-config-standard": "^14.1.0",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"fake-indexeddb": "^3.0.0",
"get-port": "^5.1.1",
"go-ipfs-dep": "0.4.22",
"http-server": "^0.12.0",
"ipfs": "0.40.0",
"ipfsd-ctl": "^1.0.6",
"is-pull-stream": "0.0.0",
"jest-puppeteer": "^4.3.0",
"multihashing-async": "^0.8.0",
"npm-run-all": "^4.1.5",
"puppeteer": "^2.0.0",
"run-script-os": "^1.1.1",
"shx": "^0.3.2",
"webpack-bundle-analyzer": "^3.6.0"
},
"homepage": "./",
"bundlesize": [
{
"path": "./build/static/js/*.js",
"maxSize": "600 kB"
},
{
"path": "./build/static/css/*.css",
"maxSize": "18 kB"
}
],
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"jest": {
"moduleNameMapper": {
"^dnd-core$": "dnd-core/dist/cjs",
"^react-dnd$": "react-dnd/dist/cjs",
"^react-dnd-html5-backend$": "react-dnd-html5-backend/dist/cjs"
}
}
}