-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.32 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
{
"name": "webaudio-ambient",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build:watch": "NODE_ENV=development ./node_modules/.bin/webpack --config=./config/webpack.config.prod.js -w",
"build": "NODE_ENV=production ./node_modules/.bin/webpack --config=./config/webpack.config.prod.js",
"start": "NODE_ENV=development ./node_modules/.bin/webpack-dev-server --content-base=./public --config=./config/webpack.config.dev.js --port 3000"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@types/react": "^16.3.5",
"@types/react-dom": "^16.0.4",
"react": "^16.3.1",
"react-dev-utils": "^5.0.1",
"react-dom": "^16.3.1",
"ts-loader": "^4.1.0",
"typescript": "^2.8.1",
"webpack": "^4.5.0",
"webpack-cli": "^2.0.14"
},
"dependencies": {
"@types/recompose": "^0.24.7",
"axios": "^0.18.0",
"css-loader": "^0.28.11",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"file-loader": "^1.1.11",
"html-webpack-plugin": "^3.2.0",
"postcss-loader": "^2.1.5",
"recompose": "^0.26.0",
"rxjs": "^6.1.0",
"soundbank-reverb": "^1.1.2",
"style-loader": "^0.21.0",
"webpack-dev-server": "^3.1.4",
"webpack-serve": "^1.0.2",
"worker-loader": "^1.1.1"
}
}