-
Notifications
You must be signed in to change notification settings - Fork 59
/
package.json
83 lines (83 loc) · 2.79 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
{
"name": "topcoder-app",
"description": "Topcoder pages including login, registration, settings, dashboard, profile.",
"scripts": {
"build": "webpack --bail --progress --build --tc",
"start": "webpack-dev-server --history-api-fallback --host local.topcoder-dev.com --dev --tc --inline --progress --port 3000",
"start-prod": "webpack-dev-server --history-api-fallback --host local.topcoder.com --prod --tc --inline --progress --port 80",
"lint": "eslint .",
"test": "karma start --tc --test"
},
"devDependencies": {
"angular-mocks": "1.6.5",
"appirio-tech-webpack-config": "0.3.20",
"babel-polyfill": "6.23.0",
"bardjs": "0.1.8",
"bower": "1.8.0",
"bower-webpack-plugin": "0.1.9",
"chai": "3.5.0",
"eslint": "1.10.3",
"eslint-plugin-react": "3.16.1",
"jquery": "2.2.4",
"karma": "0.13.22",
"karma-chai": "0.1.0",
"karma-chai-sinon": "0.1.5",
"karma-cli": "0.1.2",
"karma-coverage": "0.5.5",
"karma-junit-reporter": "0.3.8",
"karma-mocha": "0.2.2",
"karma-phantomjs-launcher": "1.0.4",
"karma-phantomjs-shim": "1.4.0",
"karma-sinon": "1.0.5",
"karma-sourcemap-loader": "0.3.7",
"karma-webpack": "1.8.1",
"mocha": "2.5.3",
"phantomjs-polyfill": "0.0.1",
"phantomjs-prebuilt": "2.1.14",
"redux-logger": "2.10.2",
"sinon": "1.17.7",
"sinon-chai": "2.12.0",
"webpack": "1.15.0"
},
"dependencies": {
"angucomplete-alt": "2.5.0",
"angular": "1.6.5",
"angular-carousel": "1.0.2",
"angular-cookies": "1.6.5",
"angular-filter": "0.5.16",
"angular-img-fallback": "0.1.4",
"angular-intro.js": "appirio-tech/angular-intro.js.git#feature/fix-for-webpack",
"angular-jwt": "0.0.9",
"angular-messages": "1.6.5",
"angular-sanitize": "1.6.5",
"angular-storage": "0.0.13",
"angular-touch": "1.6.5",
"angular-ui-router": "0.4.2",
"angularjs-toaster": "1.2.1",
"appirio-styles": "0.0.30",
"appirio-tech-ng-iso-constants": "1.0.6",
"appirio-tech-ng-ui-components": "2.2.4",
"appirio-tech-react-components": "appirio-tech/react-components.git#listings-release-v3",
"auth0-angular": "4.2.7",
"auth0-js": "6.8.4",
"d3": "3.5.17",
"font-awesome": "4.7.0",
"html-webpack-plugin": "2.30.1",
"intro.js": "1.1.1",
"jstimezonedetect": "1.0.6",
"lodash": "4.17.4",
"moment": "2.18.1",
"moment-timezone": "0.5.13",
"ng-dialog": "0.5.9",
"react-select": "1.0.0-beta8",
"restangular": "1.6.1",
"tc-accounts": "https://github.com/appirio-tech/accounts-app.git#0.0.7",
"tc-angular-ellipsis": "0.1.6",
"topcoder-app-r": "https://github.com/appirio-tech/topcoder-app-r.git#0.0.2",
"xml2js": "0.4.17",
"zepto": "1.0.1",
"estraverse": "4.1.0",
"bluebird": "2.9.2",
"tapable": "1.0.0"
}
}