-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
70 lines (70 loc) · 2.31 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
61
62
63
64
65
66
67
68
69
70
{
"name": "iworks-pwa",
"title": "PWA — easy way to Progressive Web App",
"tagline": "Your easy way to Progressive Web Application.",
"description": "Progressive Web Apps (PWA) is a technology that combines the best of mobile web and the best of mobile apps to create a superior mobile web experience. They are installed on the phone like a normal app (web app) and can be accessed from the home screen.",
"version": "1.6.8",
"homepage": "https://github.com/iworks/iworks-pwa",
"author": [
{
"name": "Marcin Pietrzak",
"email": "[email protected]",
"uri": "http://iworks.pl/"
}
],
"requires": {
"WordPress": "6.0",
"PHP": "8.0"
},
"tested": {
"WordPress": "6.7"
},
"devDependencies": {
"ajv-keywords": "^3.2.0",
"autoprefixer": "^7.2.6",
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-preset-env": "^1.7.0",
"css-loader": "^0.28.11",
"es6-promise": "^4.2.4",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"file-loader": "^1.1.11",
"grunt": "^1",
"grunt-checktextdomain": "^1",
"grunt-contrib-clean": "^1",
"grunt-contrib-compass": "^1",
"grunt-contrib-compress": "^1",
"grunt-contrib-concat": "^1",
"grunt-contrib-copy": "^1",
"grunt-contrib-cssmin": "^2",
"grunt-contrib-jshint": "^1",
"grunt-contrib-nodeunit": "^1",
"grunt-contrib-sass": "^1",
"grunt-contrib-uglify": "^1",
"grunt-contrib-watch": "^1",
"grunt-phpunit": "^0",
"grunt-potomo": "^3",
"grunt-replace": "^1",
"grunt-wp-i18n": "^1",
"jquery": "^3.3.1",
"load-grunt-tasks": "^0",
"lodash": "^4.17.10",
"mocha": "^2.3.3",
"node-sass": "^4.9.0",
"path": "^0.12.7",
"postcss-loader": "^2.1.6",
"resolve-url-loader": "^2.3.0",
"sass-loader": "^6.0.7",
"style-loader": "^0.20.3",
"system-bell-webpack-plugin": "^1.0.0",
"webpack": "^4.16.3",
"webpack-cli": "^3.1.0",
"whatwg-fetch": "^2.0.4"
},
"keywords": [],
"repository": {
"type": "git",
"url": "[email protected]:iworks/iworks-pwa.git"
},
"license": "GPL-3.0"
}