-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
55 lines (55 loc) · 1.66 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": "the-corruption-loops",
"version": "1.0.1",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack-dev-server",
"build": "webpack-cli --mode production",
"deploy": "env SAMPLE_FILE_HOST=//samples.alexbainter.com npm run build && node ./scripts/deploy.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/metalex9/the-corruption-loops.git"
},
"author": "Alex Bainter <alexbainter+github@gmail.com> (https://alexbainter.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/metalex9/the-corruption-loops/issues"
},
"homepage": "https://github.com/metalex9/the-corruption-loops#readme",
"devDependencies": {
"@babel/core": "^7.4.0",
"@babel/preset-env": "^7.4.2",
"@babel/preset-react": "^7.0.0",
"aws-sdk": "^2.484.0",
"babel-loader": "^8.0.5",
"clean-webpack-plugin": "^3.0.0",
"css-loader": "^2.1.1",
"eslint": "^5.15.3",
"eslint-config-metalex9": "^0.3.0",
"eslint-plugin-react": "^7.12.4",
"file-loader": "^4.0.0",
"glob": "^7.1.4",
"html-webpack-plugin": "^3.2.0",
"mime-types": "^2.1.24",
"mini-css-extract-plugin": "^0.6.0",
"node-gzip": "^1.1.2",
"node-sass": "^4.13.1",
"prettier": "^1.16.4",
"prop-types": "^15.7.2",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.1",
"webpack": "^4.29.6",
"webpack-cli": "^3.3.0",
"webpack-dev-server": "^3.2.1",
"worker-loader": "^2.0.0"
},
"dependencies": {
"@generative-music/samples-alex-bainter": "^1.0.2",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"tone": "^13.4.9"
}
}