-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.71 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
{
"name": "arrayaccess-wp-core-library",
"version": "1.0.0",
"description": "This is a library for WordPress development based on Object-Oriented code. It provides a set of useful functions and classes.",
"license": "GPL-3.0-or-later",
"repository": {
"type": "git",
"url": "git+https://github.com/ArrayAccess/wp-core-library.git"
},
"author": {
"name": "ArrayIterator",
"url": "https://www.arrayiterator.com/"
},
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/ArrayIterator"
}
],
"bugs": {
"url": "https://github.com/ArrayAccess/wp-core-library/issues"
},
"homepage": "https://github.com/ArrayAccess/wp-core-library#readme",
"directories": {
"test": "tests"
},
"scripts": {
"watch": "grunt --gruntfile Gruntfile.js copy watch",
"build-watch": "grunt --gruntfile Gruntfile.js copy concat cssmin sass uglify watch",
"build": "grunt --gruntfile Gruntfile.js",
"eslint": "eslint assets/js/*.js"
},
"devDependencies": {
"@highlightjs/cdn-assets": "^11.9.0",
"@selectize/selectize": "^0.15.2",
"codejar": "^4.2.0",
"codejar-linenumbers": "^1.0.1",
"copyfiles": "^2.4.1",
"eslint": "^8.54.0",
"flatpickr": "^4.6.13",
"grunt": "^1.6.1",
"grunt-cli": "^1.4.3",
"grunt-contrib-concat": "^2.1.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^5.0.0",
"grunt-contrib-sass": "^2.0.0",
"grunt-contrib-uglify": "^5.2.2",
"grunt-contrib-watch": "^1.1.0",
"sass": "^1.69.5",
"stylelint": "^15.11.0"
}
}