-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
79 lines (79 loc) · 2.1 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
{
"name": "traderchain-ui",
"version": "1.0.8",
"main": "./dist/modules.js",
"scripts": {
"clean": "rm -rf dist/",
"watch": "./scripts/watch.sh",
"dist": "npm run clean; ./scripts/dist.sh",
"tag": "npm version patch -m \"Tag %s\"",
"postversion": "git push && git push --tags",
"install:peers": "npx npm-install-peers",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"install:clean": "rm -rf node_modules/ && rm -rf package-lock.json && npm install && npm start"
},
"dependencies": {
"chroma-js": "2.1.2",
"eslint": "^7.11.0",
"prop-types": "15.7.2",
"react-countup": "5.2.0",
"react-flatpickr": "^3.10.13",
"react-github-btn": "1.2.1",
"react-icons": "^4.3.1",
"stylis": "4.0.10",
"stylis-plugin-rtl": "2.1.0",
"uuid": "8.3.2"
},
"peerDependencies": {
"@emotion/cache": ">=11.4.0",
"@emotion/react": ">=11.9.3",
"@emotion/styled": ">=11.9.3",
"@mui/icons-material": ">=5.1.1",
"@mui/material": ">=5.9.2",
"@mui/styled-engine": ">=5.1.1",
"apexcharts": ">=3.30.0",
"react": ">=17.0.2",
"react-apexcharts": ">=1.3.9",
"react-dom": ">=17.0.2",
"react-router-dom": ">=5.2.0",
"react-scripts": ">=4.0.3",
"web-vitals": ">=1.0.1"
},
"devDependencies": {
"@babel/cli": "^7.19.3",
"@babel/core": "^7.20.2",
"@babel/plugin-proposal-export-default-from": "^7.18.10",
"@babel/plugin-transform-runtime": "^7.15.0",
"@babel/preset-env": "^7.20.2",
"@babel/preset-react": "^7.18.6",
"@babel/register": "^7.14.5",
"@testing-library/jest-dom": "5.11.4",
"@testing-library/react": "11.1.0",
"@testing-library/user-event": "12.1.10",
"babel-plugin-file-loader": "^2.0.0",
"babel-plugin-module-resolver": "^4.1.0",
"babel-plugin-transform-import-css": "^1.0.0-alpha.11",
"npm-install-peers": "^1.2.2"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}