This repository has been archived by the owner on Mar 28, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
100 lines (100 loc) · 2.84 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
{
"name": "dev-explorer",
"version": "0.1.0",
"private": true,
"dependencies": {
"@apollo/client": "^3.2.2",
"@fortawesome/fontawesome-svg-core": "^1.2.29",
"@fortawesome/free-brands-svg-icons": "^5.13.1",
"@fortawesome/free-regular-svg-icons": "^5.13.1",
"@fortawesome/free-solid-svg-icons": "^5.13.1",
"@fortawesome/react-fontawesome": "^0.1.11",
"@types/d3": "^5.16.3",
"@types/sanitize-html": "^1.27.0",
"@zilliqa-js/crypto": "^2.1.0",
"@zilliqa-js/zilliqa": "2.3.0-alpha.0",
"ace-builds": "^1.4.12",
"apollo-boost": "^0.4.9",
"bootstrap": "^4.5.0",
"d3": "^6.2.0",
"dayjs": "^1.9.3",
"graphql": "^15.3.0",
"leader-line": "^1.0.5",
"leader-line-types": "^1.0.5-2",
"moment": "^2.27.0",
"numbro": "^2.3.1",
"rc-switch": "^3.2.0",
"react": "^16.13.1",
"react-ace": "^9.1.1",
"react-apollo": "^3.1.5",
"react-beautiful-dnd": "^13.0.0",
"react-bootstrap": "1.0.1",
"react-contenteditable": "^3.3.5",
"react-custom-scroll": "^4.2.1",
"react-dom": "^16.13.1",
"react-dropzone": "^11.0.1",
"react-fontawesome": "^1.7.1",
"react-router-dom": "^5.2.0",
"react-scripts": "3.4.1",
"react-table": "^7.2.2",
"sanitize-html": "^2.3.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --watchAll",
"eject": "react-scripts eject",
"lint": "eslint '*/**/*.{js,ts,tsx}'"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@testing-library/jest-dom": "^5.11.0",
"@testing-library/react": "^10.4.5",
"@testing-library/user-event": "^12.0.11",
"@types/enzyme": "^3.10.5",
"@types/enzyme-adapter-react-16": "^1.0.6",
"@types/jest": "^26.0.4",
"@types/node": "^14.0.20",
"@types/react": "^16.9.41",
"@types/react-beautiful-dnd": "^13.0.0",
"@types/react-custom-scroll": "^4.2.0",
"@types/react-dom": "^16.9.8",
"@types/react-router-dom": "^5.1.5",
"@types/react-table": "^7.0.19",
"@types/react-test-renderer": "^16.9.2",
"@typescript-eslint/eslint-plugin": "^3.6.0",
"@typescript-eslint/parser": "^3.6.0",
"cz-conventional-changelog": "3.2.0",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.2",
"enzyme-to-json": "^3.5.0",
"eslint-plugin-react": "^7.20.3",
"react-test-renderer": "^16.13.1",
"tslib": "^2.0.0",
"typescript": "^3.9.6"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"jest": {
"snapshotSerializers": [
"enzyme-to-json/serializer"
]
}
}