-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 1.11 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
{
"name": "prism-oscillator",
"version": "1.0.0",
"description": "RNCM PRiSM Oscillator App.",
"homepage": "https://rncm-prism.github.io/prism-oscillator",
"main": "./src/index",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack-dev-server -d --config webpack.config.js --progress --colors",
"build": "webpack --config webpack.config.js",
"predeploy": "npm run build",
"deploy": "gh-pages -d public"
},
"author": "Dr Christopher Melen",
"license": "ISC",
"devDependencies": {
"@babel/cli": "^7.8.4",
"@babel/core": "^7.9.0",
"@babel/preset-env": "^7.9.5",
"babel-loader": "^8.1.0",
"css-loader": "^3.5.3",
"gh-pages": "^3.2.3",
"style-loader": "^1.2.0",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.11.0"
},
"dependencies": {
"@babel/polyfill": "^7.8.7",
"@babel/preset-react": "^7.9.4",
"@material-ui/core": "^4.9.12",
"@material-ui/icons": "^4.9.1",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"tone": "^14.7.39",
"typeface-roboto": "0.0.75"
}
}