-
Notifications
You must be signed in to change notification settings - Fork 35
/
package.json
62 lines (62 loc) · 1.78 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
{
"name": "blossom",
"version": "0.2.1",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack-dev-server",
"build": "cross-env NODE_ENV=production webpack-cli --config webpack.prod.config.js",
"lint": "eslint .",
"deploy": "npm run lint && npm run build && node ./scripts/deploy.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.3.4",
"@babel/preset-env": "^7.3.4",
"@babel/preset-react": "^7.0.0",
"autoprefixer": "^9.5.0",
"aws-sdk": "^2.422.0",
"babel-loader": "^9.1.2",
"babel-polyfill": "^6.26.0",
"clean-webpack-plugin": "^1.0.1",
"cross-env": "^5.2.0",
"css-loader": "^6.7.4",
"eslint": "^5.15.1",
"eslint-config-metalex9": "^0.3.0",
"eslint-plugin-react": "^7.12.4",
"file-loader": "^6.2.0",
"glob": "^7.1.3",
"html-webpack-plugin": "^5.5.1",
"mime-types": "^2.1.22",
"mini-css-extract-plugin": "^2.7.6",
"node-gzip": "^1.1.2",
"postcss-loader": "^3.0.0",
"prettier": "^1.16.4",
"sass": "^1.62.1",
"sass-loader": "^13.2.2",
"style-loader": "^3.3.3",
"webpack": "^5.83.1",
"webpack-cli": "^5.1.1",
"webpack-dev-server": "^4.15.0"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.15",
"@fortawesome/free-solid-svg-icons": "^5.7.2",
"@fortawesome/react-fontawesome": "^0.1.4",
"material-colors": "^1.2.6",
"nosleep.js": "^0.9.0",
"offline-plugin": "^5.0.7",
"react": "^16.8.4",
"react-dom": "^16.8.4",
"react-transition-group": "^2.6.1",
"rxjs": "^6.4.0",
"shuffle-array": "^1.0.1",
"startaudiocontext": "^1.2.1",
"tonal": "^2.2.1",
"tone": "^13.4.9",
"uuid": "^3.3.2"
}
}