-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.36 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
{
"name": "tomato",
"version": "1.2.12",
"description": "A synth.",
"main": "index.js",
"scripts": {
"dev": "next",
"export": "next export",
"build": "next build",
"start": "next start",
"now-build": "next build",
"release": "standard-version",
"test": "jest",
"tsc": "tsc"
},
"keywords": [
"synth",
"music",
"web-audio",
"audio"
],
"author": "Zach Green",
"license": "MIT",
"dependencies": {
"lodash.capitalize": "^4.2.1",
"markdown-to-jsx": "^6.11.4",
"next": "^9.5.5",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"react-redux": "^7.2.2",
"redux": "^4.0.5",
"redux-devtools-extension": "^2.13.8",
"reselect": "^4.0.0",
"tone": "^14.7.58"
},
"devDependencies": {
"@babel/preset-env": "^7.12.7",
"@babel/preset-react": "^7.12.7",
"@testing-library/jest-dom": "^5.11.6",
"@testing-library/react": "^10.4.9",
"@types/node": "^14.14.9",
"@types/react": "^16.14.1",
"@typescript-eslint/eslint-plugin": "^3.10.1",
"@typescript-eslint/parser": "^3.10.1",
"babel-eslint": "^10.1.0",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.15.0",
"eslint-plugin-react": "^7.21.5",
"eslint-plugin-react-hooks": "^2.5.1",
"jest": "^26.6.3",
"raw-loader": "^3.1.0",
"standard-version": "^7.1.0",
"typescript": "^3.9.7"
}
}