This repository was archived by the owner on May 8, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
75 lines (75 loc) · 2.05 KB
/
package.json
File metadata and controls
75 lines (75 loc) · 2.05 KB
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
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "InsanityPlayer",
"version": "0.0.0",
"description": "A free radio player app",
"scripts": {
"dist": "webpack --env=dist --config webpack.prod.config.js",
"dev": "webpack --config webpack.config.js",
"serve": "webpack-dev-server"
},
"dependencies": {
"@angular/common": "2.4.3",
"@angular/compiler": "2.4.3",
"@angular/compiler-cli": "2.4.3",
"@angular/core": "2.4.3",
"@angular/forms": "^2.4.3",
"@angular/http": "2.4.3",
"@angular/platform-browser": "2.4.3",
"@angular/platform-browser-dynamic": "2.4.3",
"@types/core-js": "0.9.35",
"angular2-onsenui": "1.0.0-rc.5",
"autoprefixer": "6.3.7",
"babel-core": "^6.26.0",
"babel-loader": "6.2.4",
"babel-preset-es2015": "6.9.0",
"babel-preset-react": "6.11.1",
"babel-preset-stage-2": "6.11.0",
"cordova": "^8.0.0",
"cordova-android": "~6.1.2",
"cordova-browser": "^5.0.2",
"cordova-ios": "^4.5.4",
"cordova-plugin-file": "~4.3.1",
"cordova-plugin-media": "~2.4.1",
"cordova-plugin-statusbar": "~2.2.2",
"core-js": "2.4.1",
"css-loader": "0.23.1",
"extract-text-webpack-plugin": "1.0.1",
"file-loader": "0.9.0",
"fsevents": "^1.1.2",
"html-loader": "0.4.3",
"html-webpack-plugin": "2.22.0",
"npm-run": "^4.1.2",
"null-loader": "0.1.1",
"onsenui": "^2.0.5",
"postcss-loader": "0.9.1",
"precss": "1.4.0",
"progress-bar-webpack-plugin": "1.8.0",
"raw-loader": "^0.5.1",
"react-hot-loader": "3.0.0-beta.1",
"rxjs": "5.4.2",
"style-loader": "0.13.1",
"stylus": "0.54.5",
"stylus-loader": "2.1.1",
"ts-loader": "1.3.0",
"typescript": "2.4.0",
"webpack": "1.13.1",
"webpack-dev-server": "1.14.1",
"zone.js": "0.7.6"
},
"cordova": {
"platforms": [
"ios",
"android",
"browser"
],
"plugins": {
"cordova-plugin-media": {},
"cordova-plugin-file": {},
"cordova-plugin-statusbar": {}
}
},
"devDependencies": {
"@types/node": "^8.5.2",
"copy-webpack-plugin": "^3.0.1"
}
}