-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
108 lines (108 loc) · 3.5 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
101
102
103
104
105
106
107
108
{
"name": "app-react",
"description": "Stable version of a basic SPA example React and TypeScript.",
"license": "MIT",
"version": "3.0.2",
"scripts": {
"start": "craco start",
"build": "craco build",
"test": "craco test",
"lint": "yarn lint:scripts && yarn lint:styles && yarn lint:editor",
"lint:scripts": "eslint --fix . --ext .ts,.tsx src",
"lint:styles": "stylelint \"./src/**/*.(css)\" --fix",
"lint:editor": "eclint fix",
"update": "cra-update"
},
"husky": {
"hooks": {
"pre-commit": "yarn lint"
}
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.3",
"@material-ui/core": "^4.11.4",
"@material-ui/data-grid": "^4.0.0-alpha.33",
"@material-ui/icons": "^4.11.2",
"@material-ui/styles": "^4.11.4",
"@material-ui/x-grid": "^4.0.0-alpha.33",
"@types/d3-format": "^2.0.0",
"@types/d3-scale": "^3.3.0",
"@types/d3-shape": "^2.1.0",
"@types/d3-time-format": "^3.0.0",
"bootstrap": "^4.6.0",
"d3-dsv": "^2.0.0",
"i18next": "^19.8.9",
"inversify-hooks": "^2.1.6",
"moralis": "^0.0.28",
"node-sass": "^5.0.0",
"react": "^17.0.1",
"react-bootstrap": "^1.5.0",
"react-dom": "^17.0.1",
"react-hookstore": "^1.5.1",
"react-i18next": "^11.8.7",
"react-moralis": "^0.1.9",
"react-router-dom": "^5.2.0",
"react-stockcharts": "^0.7.8",
"reflect-metadata": "^0.1.13"
},
"devDependencies": {
"@craco/craco": "^6.1.1",
"@types/chai": "^4.2.15",
"@types/jest": "26.0.20",
"@types/node": "14.14.30",
"@types/react": "^17.0.2",
"@types/react-bootstrap": "^1.0.1",
"@types/react-dom": "17.0.1",
"@types/react-router-dom": "^5.1.7",
"@typescript-eslint/eslint-plugin": "^4.15.1",
"@typescript-eslint/parser": "^4.15.1",
"craco-style-resources-loader": "CKGrafico/craco-style-resources-loader#patch-1",
"create-react-app-updater": "^0.11.1",
"eclint": "^2.8.1",
"eslint": "7.20.0",
"eslint-config-prettier": "^7.2.0",
"eslint-config-react-app": "6.0.0",
"eslint-plugin-flowtype": "^5.2.2",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-react": "^7.22.0",
"eslint-plugin-react-hooks": "^4.2.0",
"husky": "^5.0.9",
"jest-transform-stub": "^2.0.0",
"postcss": "^7.0.35",
"postcss-at-rules-variables": "^0.1.10",
"postcss-calc": "^7.0.5",
"postcss-discard-comments": "^4.0.2",
"postcss-each": "^0.10.0",
"postcss-fontpath": "^1.0.0",
"postcss-functions": "^3.0.0",
"postcss-hexrgba": "^2.0.1",
"postcss-import": "^12.0.0",
"postcss-loader": "^5.0.0",
"postcss-mixins": "^6.2.3",
"postcss-nested": "^4.2.3",
"postcss-replace": "CKGrafico/postcss-replace#patch-1",
"postcss-simple-vars": "^5.0.2",
"prettier": "^2.2.1",
"prettier-stylelint": "^0.4.2",
"purgecss-webpack-plugin": "^4.0.0",
"react-scripts": "4.0.2",
"start-server-and-test": "^1.12.0",
"stylelint": "^13.10.0",
"stylelint-config-prettier": "^8.0.2",
"stylelint-config-standard": "^20.0.0",
"stylelint-prettier": "^1.1.2",
"stylelint-processor-html": "^1.0.0",
"terser-webpack-plugin": "^4.2.3",
"ts-jest": "^26.5.1",
"typescript": "4.1.5"
},
"eslintConfig": {
"extends": [
"./.eslintrc.js"
]
},
"repository": "https://github.com/CKGrafico/Frontend-Boilerplates#frontend-boilerplates",
"author": "https://github.com/CKGrafico/Frontend-Boilerplates#-contributors"
}