This repository was archived by the owner on Sep 23, 2025. 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
63 lines (63 loc) · 1.67 KB
/
package.json
File metadata and controls
63 lines (63 loc) · 1.67 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
{
"name": "extended-transcript",
"version": "1.0.0",
"description": "Extended Transcript user interface",
"src": "app",
"test": "test",
"dist": "dist",
"mainInput": "main",
"mainOutput": "main",
"devDependencies": {
"babel-core": "^5.6.7",
"babel-loader": "^5.2.1",
"css-loader": "~0.9.0",
"file-loader": "^0.8.5",
"grunt": "~0.4.5",
"grunt-cli": "0.1.13",
"grunt-concurrent": "^2.0.3",
"grunt-contrib-clean": "~0.6.0",
"grunt-contrib-compress": "^0.13.0",
"grunt-contrib-connect": "~0.8.0",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-karma": "~0.8.3",
"grunt-open": "~0.2.3",
"grunt-sass": "^1.1.0-beta",
"grunt-string-replace": "^1.0.0",
"grunt-webpack": "~1.0.8",
"jshint-loader": "~0.8.0",
"jsx-loader": "~0.12.2",
"karma": "^0.13.19",
"load-grunt-tasks": "~0.6.0",
"node-libs-browser": "^1.0.0",
"react-hot-loader": "^1.0.7",
"style-loader": "~0.8.0",
"url-loader": "~0.5.5",
"webpack": "1.9.8",
"webpack-dev-server": "^1.14.1"
},
"dependencies": {
"angular": "1.4.1",
"angular-ui-router": "^0.2.18",
"bootstrap": "^3.3.5",
"copy-loader": "^0.1.2",
"font-awesome": "^4.3.0",
"html-loader": "^0.3.0",
"json-loader": "^0.5.2",
"lodash": "^3.10.1",
"moment": "^2.9.0",
"ngreact": "^0.1.5",
"ngtemplate-loader": "^1.3.0",
"q": "^1.4.1",
"react": "0.12.2",
"react-bootstrap": "^0.17.0",
"react-router": "^0.11.6",
"superagent": "^1.1.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"serve": "grunt serve"
},
"author": "",
"license": "ISC"
}