-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
48 lines (48 loc) · 1.38 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
{
"name": "cue",
"description": "Create beautiful, fully responsive audio playlists in WordPress.",
"version": "2.4.4",
"homepage": "https://audiotheme.com/",
"license": "GPL-2.0+",
"repository": "audiotheme/cue",
"author": {
"name": "Brady Vercher",
"email": "[email protected]",
"url": "https://audiotheme.com/"
},
"scripts": {
"release": "./bin/release.sh"
},
"devDependencies": {
"@babel/core": "^7.14.8",
"@babel/plugin-transform-react-jsx": "^7.14.9",
"@wordpress/babel-preset-default": "^6.3.1",
"@wordpress/browserslist-config": "^4.1.0",
"autoprefixer": "^10.3.1",
"babel-loader": "^8.2.2",
"eslint": "^7.32.0",
"eslint-config-wordpress": "^2.0.0",
"grunt": "^1.4.1",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-compress": "^2.0.0",
"grunt-contrib-cssmin": "^4.0.0",
"grunt-contrib-jshint": "^3.0.0",
"grunt-contrib-uglify": "^5.0.1",
"grunt-contrib-watch": "^1.1.0",
"grunt-eslint": "^23.0.0",
"grunt-postcss": "^0.9.0",
"grunt-rtlcss": "^2.0.2",
"grunt-sass": "^3.1.0",
"grunt-text-replace": "^0.4.0",
"grunt-webpack": "^4.0.3",
"grunt-wp-i18n": "^1.0.3",
"load-grunt-config": "^4.0.0",
"node-sass": "^6.0.1",
"postcss": "^8.3.6",
"time-grunt": "^2.0.0",
"webpack": "^4.46.0"
},
"browserslist": [
"extends @wordpress/browserslist-config"
]
}