-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.13 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.13 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
39
{
"name": "weForms",
"author": "BoldGrid",
"version": "1.6.27",
"license": "GPL-2.0",
"repository": {
"type": "git",
"url": "https://github.com/BoldGrid/weforms"
},
"scripts": {
"install:deps": "composer install -o && yarn install --ignore-optional",
"upgrade:deps": "composer update -o --with-all-dependencies && yarn upgrade --ignore-optional"
},
"dependencies": {},
"devDependencies": {
"axios": "^0.28.0",
"babel-core": "^6.26.3",
"babel-preset-env": "^1.7.0",
"browser-sync": "^2.28.1",
"grunt": "^1.5.3",
"grunt-babel": "^7.0.0",
"grunt-contrib-clean": "^1.1.0",
"grunt-contrib-compress": "^1.6.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-jshint": "^3.2.0",
"grunt-contrib-less": "^2.1.0",
"grunt-contrib-uglify": "^3.4.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-notify": "^0.4.5",
"grunt-wp-i18n": "^1.0.3",
"grunt-wp-readme-to-markdown": "^2.1.0",
"js-yaml": "^3.14.1",
"jshint-stylish": "^2.2.1",
"load-grunt-tasks": "^3.5.2",
"minimist": ">=1.2.6",
"set-value": "^4.0.1"
}
}