forked from appirio-tech/topcoder-app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
79 lines (79 loc) · 2.6 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
{
"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 0.0.0.0 --dev --tc --inline --progress --port 3000",
"lint": "eslint .",
"test": "karma start --tc --test"
},
"devDependencies": {
"angular-mocks": "^1.4.9",
"appirio-tech-webpack-config": "^0.3.8",
"babel-polyfill": "^6.7.2",
"bardjs": "^0.1.8",
"bower": "^1.6.8",
"bower-webpack-plugin": "^0.1.9",
"chai": "^3.5.0",
"eslint": "^1.10.3",
"eslint-plugin-react": "^3.15.0",
"jquery": "^2.2.0",
"karma": "^0.13.19",
"karma-chai": "^0.1.0",
"karma-chai-sinon": "^0.1.5",
"karma-cli": "^0.1.2",
"karma-coverage": "^0.5.3",
"karma-junit-reporter": "^0.3.8",
"karma-mocha": "^0.2.1",
"karma-phantomjs-launcher": "^1.0.0",
"karma-phantomjs-shim": "^1.2.0",
"karma-sinon": "^1.0.4",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^1.7.0",
"mocha": "^2.4.5",
"phantomjs-polyfill": "0.0.1",
"phantomjs-prebuilt": "^2.1.3",
"redux-logger": "^2.6.1",
"sinon": "^1.17.3",
"sinon-chai": "^2.8.0",
"webpack": "1.x"
},
"dependencies": {
"angucomplete-alt": "^2.1.0",
"angular": "^1.4.9",
"angular-carousel": "^1.0.1",
"angular-cookies": "^1.4.9",
"angular-filter": "^0.5.8",
"angular-img-fallback": "^0.1.3",
"angular-intro.js": "appirio-tech/angular-intro.js.git#feature/fix-for-webpack",
"angular-jwt": "0.0.9",
"angular-messages": "^1.4.9",
"angular-sanitize": "^1.4.9",
"angular-storage": "0.0.13",
"angular-touch": "^1.4.9",
"angular-ui-router": "^0.4.2",
"angularjs-toaster": "^1.0.0",
"appirio-styles": "0.x.x",
"appirio-tech-ng-iso-constants": "^1.0.6",
"appirio-tech-ng-ui-components": "^2.1.2",
"appirio-tech-react-components": "appirio-tech/react-components.git#cl-styles-1",
"auth0-angular": "^4.1.0",
"auth0-js": "^6.8.0",
"d3": "^3.5.14",
"font-awesome": "^4.5.0",
"html-webpack-plugin": "^2.26.0",
"intro.js": "^1.1.1",
"jstimezonedetect": "^1.0.6",
"lodash": "^4.5.0",
"moment": "^2.11.1",
"moment-timezone": "^0.5.0",
"ng-dialog": "^0.5.6",
"react-select": "1.0.0-beta8",
"restangular": "^1.5.2",
"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.1",
"xml2js": "^0.4.16",
"zepto": "1.0.1"
}
}