-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.24 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
{
"name": "cata",
"version": "0.9.2",
"description": "WordPress theme, initially designed for Shop Catalog.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/thoughtis/cata.git"
},
"author": "Thought and Expression Co. <[email protected]>",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/thoughtis/cata/issues"
},
"homepage": "https://github.com/thoughtis/cata#readme",
"devDependencies": {
"@babel/core": "^7.12.10",
"@babel/preset-env": "^7.12.11",
"@rollup/plugin-babel": "^5.2.2",
"@wordpress/eslint-plugin": "^2.4.0",
"autoprefixer": "^10.4.17",
"axios": "^1.6.0",
"babel-preset-minify": "^0.5.1",
"browser-sync": "^3.0.2",
"clean-css": "^5.3.2",
"css-byebye": "^4.0.1",
"glob-parent": "^6.0.2",
"gulp": "^4.0.2",
"gulp-better-rollup": "^4.0.1",
"gulp-concat": "^2.6.1",
"gulp-eslint": "^6.0.0",
"gulp-less": "^4.0.1",
"gulp-postcss": "^9.0.0",
"less-plugin-glob": "^3.0.0",
"normalize.css": "^8.0.1",
"postcss": "^8.4.31",
"rollup": "^1.32.1",
"set-value": "^4.0.1"
},
"browserslist": [
"> 1%"
]
}