forked from GoogleChromeLabs/sample-currency-converter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 1.74 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
{
"name": "material-money",
"version": "0.1.0",
"description": "A fast, offline-friendly, Material Design-inspired currency converter.",
"private": true,
"license": "Apache-2.0",
"author": "Google",
"devDependencies": {
"@material/animation": "^0.34.0",
"@material/button": "^0.36.1",
"@material/dialog": "^0.36.1",
"@material/elevation": "^0.36.1",
"@material/form-field": "^0.36.0",
"@material/list": "^0.36.0",
"@material/menu": "^0.36.1",
"@material/ripple": "^0.36.0",
"@material/snackbar": "^0.36.0",
"@material/switch": "^0.36.1",
"@material/textfield": "^0.36.1",
"@material/theme": "^0.35.0",
"@material/toolbar": "^0.36.1",
"@material/typography": "^0.35.0",
"autoprefixer": "^8.6.3",
"babel-core": "^6.26.0",
"babel-eslint": "^8.2.5",
"babel-loader": "^7.1.2",
"babel-minify-webpack-plugin": "^0.3.1",
"babel-plugin-external-helpers": "^6.22.0",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-preset-env": "^1.6.1",
"babel-preset-minify": "0.4.3",
"cssnano": "^3.10.0",
"del": "^3.0.0",
"eslint": "^5.0.0",
"eslint-config-google": "^0.9.1",
"gulp": "^4.0.0",
"gulp-babel": "^7.0.0",
"gulp-concat": "^2.6.1",
"gulp-htmlmin": "^4.0.0",
"gulp-postcss": "^7.0.0",
"gulp-replace": "^1.0.0",
"gulp-rev": "^8.1.0",
"gulp-rev-replace": "^0.4.3",
"gulp-shell": "^0.6.3",
"postcss": "^6.0.14",
"postcss-cssnext": "^3.0.2",
"postcss-import": "^11.0.0",
"prettier": "^1.13.5",
"prettier-eslint": "^8.8.2",
"run-sequence": "^2.2.0",
"webfontloader": "^1.6.28",
"webpack": "^4.12.0"
},
"engines": {
"node": ">=6.0.0"
},
"babel": {
"only": "gulpfile.babel.js"
}
}