-
Notifications
You must be signed in to change notification settings - Fork 75
Expand file tree
/
Copy pathpackage.json
More file actions
73 lines (73 loc) · 2.08 KB
/
Copy pathpackage.json
File metadata and controls
73 lines (73 loc) · 2.08 KB
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
{
"name": "nem-explorer-frontend",
"version": "0.1.0",
"scripts": {
"lint": "eslint . && stylelint \"**/*.scss\"",
"lint:fix": "eslint --fix . && stylelint \"**/*.scss\" --fix",
"start": "react-app-rewired start",
"build": "react-app-rewired build",
"test": "react-app-rewired test",
"test:jenkins": "react-app-rewired test --coverage",
"eject": "react-app-rewired eject"
},
"dependencies": {
"@testing-library/jest-dom": "^6.1.5",
"@testing-library/react": "^12.1.5",
"@testing-library/user-event": "^14.4.3",
"@trendmicro/react-paginations": "^0.6.1",
"bootstrap": "^5.3.0",
"crypto": "^1.0.1",
"lodash": "^4.17.21",
"moment-timezone": "^0.5.34",
"postcss-scss": "^4.0.6",
"react": "^17.0.2",
"react-bootstrap": "^2.10.1",
"react-dom": "^17.0.2",
"react-intersection-observer": "^9.5.1",
"react-markdown": "^8.0.7",
"react-router-dom": "^6.20.1",
"react-scripts": "5.0.1",
"react-tabs": "^4.3.0",
"react-toastify": "^9.1.3",
"react-transition-group": "^4.4.2",
"sass": "^1.71.0",
"symbol-sdk": "^3.0.7",
"web-vitals": "^3.5.2"
},
"devDependencies": {
"@wojtekmaj/enzyme-adapter-react-17": "^0.6.7",
"assert": "^2.0.0",
"buffer": "^6.0.3",
"crypto-browserify": "^3.12.0",
"enzyme": "^3.11.0",
"eslint": "^8.55.0",
"eslint-config-airbnb": "^19.0.4",
"https-browserify": "^1.0.0",
"jest-watch-typeahead": "^2.2.2",
"os-browserify": "^0.3.0",
"prettier-stylelint": "^0.4.2",
"process": "^0.11.10",
"react-app-rewired": "^2.2.1",
"stream-browserify": "^3.0.0",
"stream-http": "^3.2.0",
"stylelint": "^14.8.5",
"stylelint-config-rational-order": "^0.1.2",
"stylelint-config-standard": "^29.0.0",
"stylelint-order": "^6.0.3",
"stylelint-scss": "^5.3.1",
"url": "^0.11.0"
},
"browser": true,
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}