-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
58 lines (58 loc) · 1.67 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
{
"name": "@libp2p/observer-dht-buckets",
"description": "Widget built on @libp2p/observer-sdk, visualising active and recent peers used in DHT queries",
"author": "AlanSl <[email protected]>",
"main": "./build/index.js",
"module": "./index.js",
"homepage": "",
"license": "MIT",
"version": "1.1.0",
"repository": {
"type": "git",
"url": "git+https://github.com/libp2p/observer-toolkit.git"
},
"scripts": {
"prepare": "webpack",
"storybook": "start-storybook -p 9009",
"test": "CI=true jest",
"test:watch": "jest --watch",
"update-snapshots": "npm run test -- -u"
},
"devDependencies": {
"@babel/preset-env": "^7.7.6",
"@babel/preset-react": "^7.7.4",
"@libp2p/observer-shell": "^1.1.0",
"@storybook/react": "^5.2.4",
"babel-jest": "^24.9.0",
"jest": "^24.9.0",
"jest-styled-components": "^6.3.4",
"peer-deps-externals-webpack-plugin": "^1.0.4",
"raw-loader": "^3.1.0",
"react-test-renderer": "^16.12.0",
"storybook": "^5.1.11"
},
"peerDependencies": {
"@libp2p/observer-data": "^1.1.0",
"@libp2p/observer-sdk": "^1.1.0",
"react": "*",
"styled-components": "*"
},
"jest": {
"setupFilesAfterEnv": [
"<rootDir>/../../__jest__/setupTest.js"
],
"moduleNameMapper": {
"\\.(css|less)$": "<rootDir>/../../__jest__/styleMock.js"
},
"transform": {
"\\.(mock|jpg|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga)$": "<rootDir>/../../__jest__/filePaths.js",
"\\.js$": [
"babel-jest",
{
"rootMode": "upward"
}
]
}
},
"gitHead": "9a1f73f71e98b6e8f27ac26133c7fc63e1fc8f7d"
}