-
Notifications
You must be signed in to change notification settings - Fork 139
/
package.json
160 lines (160 loc) · 5.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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
{
"name": "connect-app",
"version": "1.1.0",
"description": "Customer pages in React and Redux",
"scripts": {
"start": "webpack-dev-server --history-api-fallback --env=development --hot --inline --progress --port 3000 --host 0.0.0.0",
"build": "npm rebuild node-sass; ./node_modules/.bin/webpack --bail --progress --colors --env=production",
"lint": "eslint --format table --ext .js,.jsx .",
"lint:fix": "eslint --fix --format table --ext .js,.jsx .",
"test": "cross-env NODE_ENV=test mocha --colors --reporter nyan --compilers js:babel-core/register --require ignore-styles --require src/helpers/testHelper.js --recursive \"./src/**/*.spec.js\"",
"test:watch": "watch-run -i -p 'src/**/*' npm run test",
"generate:doc:permissions": "babel-node scripts/permissions-doc",
"generate:doc:permissions:dev": "nodemon --watch scripts/permissions-doc --watch src --ext js,jsx,hbs --exec babel-node scripts/permissions-doc"
},
"optional": {
"fsevents": "*"
},
"devDependencies": {
"autoprefixer": "^7.2.5",
"babel-cli": "^6.26.0",
"babel-eslint": "^7.2.3",
"babel-loader": "^7.1.2",
"babel-plugin-css-modules-transform": "^1.4.0",
"babel-plugin-dynamic-import-node": "^1.2.0",
"babel-plugin-inline-react-svg": "^0.5.2",
"babel-plugin-lodash": "^3.2.11",
"babel-plugin-module-resolver": "^3.0.0",
"babel-plugin-react-css-modules": "^3.3.3",
"babel-plugin-transform-assets": "^0.2.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"babel-register": "^6.26.0",
"chai": "^3.5.0",
"cheerio": "^0.20.0",
"cjsx-loader": "^3.0.0",
"coffee-loader": "^0.8.0",
"compression-webpack-plugin": "^1.0.1",
"copy-webpack-plugin": "^4.2.3",
"cross-env": "^1.0.7",
"css-loader": "^0.28.9",
"deep-freeze-node": "^1.1.2",
"eslint": "^4.16.0",
"eslint-config-airbnb": "^15.1.0",
"eslint-import-resolver-babel-module": "^4.0.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-jest": "^21.7.0",
"eslint-plugin-jsx-a11y": "^5.1.1",
"eslint-plugin-react": "^7.6.1",
"extract-css-chunks-webpack-plugin": "^2.0.18",
"favicons-webpack-plugin": "0.0.7",
"file-loader": "^1.1.6",
"html-webpack-plugin": "^2.30.1",
"ignore-styles": "^1.2.0",
"jsdom": "^7.2.2",
"mocha": "^2.4.5",
"mocha-jsdom": "~1.1.0",
"nock": "^8.0.0",
"node-forge": "^0.7.1",
"node-sass": "^4.7.2",
"nodelist-foreach-polyfill": "^1.2.0",
"nodemon": "^2.0.2",
"optimize-css-assets-webpack-plugin": "^3.2.0",
"postcss-loader": "^2.0.10",
"postcss-scss": "^1.0.6",
"react-hot-loader": "^4.3.5",
"redux-logger": "^2.5.0",
"redux-mock-store": "^1.0.2",
"resolve-url-loader": "^2.2.1",
"rimraf": "^2.6.2",
"sass-loader": "^6.0.6",
"style-loader": "^0.19.1",
"stylelint": "^8.4.0",
"stylelint-config-standard": "^18.0.0",
"to-ico": "1.1.2",
"uglifyjs-webpack-plugin": "^1.1.5",
"watch-run": "^1.2.4",
"webpack": "^3.10.0",
"webpack-dev-server": "^2.9.1",
"webpack-hot-middleware": "^2.21.0",
"webpack-merge": "^4.1.1"
},
"dependencies": {
"@contentful/rich-text-react-renderer": "^13.4.0",
"@toast-ui/editor": "^2.5.1",
"appirio-tech-react-components": "git+https://github.com/appirio-tech/react-components.git#feature/connectv2",
"axios": "^0.19.2",
"brace": "^0.11.1",
"classnames": "^2.2.3",
"coffeescript": "^1.12.7",
"contentful": "^7.14.4",
"draft-js": "0.10.5",
"draft-js-drag-n-drop-plugin": "^2.0.0-rc2",
"draft-js-image-plugin": "^2.0.0-rc2",
"draft-js-mention-plugin": "^2.0.0-rc2",
"draft-js-plugins-editor": "^2.0.0-rc2",
"draft-js-utils": "^0.1.7",
"expression-evaluator": "git+https://github.com/topcoder-platform/expression-evaluator.git#dev",
"fbemitter": "^2.1.1",
"fbjs": "^0.8.12",
"filesize": "^3.3.0",
"filestack-js": "^1.13.2",
"flat": "^2.0.1",
"formsy-react": "^0.19.5",
"handlebars": "^4.0.11",
"history": "^1.17.0",
"html5-uploader": "^0.1.1",
"js-cookie": "^2.1.4",
"jsoneditor": "^5.28.2",
"jsoneditor-react": "^1.0.0",
"linkify-it": "^2.0.3",
"lodash": "^4.16.4",
"mobile-detect": "^1.4.2",
"moment": "^2.14.1",
"moment-range": "^4.0.1",
"moment-timezone": "^0.5.27",
"prop-types": "^15.6.0",
"query-string": "^4.3.4",
"rc-slider": "8.6.4",
"react": "^15.6.1",
"react-addons-css-transition-group": "^15.6.0",
"react-addons-pure-render-mixin": "^15.6.0",
"react-addons-update": "^15.6.2",
"react-circular-progressbar": "^0.5.0",
"react-color": "^2.13.1",
"react-datetime": "2.7.1",
"react-dom": "^15.6.1",
"react-dotdotdot": "^1.0.4",
"react-gateway": "^3.0.0",
"react-infinite-scroller": "^1.1.1",
"react-layout-pane": "^0.1.16",
"react-modal": "^1.9.7",
"react-popper": "^1.3.3",
"react-redux": "^4.4.5",
"react-responsive": "^4.1.0",
"react-router-dom": "^4.2.2",
"react-s-alert": "^1.1.4",
"react-scroll": "^1.7.6",
"react-scroll-lock-component": "^1.1.2",
"react-select": "^2.4.0",
"react-stickynode": "^1.2.1",
"react-text-truncate": "^0.8.3",
"react-transition-group": "^2.5.0",
"recompose": "^0.26.0",
"redux": "^3.7.1",
"redux-promise-middleware": "4.2.1",
"redux-segment": "^1.6.2",
"redux-thunk": "^2.1.0",
"remarkable": "^1.7.4",
"sanitize-html": "^1.27.4",
"svg-react-loader": "^0.4.5",
"@topcoder-platform/tc-auth-lib": "topcoder-platform/tc-auth-lib#1.0.4",
"tc-ui": "git+https://github.com/appirio-tech/tc-ui.git#feature/connectv2",
"tlds": "^1.191.0",
"topcoder-react-utils": "0.0.39",
"uncontrollable": "^6.0.0"
}
}