forked from kousun12/eternal
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
95 lines (95 loc) · 2.61 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
{
"name": "eternal",
"version": "1.14.0",
"license": "MIT",
"private": false,
"homepage": "https://eternal.rob.computer",
"dependencies": {
"@babel/plugin-proposal-export-default-from": "^7.18.10",
"@babel/preset-flow": "^7.18.6",
"@babel/preset-react": "^7.18.6",
"@blueprintjs/core": "^3.19.0",
"@blueprintjs/select": "^3.11.0",
"@fortawesome/fontawesome-free": "^5.5.0",
"@fortawesome/fontawesome-svg-core": "^1.2.8",
"@fortawesome/free-solid-svg-icons": "^5.5.0",
"@fortawesome/react-fontawesome": "^0.1.3",
"@tensorflow/tfjs-core": "^1.2.11",
"babel-polyfill": "^6.26.0",
"babel-preset-react": "^6.24.1",
"css-loader": "^0.28.7",
"flux": "^3.1.3",
"font-awesome": "^4.7.0",
"fuzzy-search": "^2.1.0",
"json-loader": "^0.5.7",
"lodash": "^4.17.21",
"node-sass": "^8.0.0",
"patch-package": "^6.2.0",
"postinstall-postinstall": "^2.0.0",
"postprocessing": "^6.29.1",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-base16-styling": "^0.6.0",
"react-dimensions": "^1.3.1",
"react-dom": "^16.10.2",
"react-draggable": "^4.0.3",
"react-lifecycles-compat": "^3.0.4",
"react-onclickoutside": "^6.7.1",
"react-redux": "^7.1.1",
"react-scripts": "^5.0.1",
"react-select": "^1.3.0",
"react-syntax-highlighter": "^11.0.2",
"react-textarea-autosize": "^7.1.0-1",
"redux-starter-kit": "^0.7.0",
"regenerator-runtime": "^0.11.0",
"resolve-url-loader": "^3.0.0",
"sass-loader": "6.0.7",
"soundfont-player": "^0.11.0",
"three": "^0.148.0",
"tonal": "^4.8.0",
"tonal-detect": "^2.1.2",
"tonal-dictionary": "^2.2.2",
"tonal-key": "^2.2.2",
"tonal-pcset": "^2.2.2",
"tonal-scale": "^2.2.2",
"tone": "^13.8.34",
"tone-piano": "^0.0.12",
"webmidi": "^3.0.25",
"webpack-assets-manifest": "^5.1.0"
},
"resolutions": {
"tone-piano/**/tone": "^13.8.25"
},
"devDependencies": {
"@babel/cli": "^7.4.4",
"codegen.macro": "^3.0.0",
"flow-bin": "^0.81.0",
"gh-pages": "^4.0.0",
"prettier": "^1.18.2"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"predeploy": "yarn run build",
"deploy": "gh-pages -d build",
"flow": "./node_modules/.bin/flow check",
"postinstall": "patch-package"
},
"eslintConfig": {
"extends": "react-app"
},
"eslintIgnore": [
"src/vendor/**"
],
"engines": {
"node": "16.x"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}