-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.41 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
{
"name": "webpack4-webaudio-test",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "tslint -c ./tslint.json --project ./tsconfig.json --format stylish",
"build": "npm run lint && webpack --mode production --devtool nosources-source-map --progress",
"start": "webpack-dev-server --mode development --devtool cheap-module-source-map"
},
"author": "",
"license": "ISC",
"devDependencies": {
"copy-webpack-plugin": "^5.1.1",
"css-loader": "^3.4.2",
"file-loader": "^1.1.11",
"html-webpack-plugin": "^3.2.0",
"mini-css-extract-plugin": "^0.9.0",
"source-map-loader": "^0.2.3",
"style-loader": "^0.20.3",
"ts-loader": "^4.3.0",
"tslint": "^5.10.0",
"tslint-language-service": "^0.9.9",
"typescript": "^2.8.3",
"typestrict": "0.0.9",
"webpack": "^4.41.5",
"webpack-cli": "^3.3.10",
"webpack-dev-server": "^3.10.2",
"webpack-version-hash-plugin": "0.0.2"
},
"dependencies": {
"@types/classnames": "^2.2.3",
"@types/react": "^16.3.14",
"@types/react-dom": "^16.0.5",
"@types/reactstrap": "^5.0.26",
"@types/reflect-metadata": "^0.1.0",
"bootstrap": "^4.4.1",
"classnames": "^2.2.5",
"font-awesome": "^4.7.0",
"react": "^16.4.0",
"react-dom": "^16.12.0",
"reactstrap": "^5.0.0",
"reflect-metadata": "^0.1.12"
}
}