-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.52 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
{
"name": "mobile-ambiente",
"version": "1.0.0",
"description": "",
"scripts": {
"start": "webpack-dev-server --config src/webpack.development.config.js --progress --inline --colors",
"build:development": "webpack --config src/webpack.development.config.js --watch",
"build:production": "webpack --config src/webpack.production.config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ToastHawaii/mobile-ambiente"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/ToastHawaii/mobile-ambiente/issues"
},
"homepage": "https://github.com/ToastHawaii/mobile-ambiente#readme",
"dependencies": {
"@types/howler": "2.2.7",
"@types/jquery": "3.3.33",
"@types/semantic-ui": "2.2.7",
"@types/jsmediatags": "3.9.1",
"fomantic-ui": "2.8.7",
"howler": "2.2.3",
"jsmediatags": "3.9.3"
},
"devDependencies": {
"@types/html-webpack-plugin": "3.2.3",
"@types/webpack": "4.41.21",
"@types/webpack-dev-server": "3.11.0",
"awesome-typescript-loader": "5.2.1",
"babel-core": "6.26.3",
"babel-loader": "7.1.4",
"clean-webpack-plugin": "3.0.0",
"copy-webpack-plugin": "6.0.3",
"css-loader": "5.2.6",
"file-loader": "6.0.0",
"html-webpack-plugin": "4.3.0",
"source-map-loader": "1.0.2",
"style-loader": "1.2.1",
"typescript": "4.0.2",
"uglify-es-webpack-plugin": "0.10.0",
"url-loader": "4.1.0",
"webpack": "4.44.1",
"webpack-cli": "3.3.12",
"webpack-dev-server": "3.11.0"
}
}