-
Notifications
You must be signed in to change notification settings - Fork 51
/
package.json
63 lines (63 loc) · 1.62 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
{
"name": "burnchart",
"version": "4.0.0",
"repository": {
"type": "git",
"url": "https://github.com/radekstepan/burnchart.git"
},
"license": "AGPL-3.0",
"browserslist": "> 0.5%, last 2 versions, not dead",
"type": "module",
"bin": "./cli.js",
"scripts": {
"start": "vite dev",
"start:preview": "./cli.js --port 1234",
"test": "vitest --run",
"test:dev": "vitest dev",
"prepare": "npm run build",
"build": "vite build"
},
"devDependencies": {
"@firebase/app": "^0.9.1",
"@firebase/auth": "^0.21.1",
"@testing-library/react": "^14.0.0",
"@types/jest": "^29.4.0",
"@types/node": "^18.14.5",
"@types/react": "^18.0.25",
"@types/react-dom": "^18.0.9",
"@types/regression": "^2.0.2",
"@types/semver": "^7.3.13",
"@vitejs/plugin-react": "^2.2.0",
"chart.js": "^4.2.0",
"chartjs-adapter-moment": "^1.0.1",
"graphql": "^16.6.0",
"graphql-request": "^5.1.0",
"happy-dom": "^8.2.6",
"less": "^4.1.3",
"meow": "^11.0.0",
"mockdate": "^3.0.5",
"moment": "^2.29.4",
"normalize.css": "^8.0.1",
"p-queue": "^7.3.0",
"prettier": "^2.8.3",
"pretty-quick": "^3.1.3",
"process": "^0.11.10",
"react": "18.2.0",
"react-content-loader": "^6.2.0",
"react-dom": "18.2.0",
"react-use": "^17.4.0",
"regression": "^2.0.1",
"semver": "^7.3.8",
"serialize-error": "^11.0.0",
"sort-on": "^5.2.0",
"ts-node": "^10.9.1",
"typescript": "^4.9.3",
"url-pattern": "^1.0.3",
"vitest": "^0.28.4",
"wouter": "^2.10.0"
},
"dependencies": {
"node-static": "^0.7.11",
"vite": "^3.2.4"
}
}