-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
57 lines (57 loc) · 1.37 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
{
"name": "englishextra.github.io",
"version": "0.1.0",
"description": "English Grammar for Russian-Speakers, a PWA website + SPA",
"keywords": [
"spa",
"pwa",
"webapp"
],
"main": "main.js",
"window": {
"icon": "favicon-32x32.png"
},
"repository": {
"type": "git",
"url": "https://github.com/englishextra/englishextra.github.io.git"
},
"dependencies": {
"npm": "^9.2.0"
},
"devDependencies": {
"@babel/core": "^7.12.10",
"@babel/plugin-transform-arrow-functions": "^7.12.1",
"@babel/plugin-transform-async-to-generator": "^7.12.1",
"@babel/plugin-transform-object-assign": "^7.12.1",
"@babel/preset-env": "^7.12.11",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-cli": "^2.3.0",
"gulp-eslint": "^6.0.0",
"gulp-plumber": "^1.2.1",
"gulp-prettier": "^3.0.0",
"gulp-rename": "^2.0.0",
"gulp-replace": "^1.0.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-strip-debug": "^3.0.0",
"gulp-uglify": "^3.0.2"
},
"scripts": {
"test": "gulp lint-libbundle-js"
},
"email": "[email protected]",
"url": "https://github.com/englishextra/englishextra.github.io/issues",
"maintainers": [
{
"name": "Serguei Shimansky",
"email": "[email protected]",
"url": "https://github.com/englishextra"
}
],
"author": {
"name": "englishextra",
"email": "[email protected]",
"url": "https://github.com/englishextra"
},
"license": "(MIT)"
}