-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
68 lines (68 loc) · 1.91 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
{
"name": "",
"repository": {
"type": "git",
"url": "https://github.com/feature-flow/twotieredkanban.git"
},
"version": "1.0.0",
"description": "simple react app",
"main": "index.js",
"scripts": {
"test": "mocha-webpack --webpack-config webpack.config-test.js \"client/tests/test*.js\" --require source-map-support/register"
},
"author": "Jim Fulton",
"license": "MIT",
"dependencies": {
"axios": "^0.19.0",
"classnames": "^2.2.5",
"draft-js": "^0.10.1",
"material-design-icons": "^3.0.1",
"md5": "^2.2.1",
"raven-js": "^3.15.0",
"react": "~15.5.0",
"react-addons-css-transition-group": "~15.5.0",
"react-dom": "~15.5.0",
"react-router": "^2.0.0",
"react-rte": "^0.11.0",
"react-toolbox": "^2.0.0-beta.12",
"uuid": "^3.0.1"
},
"devDependencies": {
"babel": "^6.23.0",
"babel-core": "^6.24.1",
"babel-loader": "^7.0.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-register": "^6.24.1",
"camelcase": "^4.1.0",
"chai": "^3.5.0",
"css-loader": "^0.28.1",
"expect": "^1.20.2",
"fake-indexeddb": "^2.0.3",
"html-loader": "^0.4.5",
"jquery": "^3.2.1",
"json-loader": "^0.5.4",
"karma": "^1.7.0",
"karma-chrome-launcher": "^2.1.1",
"karma-mocha": "^1.3.0",
"karma-mocha-reporter": "^2.2.3",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^2.0.3",
"mocha": "^3.3.0",
"mocha-webpack": "^0.7.0",
"mockdate": "^2.0.1",
"node-sass": "^4.5.3",
"postcss-cssnext": "^2.10.0",
"postcss-each": "^0.9.3",
"postcss-import": "^9.1.0",
"postcss-loader": "^1.3.3",
"postcss-mixins": "^5.4.1",
"react-addons-test-utils": "~15.5.0",
"sass-loader": "^6.0.3",
"script-loader": "^0.7.0",
"source-map-support": "^0.4.15",
"style-loader": "^0.17.0",
"webpack": "^2.5.1",
"webpack-node-externals": "^1.6.0"
}
}