This repository has been archived by the owner on Oct 6, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
69 lines (69 loc) · 2.08 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "@speechmatics/realtimedemo",
"version": "1.0.0",
"description": "A demo web application for showcasing our real-time transcription service.",
"main": "src/main.js",
"scripts": {
"build-dev": "NODE_ENV=dev ./node_modules/.bin/gulp build",
"build": "NODE_ENV=prod ./node_modules/.bin/gulp build",
"dev": "NODE_ENV=live ./node_modules/.bin/nodemon --watch webpack.config.js ./node_modules/.bin/webpack-dev-server"
},
"repository": {
"type": "git",
"url": "[email protected]:speechmatics/realtimedemo.git"
},
"license": "MIT",
"author": "Speechmatics <[email protected]>",
"private": true,
"devDependencies": {
"aws-sdk": "^2.814.0",
"@babel/core": "^7.4.5",
"babel-loader": "^8.0.6",
"@babel/preset-env": "^7.4.5",
"cdnizer": "^3.0.2",
"clean-webpack-plugin": "^3.0.0",
"css-loader": "^2.1.1",
"mini-css-extract-plugin": "0.7.0",
"favicons-webpack-plugin": "^0.0.9",
"file-loader": "^3.0.1",
"glob": "^7.1.4",
"gulp": "^4.0.2",
"graceful-fs": "^4.1.15",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.2.0",
"http-server": "^0.11.1",
"jshint": "^2.10.2",
"json-loader": "^0.5.7",
"mime-types": "^2.1.24",
"modernizr-loader": "^1.0.1",
"babel-plugin-angularjs-annotate": "^0.10.0",
"node-sass": "^7.0.0",
"nodemon": "^1.19.1",
"raw-loader": "^2.0.0",
"request": "^2.88.0",
"s3": "^4.4.0",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.1",
"uglify-js": "^3.6.0",
"uglifyjs-webpack-plugin": "^2.1.3",
"url-loader": "^1.1.2",
"webpack-cli": "^3.3.2",
"webpack": "^4.32.2",
"webpack-dev-server": "^3.5.1",
"yarn": "^1.22.0"
},
"dependencies": {
"@babel/polyfill": "^7.4.4",
"angular": "^1.8.0",
"angular-messages": "^1.7.2",
"angular-animate": "^1.6.4",
"angular-aria": "^1.6.4",
"angular-material": "^1.1.19",
"angular-sanitize": "^1.6.4",
"angulartics": "^1.4.0",
"angulartics-google-analytics": "^0.4.0",
"emojione": "^3.0.3",
"modernizr": "^3.5.0",
"moment": "^2.18.1"
}
}