-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.15 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.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
{
"name": "dws-wp-plugins-utility",
"version": "1.0.0",
"title": "DWS WordPress Utility Plugin",
"author": "Deep Web Solutions GmbH",
"homepage": "https://github.com/deep-web-solutions/wordpress-plugins-utility#readme",
"repository": {
"type": "git",
"url": "https://github.com/deep-web-solutions/wordpress-plugins-utility.git"
},
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/deep-web-solutions/wordpress-plugins-utility/issues"
},
"devDependencies": {
"@babel/cli": "^7.12.16",
"@babel/core": "^7.12.16",
"@babel/preset-env": "^7.12.16",
"@babel/preset-typescript": "^7.12.16",
"@types/jquery": "^3.5.5",
"autoprefixer": "^9.8.6",
"babel-plugin-ignore-import": "^1.1.0",
"cssnano": "^4.1.10",
"grunt": "^1.3.0",
"grunt-babel": "^8.0.0",
"grunt-contrib-sass": "^2.0.0",
"grunt-contrib-uglify": "^5.0.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-newer": "^1.3.0",
"grunt-postcss": "^0.9.0",
"grunt-potomo": "^3.5.0",
"grunt-wp-i18n": "^1.0.3",
"load-grunt-tasks": "^5.1.0",
"postcss": "^8.2.6",
"time-grunt": "^2.0.0",
"typescript": "^4.1.5"
}
}