forked from metroline/metroline-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
90 lines (90 loc) · 2.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
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
{
"name": "@metroline/ui",
"version": "1.0.1",
"private": true,
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.30",
"@fortawesome/free-brands-svg-icons": "^5.14.0",
"@fortawesome/free-regular-svg-icons": "^5.14.0",
"@fortawesome/free-solid-svg-icons": "^5.14.0",
"@fortawesome/react-fontawesome": "^0.1.11",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.0.2",
"@testing-library/user-event": "^12.1.3",
"@types/classnames": "^2.2.10",
"animate.css": "^4.1.1",
"ansi_up": "^4.0.4",
"axios": "^0.20.0",
"bootstrap": "^4.5.2",
"classnames": "^2.2.6",
"d3": "^6.1.1",
"history": "^4.10.1",
"lodash": "^4.17.20",
"moment": "^2.27.0",
"prismjs": "^1.21.0",
"qs": "^6.9.4",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-hook-form": "^6.7.2",
"react-modal": "^3.11.2",
"react-router-dom": "^5.2.0",
"react-scripts": "3.4.3",
"react-select": "^3.1.0",
"react-toastify": "^6.0.8",
"react-tooltip": "^4.2.9",
"react-transition-group": "^4.4.1",
"rxjs": "^6.6.3",
"sass": "^1.26.10",
"socket.io-client": "^2.3.0",
"typescript": "^3.9.7"
},
"scripts": {
"start": "eval $(node ./scripts/build-info.js) && react-scripts start",
"build": "eval $(node ./scripts/build-info.js) && react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"lint": "eslint ./src --ext .ts,.tsx",
"lint:fix": "eslint ./src --ext .js,.jsx,.ts,.tsx --fix",
"semantic-release": "semantic-release"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@semantic-release/changelog": "^5.0.1",
"@semantic-release/exec": "^5.0.0",
"@semantic-release/git": "^9.0.0",
"@types/d3": "^5.7.2",
"@types/jest": "^26.0.13",
"@types/lodash": "^4.14.161",
"@types/node": "^12.12.55",
"@types/react": "^16.9.49",
"@types/react-dom": "^16.9.8",
"@types/react-router-dom": "^5.1.5",
"@types/react-transition-group": "^4.4.0",
"@types/socket.io-client": "^1.4.33",
"docker-semver-tags": "^1.0.0",
"eslint-config-airbnb": "^18.2.0",
"eslint-import-resolver-typescript": "^2.3.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-react": "^7.20.6",
"eslint-plugin-react-hooks": "^4.1.0",
"husky": "^4.3.0",
"semantic-release": "^17.1.1"
},
"husky": {
"hooks": {
"pre-commit": "npm run lint"
}
}
}