-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
55 lines (55 loc) · 1.57 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
{
"name": "WPS_Boilerplate",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "wp-scripts build",
"check-engines": "wp-scripts check-engines",
"check-licenses": "wp-scripts check-licenses",
"lint:css": "wp-scripts lint-style",
"lint:js": "wp-scripts lint-js",
"lint:pkg-json": "wp-scripts lint-pkg-json",
"start": "wp-scripts start",
"test:e2e": "wp-scripts test-e2e",
"test:unit": "wp-scripts test-unit-js"
},
"keywords": [
"gulp"
],
"devDependencies": {
"@date-io/date-fns": "v1",
"@fontsource/roboto": "^4.5.0",
"@material-ui/core": "^4.12.2",
"@material-ui/pickers": "latest",
"@material/textfield": "^11.0.0",
"@popperjs/core": "^2.9.2",
"@wordpress/scripts": "^26.16.0",
"autoprefixer": "^10.3.1",
"axios": "^0.21.1",
"browser-sync": "^2.27.4",
"child_process": "^1.0.2",
"core-util-is": "^1.0.2",
"cssnano": "^5.0.7",
"datatables": "^1.10.18",
"datatables.net": "^1.10.25",
"datatables.net-buttons": "^1.7.1",
"datatables.net-responsive": "^2.2.9",
"date-fns": "latest",
"del": "^6.0.0",
"gulp": "^3.9.1",
"gulp-cli": "^2.3.0",
"gulp-concat": "^2.6.1",
"gulp-imagemin": "^4.1.0",
"gulp-newer": "^1.4.0",
"gulp-plumber": "^1.2.1",
"gulp-postcss": "^9.0.0",
"gulp-rename": "^2.0.0",
"gulp-sass": "^5.0.0",
"gulp-terser": "^2.0.1",
"gulp-uglify": "^3.0.2",
"postcss": "^8.3.6",
"postcss-combine-media-query": "^1.0.1"
}
}