-
Notifications
You must be signed in to change notification settings - Fork 25
/
package.json
48 lines (48 loc) · 1.72 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
{
"name": "tc-accounts",
"description": "Topcoder Accounts App",
"version": "0.0.2",
"main": "exports.js",
"scripts": {
"build": "webpack -p --bail --progress --build",
"build:dev": "webpack --bail --progress",
"dev": "webpack-dev-server --history-api-fallback --dev --inline --progress --port 3100 --public local.topcoder-dev.com",
"prod": "webpack-dev-server --history-api-fallback --prod --inline --progress --port 3000",
"build-connector": "webpack --bail --progress -p --build --config webpack.config.connector.js",
"build-connector:dev": "webpack --bail --progress --config webpack.config.connector.js"
},
"dependencies": {
"@uirouter/angularjs": "^1.0.0",
"angucomplete-alt": "^2.1.0",
"angular": "^1.4.8",
"angular-animate": "^1.7.9",
"angular-aria": "^1.7.9",
"angular-auth0": "^3.0.0",
"angular-cookies": "^1.5.1",
"angular-material": "^1.1.21",
"angular-messages": "^1.5.2",
"appirio-tech-ng-iso-constants": "github:appirio-tech/ng-iso-constants#v1.0.7",
"appirio-tech-ng-ui-components": "^2.2.4",
"appirio-tech-react-components": "github:appirio-tech/react-components#feature/connectv2",
"auth0-js": "^9.6.1",
"babel-polyfill": "^6.7.4",
"filestack-js": "^1.13.2",
"isomorphic-fetch": "^2.2.1",
"lodash": "^4.6.1",
"ng-onload": "^0.2.1",
"prop-types": "^15.6.2",
"rc-slider": "^8.6.2",
"react": "^15.3.1",
"react-dom": "^15.3.1",
"react2angular": "^4.0.4"
},
"devDependencies": {
"appirio-tech-webpack-config": "^0.3.0",
"coffee-loader": "^0.7.2",
"coffee-script": "^1.10.0",
"eslint": "^2.7.0",
"webpack": "^1.12.2",
"webpack-dev-server": "^1.12.1",
"webpack-s3-plugin": "^0.6.7"
}
}