-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
115 lines (115 loc) · 3.15 KB
/
package.json
File metadata and controls
115 lines (115 loc) · 3.15 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
111
112
113
114
115
{
"name": "wex-ticker-extension",
"description": "Wex.nz Exchange Ticker Extension",
"version": "0.3.3",
"public": true,
"scripts": {
"build:prod": "NODE_ENV=production $(npm bin)/gulp build && $(npm bin)/gulp zip"
},
"browserify": {
"transform": [
[
"babelify",
{
"presets": [
"es2015",
"stage-0"
]
}
],
"envify",
"brfs"
]
},
"dependencies": {
"@types/axios": "^0.14.0",
"@types/chrome": "^0.0.49",
"@types/firefox": "^0.0.29",
"@types/lodash": "^4.14.77",
"@types/moment": "^2.13.0",
"@types/numeral": "^0.0.22",
"@types/react": "^16.0.10",
"@types/react-dom": "^16.0.1",
"@types/react-redux": "^5.0.10",
"@types/redux": "^3.6.0",
"autoprefixer": "^7.1.5",
"awesome-typescript-loader": "^3.2.3",
"axios": "^0.16.2",
"babel-cli": "^6.26.0",
"babel-core": "^6.25.0",
"babel-es6-polyfill": "1.1.0",
"babel-loader": "7.1.1",
"babel-plugin-lodash": "3.2.11",
"babel-plugin-react-autoprefix": "^1.0.1",
"babel-plugin-react-css-modules": "2.7.1",
"babel-plugin-transform-object-assign": "^6.8.0",
"babel-plugin-transform-runtime": "^6.8.0",
"babel-polyfill": "6.13.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-es2017": "^6.24.1",
"babel-preset-node6": "^11.0.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-0": "^6.5.0",
"babel-preset-typescript": "^7.0.0-alpha.19",
"babel-runtime": "6.11.6",
"babelify": "^7.3.0",
"circular-dependency-plugin": "^4.2.1",
"classnames": "^2.2.5",
"css-loader": "^0.28.7",
"del": "^3.0.0",
"enhanced-resolve": "^3.4.1",
"extensionizer": "^1.0.0",
"extract-text-webpack-plugin": "^3.0.1",
"file-loader": "^1.1.5",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^4.0.0",
"gulp-clean-css": "^3.9.0",
"gulp-cli": "^1.4.0",
"gulp-json-editor": "^2.2.1",
"gulp-livereload": "^3.8.1",
"gulp-sass": "^3.1.0",
"gulp-scss": "^1.4.0",
"gulp-sourcemaps": "^2.6.1",
"gulp-uglify": "^3.0.0",
"gulp-uncss": "^1.0.6",
"gulp-util": "^3.0.8",
"gulp-webpack": "^1.5.0",
"gulp-zip": "^4.0.0",
"json-loader": "^0.5.7",
"local-storage": "^1.4.2",
"lodash": "^4.17.4",
"minifycss": "^1.0.1",
"mkdirp": "^0.5.1",
"moment": "^2.18.1",
"momentjs": "^2.0.0",
"net": "^1.0.2",
"node-sass": "^4.5.3",
"node-sass-import": "^1.1.1",
"numeral": "^2.0.6",
"path": "^0.12.7",
"postcss-loader": "^2.0.6",
"react": "^16.0.0",
"react-css-modules": "^4.7.1",
"react-dom": "^16.0.0",
"react-dropdown": "^1.3.2",
"react-redux": "^5.0.6",
"redux": "^3.7.2",
"sass-loader": "^6.0.6",
"source-map-loader": "^0.2.2",
"style-loader": "^0.19.0",
"tls": "^0.0.1",
"ts-loader": "^2.3.7",
"typescript": "^2.5.3",
"universal-analytics": "^0.4.15",
"url": "^0.11.0",
"url-loader": "^0.6.2",
"uuid": "^3.1.0",
"vinyl-named": "^1.1.0",
"webpack": "^3.6.0",
"webpack-stream": "^4.0.0",
"write-file-webpack-plugin": "^4.2.0"
},
"devDependencies": {
"gulp": "^3.9.1"
}
}