-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
64 lines (64 loc) · 2.11 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
{
"name": "give-test-data",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "mix",
"development": "mix",
"watch": "mix watch",
"watch-poll": "mix watch -- --watch-options-poll=1000",
"hot": "mix watch --hot",
"prod": "mix --production",
"production": "mix --production",
"build": "npm run production",
"lint": "npm run lint:js & npm run lint:scss & npm run lint:php",
"lint:js": "eslint src/**/resources/**/*.js",
"lint:js-fix": "eslint src/**/resources/**/*.js --fix",
"lint:php": "./vendor/bin/phpcs -v -s --colors",
"lint:php:fix": "./vendor/bin/phpcbf -v --colors",
"lint:textdomain": "node ./wp-textdomain.js",
"lint:scss": "stylelint src/**/resources/**/*.scss"
},
"repository": {
"type": "git",
"url": "git+https://github.com/impress-org/give-test-data.git"
},
"author": "GiveWP, LLC",
"license": "ISC",
"bugs": {
"url": "https://github.com/impress-org/give-test-data/issues"
},
"private": true,
"homepage": "https://github.com/impress-org/give-test-data#readme",
"devDependencies": {
"@babel/eslint-parser": "^7.11.5",
"@babel/plugin-transform-react-jsx": "^7.10.4",
"@babel/preset-env": "^7.11.5",
"@prettier/plugin-php": "^0.14.3",
"@wordpress/babel-plugin-import-jsx-pragma": "^2.7.0",
"@wordpress/eslint-plugin": "^7.2.0",
"eslint": "^7.8.1",
"husky": "^4.2.5",
"laravel-mix": "^6.0.19",
"lint-staged": "^10.3.0",
"prettier": "^2.1.1",
"resolve-url-loader": "^3.1.2",
"sass": "^1.34.0",
"sass-loader": "^11.1.1",
"stylelint": "^13.7.0",
"stylelint-config-prettier": "^8.0.2",
"stylelint-config-wordpress": "^17.0.0",
"stylelint-prettier": "^1.1.2",
"wp-pot": "^1.6.3",
"wp-textdomain": "^1.0.1"
},
"dependencies": {
"axios": "^0.21.0",
"npm": "^6.13.4"
},
"engines": {
"node": "12",
"npm": "7"
}
}