-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
44 lines (44 loc) · 1.34 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
{
"name": "winamp-block",
"version": "1.3.2",
"description": "A Winamp-styled audio block for all your retro music player needs.",
"author": {
"name": "10up",
"email": "[email protected]",
"url": "https://10up.com",
"role": "developer"
},
"license": "GPL-2.0-or-later",
"main": "build/index.js",
"repository": {
"type": "git",
"url": "https://github.com/10up/retro-winamp-block"
},
"scripts": {
"build": "wp-scripts build",
"format": "wp-scripts format src",
"wp-env": "wp-env",
"env:start": "wp-env start",
"env:stop": "wp-env stop",
"lint:css": "wp-scripts lint-style src/**/*.scss",
"lint:js": "wp-scripts lint-js src/**/*.js",
"start": "NODE_ENVIRONMENT=development wp-scripts start",
"packages-update": "wp-scripts packages-update",
"cypress:open": "cypress open --config-file tests/cypress/config.js --e2e --browser chrome",
"cypress:run": "cypress run --config-file tests/cypress/config.js",
"env": "wp-env",
"postenv:start": "./tests/bin/initialize.sh"
},
"dependencies": {
"butterchurn": "^2.6.7",
"butterchurn-presets": "^2.4.7",
"classnames": "^2.3.1",
"webamp": "^1.5.0"
},
"devDependencies": {
"@10up/cypress-wp-utils": "^0.2.0",
"@wordpress/env": "^9.9.0",
"@wordpress/scripts": "^30.6.0",
"cypress": "^13.3.0"
}
}