-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
140 lines (140 loc) · 4.43 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
{
"name": "c_wap_module",
"version": "1.0.7",
"description": "module for c platform",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/DerekHung/react-semantic-module"
},
"scripts": {
"start": "node --harmony ./bin/www",
"dev": "node --harmony ./bin/www -r --env=dev",
"build": "webpack -p -d --config ./webpack.prod.config.js --progress --colors",
"babel": "babel client/components --out-dir lib/components --copy-files && babel client/utils --out-dir lib/utils --copy-files",
"test": "jest",
"mocha": "webpack-dev-server --port 3001 --hot --colors --config webpack-mocha.config.js",
"jest": "node --harmony_proxies node_modules/.bin/jest",
"vendor": "webpack -p -d --config ./ddl.config.js --progress --colors"
},
"jest": {
"automock": false,
"testPathDirs": [
"<rootDir>/client"
],
"moduleNameMapper": {
"^.+\\.(css)$": "<rootDir>/client/__mocks__/styleMock.js"
}
},
"main": "./lib/components",
"dependencies": {
"babel-eslint": "^7.2.3",
"babel-polyfill": "^6.9.1",
"classnames": "^2.2.5",
"draft-convert": "^1.2.2",
"draft-js": "^0.7.0",
"draft-js-mention-plugin": "git+https://github.com/DerekHung/draft-mention.git",
"draft-js-plugins-editor": "2.0.0-beta1",
"expose": "^0.1.4",
"immutable": "^3.8.1",
"jquery": "^3.0.0",
"json-loader": "^0.5.4",
"lodash": "^3.10.1",
"react": "^15.3.2",
"react-addons-perf": "^15.3.2",
"react-dom": "^15.3.2",
"react-router": "^3.0.0",
"underscore": "^1.8.3",
"url-loader": "^0.5.7",
"validator": "^5.1.0",
"webpack-isomorphic-tools": "^2.6.4"
},
"devDependencies": {
"asset-require-hook": "^1.0.2",
"async": "^1.5.0",
"babel-cli": "^6.11.4",
"babel-core": "^6.3.21",
"babel-jest": "^13.2.2",
"babel-loader": "^6.2.0",
"babel-plugin-react-transform": "^2.0.0",
"babel-plugin-rewire": "^1.0.0-rc-2",
"babel-plugin-transform-es2015-arrow-functions": "^6.8.0",
"babel-plugin-transform-object-rest-spread": "^6.19.0",
"babel-polyfill": "^6.9.1",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"babel-runtime": "^6.3.19",
"bluebird": "^3.1.1",
"body-parser": "^1.14.2",
"chai": "^3.5.0",
"compression": "^1.6.0",
"cookie-parser": "^1.4.0",
"css-loader": "^0.23.1",
"css-modules-require-hook": "^2.1.0",
"cucumber": "^1.3.1",
"debug": "^2.2.0",
"ejs": "^2.3.4",
"enzyme": "^2.4.1",
"expect": "^1.20.2",
"express": "^4.13.3",
"extract-text-webpack-plugin": "^1.0.1",
"eslint": "^3.8.0",
"eslint-config-airbnb": "^12.0.0",
"eslint-config-airbnb-base": "^9.0.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^2.2.3",
"eslint-plugin-react": "^6.4.1",
"fbjs": "^0.8.1",
"file-loader": "^0.8.5",
"highlight.js": "^9.3.0",
"history": "^1.17.0",
"html-loader": "^0.4.3",
"i18n": "^0.5.0",
"identity-obj-proxy": "^3.0.0",
"is": "^3.1.0",
"jest": "^14.1.0",
"jest-cli": "^14.1.0",
"jest-css-modules": "^1.0.2",
"jsdom": "^7.2.2",
"json-loader": "^0.5.4",
"karma": "^1.1.2",
"karma-chrome-launcher": "^1.0.1",
"karma-cli": "^1.0.1",
"karma-mocha": "^1.1.1",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^1.7.0",
"lodash": "^3.10.1",
"markdown-it-sub": "^1.0.0",
"markdown-it-sup": "^1.0.0",
"markdownattrs-loader": "^1.1.2",
"mobile-detect": "^1.3.1",
"mocha": "^3.0.0",
"mocha-loader": "^0.7.1",
"postcss": "^5.0.13",
"postcss-modules-extract-imports": "^1.0.0",
"postcss-modules-local-by-default": "^1.0.1",
"postcss-modules-scope": "^1.0.0",
"postcss-modules-values": "^1.1.1",
"react-addons-css-transition-group": "^15.0.2",
"react-addons-test-utils": "^15.2.1",
"react-css-modules": "^3.7.0",
"react-html-parser": "^1.0.3",
"react-redux": "^4.0.4",
"react-test-renderer": "^15.3.0",
"react-transform-catch-errors": "^1.0.0",
"react-transform-hmr": "^1.0.1",
"redux": "^3.0.5",
"redux-logger": "^2.3.1",
"redux-thunk": "^1.0.2",
"rewire-webpack": "^1.0.1",
"safe-json-stringify": "^1.0.3",
"soap": "^0.11.1",
"style-loader": "^0.13.0",
"superagent": "^1.6.1",
"unirest": "^0.4.2",
"webpack": "^1.12.9",
"webpack-dev-middleware": "^1.4.0",
"webpack-hot-middleware": "^2.6.0",
"webpack-sources": "^0.1.0"
}
}