-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 853 Bytes
/
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
{
"name": "randomonials",
"version": "1.0.0",
"description": "This plugin randomizes a collection of testimonials for WordPress.",
"scripts": {
"start": "nps"
},
"dirs": {
"build": "build",
"src": "src"
},
"repository": {
"type": "git",
"url": "https://github.com/dresch86/wp-randomonials"
},
"keywords": [],
"author": "Daniel Resch",
"license": "GPLv3",
"dependencies": {},
"devDependencies": {
"@types/autoprefixer": "^9.7.2",
"@types/node": "^14.0.22",
"archiver": "^4.0.2",
"autoprefixer": "^9.8.5",
"cssnano": "^4.1.10",
"esm": "^3.2.25",
"fs-extra": "^9.0.1",
"postcss": "^8.4.31",
"readdirp": "^3.4.0",
"rimraf": "^3.0.2",
"terser": "^4.8.0"
},
"browserslist": [
"last 2 versions",
"> 1%",
"maintained node versions",
"not dead"
]
}