-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
64 lines (64 loc) · 1.61 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
{
"name": "btc-blocker",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage"
},
"jest": {
"setupFiles": [
"./setupTests.js"
],
"collectCoverage": true,
"testPathIgnorePatterns": [
"/node_modules/",
"/pages/"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/anton2mihail/btc-block-er.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/anton2mihail/btc-block-er/issues"
},
"homepage": "https://github.com/anton2mihail/btc-block-er#readme",
"dependencies": {
"@zeit/next-sass": "^1.0.1",
"chart.js": "^2.8.0",
"ipinfo": "^1.3.9",
"next": "^9.3.2",
"node-fetch": "^3.1.1",
"node-sass": "^4.12.0",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-fontawesome": "^1.6.1",
"simplebar-react": "^1.0.0-alpha.9"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-eslint": "^10.0.1",
"babel-jest": "^24.8.0",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"@babel/plugin-proposal-decorators": "^7.1.0",
"enzyme": "^3.9.0",
"enzyme-adapter-react-16": "^1.13.0",
"eslint": "^5.16.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-plugin-babel": "^5.3.0",
"eslint-plugin-import": "^2.17.2",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-react": "^7.13.0",
"eslint-plugin-react-hooks": "^1.6.0",
"jest": "^24.8.0"
}
}