-
Notifications
You must be signed in to change notification settings - Fork 36
Expand file tree
/
Copy pathpackage.json
More file actions
84 lines (84 loc) · 2.31 KB
/
package.json
File metadata and controls
84 lines (84 loc) · 2.31 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
74
75
76
77
78
79
80
81
82
83
84
{
"name": "dfn-react-ts",
"version": "0.1.1",
"private": true,
"homepage": ".",
"dependencies": {
"@babel/polyfill": "^7.2.5",
"@babel/preset-typescript": "^7.15.0",
"@babel/runtime": "^7.1.5",
"@dfinity/agent": "0.9.1",
"@dfinity/auth-client": "0.9.1",
"@dfinity/authentication": "0.9.1",
"@dfinity/candid": "^0.9.1",
"@dfinity/identity": "0.9.1",
"@dfinity/principal": "^0.9.1",
"@material-ui/core": "^4.10.0",
"@material-ui/icons": "^4.9.1",
"@types/inflection": "^1.5.28",
"@types/recharts": "^1.8.10",
"clsx": "^1.1.1",
"dompurify": "^2.3.3",
"faker": "4.1.0",
"fakerest": "^2.2.0",
"fetch-mock": "~6.3.0",
"json-graphql-server": "~2.1.3",
"lodash": "^4.17.21",
"moment": "^2.29.1",
"proxy-polyfill": "^0.3.0",
"ra-data-fakerest": "^3.9.0",
"ra-data-graphql-simple": "^3.9.0",
"ra-data-json-server": "^3.18.2",
"ra-data-simple-rest": "^3.9.0",
"ra-i18n-polyglot": "^3.9.0",
"ra-input-rich-text": "^3.9.0",
"ra-language-english": "^3.9.0",
"ra-language-french": "^3.9.0",
"react": "^16.9.0",
"react-admin": "^3.9.0",
"react-app-polyfill": "^1.0.4",
"react-dom": "^16.9.0",
"react-dropzone": "^11.4.0",
"react-redux": "^7.1.0",
"react-router": "^5.1.0",
"react-router-dom": "^5.1.0",
"react-scripts": "^3.0.0",
"recharts": "^1.8.5",
"redux-saga": "^1.0.0"
},
"scripts": {
"start": "craco start",
"build": "craco build",
"test": "craco test"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": [
">0.2%",
"not dead",
"not op_mini all"
],
"devDependencies": {
"@babel/core": "^7.1.5",
"@babel/plugin-proposal-object-rest-spread": "^7.0.0",
"@babel/plugin-transform-runtime": "^7.1.0",
"@babel/plugin-transform-spread": "^7.0.0",
"@babel/preset-env": "^7.1.5",
"@craco/craco": "^5.6.4",
"@types/classnames": "^2.2.9",
"@types/fetch-mock": "^7.3.2",
"@types/jest": "^24.0.23",
"@types/node": "^12.12.14",
"@types/query-string": "5.1.0",
"@types/react": "^16.9.13",
"@types/react-dom": "^16.9.4",
"@types/react-router": "^5.1.0",
"@types/react-router-dom": "^5.1.0",
"source-map-explorer": "^2.0.0",
"typescript": "^4.0.2"
}
}