-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathpackage.json
104 lines (104 loc) · 3.4 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
{
"scripts": {
"start": "snowpack dev",
"build": "snowpack build",
"test": "web-test-runner \"src/**/*.test.tsx\" --node-resolve --playwright --browsers chromium firefox",
"format": "prettier --write \"src/**/*.{js,jsx,ts,tsx}\"",
"format:staged": "pretty-quick --staged --pattern \"src/**/*.*(js|jsx|ts|tsx)\"",
"lint": "eslint -c ./.eslintrc.js \"src/**/*.{ts,tsx}\" ",
"lint:fix": "eslint -c ./.eslintrc.js \"src/**/*.{ts,tsx}\" --fix",
"check-types": "tsc --noEmit",
"postinstall": "cd ci-cd && npm install",
"prepare": "husky install"
},
"dependencies": {
"@popperjs/core": "^2.11.0",
"@snowpack/plugin-typescript": "^1.2.1",
"@types/node": "^20.4.8",
"apexcharts": "^3.32.1",
"axios": "^1.4.0",
"bootstrap": "^5.1.3",
"chart.js": "^3.7.0",
"dotenv": "^16.3.1",
"easy-peasy": "^5.0.4",
"hex-to-bin": "^1.0.1",
"hex-to-binary": "^1.0.1",
"midi-note": "^1.0.0",
"multi-range-slider-react": "^2.0.3",
"react": "^18.2.0",
"react-accordion-with-header": "^0.1.3",
"react-apexcharts": "^1.3.9",
"react-bootstrap": "^2.1.0",
"react-chartjs-2": "^4.0.0",
"react-dom": "^17.0.2",
"react-icons": "^4.7.1",
"react-piano": "^3.1.3",
"react-popper": "^2.2.5",
"react-portal": "^4.2.1",
"react-router": "^5.2.1",
"react-router-dom": "^5.1.2",
"react-scripts": "^5.0.1",
"react-slider": "^2.0.4",
"react-window": "^1.8.6",
"soundfont-player": "^0.12.0",
"styled-components": "^5.3.3",
"web-vitals": "^3.4.0",
"webpack": "^5.88.2",
"workbox-background-sync": "^6.6.0",
"workbox-broadcast-update": "^6.6.0",
"workbox-cacheable-response": "^6.5.4",
"workbox-core": "^6.6.0",
"workbox-expiration": "^6.6.0",
"workbox-google-analytics": "^6.6.0",
"workbox-navigation-preload": "^6.6.0",
"workbox-precaching": "^6.6.0",
"workbox-range-requests": "^6.6.0",
"workbox-routing": "^6.6.0",
"workbox-strategies": "^6.6.0",
"workbox-streams": "^6.6.0",
"workbox-webpack-plugin": "^7.0.0"
},
"devDependencies": {
"@snowpack/plugin-babel": "^2.1.7",
"@snowpack/plugin-dotenv": "^2.2.0",
"@snowpack/plugin-postcss": "^1.4.3",
"@snowpack/plugin-react-refresh": "^2.5.0",
"@snowpack/web-test-runner-plugin": "^0.2.2",
"@testing-library/react": "^12.1.2",
"@types/chai": "^4.3.0",
"@types/lodash": "^4.14.178",
"@types/mocha": "^9.0.0",
"@types/react": "^17.0.38",
"@types/react-dom": "^17.0.11",
"@types/react-portal": "^4.0.4",
"@types/react-router": "^5.1.17",
"@types/react-router-dom": "^5.3.2",
"@types/react-window": "^1.8.5",
"@types/snowpack-env": "^2.3.4",
"@types/styled-components": "^5.1.19",
"@typescript-eslint/eslint-plugin": "^5.9.0",
"@typescript-eslint/parser": "^5.9.0",
"@web/test-runner": "^0.13.23",
"@web/test-runner-playwright": "^0.8.8",
"chai": "^4.3.4",
"chrome-launcher": "^0.15.0",
"eslint": "^8.6.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-react": "^7.28.0",
"husky": "^8.0.0",
"i": "^0.3.7",
"npm": "^9.8.1",
"postcss": "^8.4.5",
"postcss-cli": "^9.1.0",
"prettier": "^2.5.1",
"pretty-quick": "^3.1.3",
"process": "0.11.10",
"react-error-overlay": "^6.0.9",
"snowpack": "^3.8.8",
"tailwindcss": "^3.0.9",
"typescript": "^4.9.5"
},
"resolutions": {
"styled-components": "^5"
}
}