-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.21 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
{
"name": "git-calendar-beat",
"version": "1.0.0",
"private": true,
"dependencies": {
"@types/ramda": "^0.27.40",
"@types/rc-slider": "^8.6.5",
"@types/webmidi": "^2.0.3",
"assemblyscript-typescript-loader": "^1.4.1",
"axios": "^1.3.2",
"ramda": "^0.27.1",
"rc-slider": "^8.7.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-icons": "^4.7.1",
"react-redux": "^7.2.4",
"redux": "^4.0.1",
"tone": "^14.7.77",
"wasm-loader": "^1.3.0"
},
"engines": {
"node": ">=16.0.0"
},
"scripts": {
"build": "webpack --mode production",
"build-dev": "webpack --mode development",
"watch": "webpack -w --mode development"
},
"devDependencies": {
"@types/react": "^17.0.5",
"@types/react-dom": "^17.0.3",
"@types/react-redux": "^7.1.16",
"@types/tone": "https://github.com/Tonejs/TypeScript.git",
"@wasm-tool/wasm-pack-plugin": "^1.1.0",
"css-loader": "^5.2.4",
"html-webpack-plugin": "^5.3.1",
"mini-css-extract-plugin": "^1.6.0",
"source-map-loader": "^2.0.1",
"ts-loader": "^9.1.2",
"tsconfig-paths-webpack-plugin": "^3.5.1",
"typescript": "^4.2.4",
"webpack": "^5.36.2",
"webpack-cli": "^4.7.0"
}
}