-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.57 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": "hrr47-mvp",
"version": "1.0.0",
"description": "Take Note! A musical memory game",
"main": "index.js",
"scripts": {
"start": "node server/index.js",
"dev": "nodemon -r dotenv/config server/index.js",
"build": "webpack --watch --mode=development",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/manzaloros/hrr47-mvp.git"
},
"author": "Zach Mansell",
"license": "ISC",
"bugs": {
"url": "https://github.com/manzaloros/hrr47-mvp/issues"
},
"homepage": "https://github.com/manzaloros/hrr47-mvp#readme",
"dependencies": {
"axios": "^0.20.0",
"express": "^4.17.1",
"pg": "^8.3.3",
"react": "^16.13.1",
"react-compound-timer": "^1.2.0",
"react-dom": "^16.13.1",
"react-piano": "^3.1.3",
"startaudiocontext": "^1.2.1",
"styled-components": "^5.2.0",
"tone": "^14.7.39"
},
"devDependencies": {
"@babel/core": "^7.11.6",
"@babel/preset-env": "^7.11.5",
"@babel/preset-react": "^7.10.4",
"babel-loader": "^8.1.0",
"babel-plugin-styled-components": "^1.11.1",
"dotenv": "^8.2.0",
"eslint": "^7.2.0",
"eslint-config-airbnb": "^18.2.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-react": "^7.20.6",
"eslint-plugin-react-hooks": "^4.0.0",
"file-loader": "^6.1.0",
"nodemon": "^2.0.4",
"source-map-loader": "^1.1.0",
"ttf-loader": "^1.0.2",
"url-loader": "^4.1.0",
"webpack": "^4.44.1",
"webpack-cli": "^3.3.12"
}
}