-
Notifications
You must be signed in to change notification settings - Fork 81
Expand file tree
/
Copy pathpackage.json
More file actions
110 lines (110 loc) · 3.41 KB
/
package.json
File metadata and controls
110 lines (110 loc) · 3.41 KB
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
{
"name": "cm42-central",
"version": "0.0.1",
"license": "MIT",
"scripts": {
"test": "NODE_ENV=test karma start config/karma.conf.js",
"coveralls": "cat ./js_coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./js_coverage",
"lint": "eslint app/assets/javascripts"
},
"dependencies": {
"autoprefixer": "^7.1.1",
"axios": "^0.18.0",
"babel-core": "^6.25.0",
"babel-loader": "7.x",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-polyfill": "^6.23.0",
"babel-preset-airbnb": "^2.2.3",
"babel-preset-env": "^1.5.2",
"babel-preset-es2015": "^6.22.0",
"babel-preset-react": "^6.22.0",
"backbone": "^1.3.3",
"bootstrap-sass": "^3.3.7",
"camelcase-object-deep": "^1.0.7",
"chart.js": "^2.2.2",
"chartkick": "^2.1.0",
"classnames": "^2.2.5",
"clipboard": "^1.5.12",
"cloudinary_js": "^2.1.2",
"coffee-loader": "^0.7.3",
"coffee-script": "^1.12.6",
"compression-webpack-plugin": "^0.4.0",
"css-loader": "^0.28.4",
"dotenv": "^6.0.0",
"ejs-compiled-loader": "^2.1.1",
"extract-text-webpack-plugin": "^2.1.2",
"file-loader": "^0.11.2",
"glob": "^7.1.2",
"gritter": "^1.7.4",
"html-react-parser": "^0.3.3",
"i18n-js": "https://github.com/fnando/i18n-js/archive/v3.0.0.tar.gz",
"jquery": "^3.1.0",
"jquery-ui-bundle": "^1.12.1",
"jquery-ui-dist": "^1.12.0",
"jquery-ujs": "^1.2.1",
"jquery.caret": "^0.3.1",
"jquery.scrollto": "^2.1.2",
"js-cookie": "^2.1.3",
"js-yaml": "^3.8.4",
"keymirror": "^0.1.1",
"memoizee": "^0.4.4",
"moment": "^2.22.1",
"node-sass": "^4.5.3",
"path-complete-extname": "^0.1.0",
"postcss-loader": "^2.0.6",
"postcss-smart-import": "^0.7.4",
"precss": "^2.0.0",
"pusher-js": "^4.3.0",
"rails-erb-loader": "^5.0.2",
"react": "^15.4.2",
"react-color": "^2.11",
"react-datepicker": "^0.46.0",
"react-dom": "^15.4.2",
"react-redux": "^5.0.6",
"redux": "^3.7.2",
"redux-thunk": "^2.2.0",
"resolve-url-loader": "^2.1.0",
"rewire": "^2.5.2",
"rewire-webpack": "^1.0.1",
"sass-loader": "^6.0.6",
"stats-webpack-plugin": "^0.4.2",
"style-loader": "^0.18.2",
"tether": "^1.4.0",
"tether-shepherd": "^1.8.1",
"underscore": "^1.9.0",
"webpack": "^2.6.1",
"webpack-dev-server": "^2.5.0",
"webpack-manifest-plugin": "^1.1.0",
"webpack-merge": "^4.1.0"
},
"devDependencies": {
"babel-eslint": "^7.2.3",
"babel-plugin-istanbul": "^3.1.2",
"coveralls": "^2.11.14",
"enzyme": "^2.7.1",
"eslint": "^3.19.0",
"eslint-config-react-app": "^1.0.4",
"eslint-plugin-backbone": "^2.0.2",
"eslint-plugin-flowtype": "^2.34.0",
"eslint-plugin-import": "^2.6.0",
"eslint-plugin-jsx-a11y": "^5.0.3",
"eslint-plugin-react": "^7.1.0",
"inject-loader": "^3.0.0",
"jasmine-core": "^2.5.1",
"jasmine-enzyme": "^2.1.2",
"karma": "^1.3.0",
"karma-chrome-launcher": "^2.0.0",
"karma-coverage": "^1.1.1",
"karma-jasmine": "^1.0.2",
"karma-phantomjs-launcher": "^1.0.2",
"karma-sinon": "^1.0.5",
"karma-sourcemap-loader": "^0.3.7",
"karma-spec-reporter": "0.0.26",
"karma-webpack": "^1.8.0",
"react-addons-test-utils": "^15.4.2",
"react-test-renderer": "^15.5.4",
"redux-devtools-extension": "^2.13.2",
"sinon": "^1.17.5"
}
}