-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
59 lines (59 loc) · 1.55 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
{
"name": "i18ninput",
"version": "1.1.0",
"author": "Stephan Brandt <stephan.brandt@contagt.com>",
"homepage": "https://braandl.github.io/i18nInput/",
"repository": {
"type": "git",
"url": "https://github.com/braandl/i18nInput/"
},
"bugs": {
"url": "https://github.com/braandl/i18nInput/issues"
},
"keywords": [
"i18n",
"css",
"html",
"js",
"l10n"
],
"license": "MIT",
"devDependencies": {
"@babel/cli": "^7.12.1",
"@babel/core": "^7.12.3",
"@babel/plugin-proposal-class-properties": "^7.12.1",
"@babel/plugin-proposal-decorators": "^7.12.1",
"@babel/plugin-transform-modules-commonjs": "^7.12.1",
"@babel/plugin-transform-runtime": "^7.12.1",
"@babel/plugin-transform-strict-mode": "^7.12.1",
"@babel/preset-env": "^7.12.1",
"babel-preset-es2015": "^6.24.1",
"babelify": "10.0.0",
"browser-sync": "~2.7.13",
"browserify": "^17.0.0",
"dash-ast": "^1.0.0",
"fs": "0.0.1-security",
"gulp": "^4.0",
"gulp-autoprefixer": "^3.1.0",
"gulp-babel": "^8.0.0",
"gulp-clean": "^0.4.0",
"gulp-concat": "^2.6.1",
"gulp-concat-css": "^3.1.0",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.4",
"gulp-sourcemaps": "^2.6.5",
"gulp-uglify": "^3.0.0",
"gulp-watch": "~4.2.4",
"gulp-terser": "^1.4.1",
"path": "^0.12.7",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^2.0.0",
"webpack": "^1.12.2",
"webpack-stream": "^2.1.1"
},
"dependencies": {
"core-js": "^3.7.0",
"jquery": "^3.2.1",
"npm": "^6.8.0"
}
}