-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
79 lines (79 loc) · 2.23 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": "wealthwise",
"version": "1.1.0",
"description": "",
"main": "index.js",
"keywords": [],
"author": "",
"license": "UNLICENSED",
"private": true,
"scripts": {
"clean": "rm dist/bundle.js",
"build-dev": "webpack --mode development",
"build-prod": "webpack --mode production",
"start": "webpack serve --hot --mode development",
"test": "jest",
"coverage": "jest --coverage",
"benchmark": "npx tsx bin/benchmark.ts"
},
"dependencies": {
"@testing-library/react-hooks": "8.0.1",
"core-js": "^3.21.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-hot-loader": "^4.13.0",
"regenerator-runtime": "^0.13.9"
},
"devDependencies": {
"@ava/babel": "^2.0.0",
"@babel/core": "^7.17.8",
"@babel/preset-env": "^7.16.11",
"@babel/preset-react": "^7.16.7",
"@hot-loader/react-dom": "^17.0.2+4.13.0",
"@rematch/core": "^2.2.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "12.1.5",
"@types/chance": "^1.1.3",
"@types/d3": "^7.3.0",
"@types/jest": "^27.4.1",
"@types/object-path": "^0.11.1",
"@types/react": "^18.0.5",
"@types/react-text-mask": "^5.4.11",
"babel-jest": "^27.5.1",
"babel-loader": "^8.2.4",
"buffer": "^6.0.3",
"chance": "^1.1.8",
"clone-deep": "^4.0.1",
"crypto-browserify": "^3.12.0",
"css-loader": "^6.7.1",
"d3": "^7.3.0",
"jest": "^27.5.1",
"jotai": "^2.8.3",
"jstat": "^1.9.5",
"less": "^4.1.2",
"less-loader": "^10.2.0",
"mathjs": "^10.4.1",
"mitata": "^1.0.23",
"normalize.css": "^8.0.1",
"numbro": "^2.3.6",
"numeraljs": "^1.5.6",
"object-path": "^0.11.8",
"random-js": "^2.1.0",
"react-collapsed": "^3.3.0",
"react-countup": "^6.2.0",
"react-icons": "^4.3.1",
"react-text-mask": "^5.4.3",
"react-use": "^17.3.2",
"stream-browserify": "^3.0.0",
"style-loader": "^3.3.1",
"ts-jest": "^27.1.4",
"ts-loader": "^9.2.8",
"typescript": "^4.6.3",
"url-pattern": "^1.0.3",
"webpack": "^5.70.0",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.7.4",
"wouter": "^3.3.5",
"xlsx": "^0.18.5"
}
}