forked from LeonidMarushevskyi/intake
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
108 lines (108 loc) · 3.38 KB
/
package.json
File metadata and controls
108 lines (108 loc) · 3.38 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
{
"private": true,
"dependencies": {
"autoprefixer": "^7.1.2",
"babel-core": "^6.25.0",
"babel-loader": "7.x",
"babel-plugin-array-includes": "^2.0.3",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-polyfill": "6.23.0",
"babel-preset-env": "^1.6.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"babel-regenerator-runtime": "^6.5.0",
"babel-runtime": "^6.26.0",
"bootstrap": "^3.3.7",
"classnames": "^2.2.5",
"coffee-loader": "^0.7.3",
"coffee-script": "^1.12.7",
"compression-webpack-plugin": "^1.0.0",
"css-loader": "^0.28.4",
"enzyme-adapter-react-16": "^1.1.1",
"extract-text-webpack-plugin": "^3.0.0",
"file-loader": "^0.11.2",
"flux-standard-action": "^1.2.0",
"font-awesome": "^4.7.0",
"history": "3.2.1",
"immutable": "^3.8.1",
"jquery": "3.2.1",
"jquery-ujs": "^1.2.2",
"js-yaml": "^3.9.0",
"karma-webpack": "^2.0.4",
"lodash": "4.17.5",
"moment": "^2.18.1",
"moment-timezone": "^0.5.17",
"node-sass": "^4.5.3",
"path-complete-extname": "^0.1.0",
"postcss-loader": "^2.0.6",
"postcss-smart-import": "^0.7.5",
"precss": "^2.0.0",
"prop-types": "^15.5.10",
"rails-erb-loader": "^5.0.2",
"react": "16.3.2",
"react-autocomplete": "^1.8.1",
"react-clipboard.js": "^1.1.3",
"react-dom": "16.3.2",
"react-maskedinput": "^4.0.0",
"react-overlays": "^0.8.3",
"react-redux": "5.0.5",
"react-router": "3.2.0",
"react-router-redux": "^4.0.8",
"react-select": "^1.0.0-rc.5",
"react-widgets": "^3.4.8",
"react-wood-duck": "0.1.79",
"redux": "3.6.0",
"redux-devtools-extension": "^2.13.2",
"redux-immutable": "^4.0.0",
"redux-saga": "^0.15.6",
"reselect": "^3.0.1",
"resolve-url-loader": "^2.1.0",
"sanitize-html": "^1.14.1",
"sass-loader": "^6.0.6",
"style-loader": "^0.18.2",
"webpack": "^3.3.0",
"webpack-manifest-plugin": "^1.1.2",
"webpack-merge": "^4.1.0",
"is-docker": "^1.1.0"
},
"devDependencies": {
"babelify": "^7.3.0",
"bootstrap-accessibility-plugin": "^1.0.2",
"browserify": "^14.4.0",
"case-sensitive-paths-webpack-plugin": "^2.1.1",
"cors": "^2.8.4",
"enzyme": "3.0.0",
"eslint": "4.5.0",
"eslint-plugin-jasmine": "^2.8.4",
"eslint-plugin-react": "7.3.0",
"git-hooks": "^1.1.8",
"glob": "^7.1.2",
"istanbul-instrumenter-loader": "^3.0.0",
"jasmine": "^2.7.0",
"jasmine-ajax": "^3.3.1",
"jasmine-immutable-matchers": "^1.5.0",
"karma": "^1.7.0",
"karma-chrome-launcher": "^1.0.1",
"karma-coverage": "^1.1.1",
"karma-coverage-istanbul-reporter": "^1.3.0",
"karma-firefox-launcher": "^1.0.1",
"karma-htmlfile-reporter": "^0.3.5",
"karma-ievms-launcher": "^0.1.2",
"karma-jasmine": "^1.1.0",
"karma-jasmine-ajax": "^0.1.13",
"karma-junit-reporter": "^1.2.0",
"karma-remap-istanbul": "^0.6.0",
"karma-sourcemap-loader": "^0.3.7",
"karma-verbose-reporter": "^0.0.6",
"react-test-renderer": "^15.6.1",
"redux-mock-store": "1.2.3",
"redux-test-utils": "^0.1.3",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"webpack-dev-server": "^2.5.1",
"is-docker": "^1.1.0"
}
}