-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 983 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
{
"name": "happyprime",
"version": "1.0.0",
"description": "",
"devDependencies": {
"@wordpress/scripts": "^27.1.0",
"@wordpress/stylelint-config": "^21.33.0",
"autoprefixer": "^10.4.17",
"postcss": "^8.4.33",
"postcss-advanced-variables": "^3.0.1",
"postcss-cli": "^11.0.0",
"postcss-custom-media": "^10.0.2",
"postcss-import": "^16.0.0",
"postcss-nested": "^6.0.1",
"postcss-preset-env": "^9.3.0"
},
"scripts": {
"build": "npm run build:css",
"build:css": "npm run stylelint && npm run postcss:main",
"postcss:main": "postcss -o themes/happyprime/style.css themes/happyprime/css/style.css",
"stylelint": "stylelint themes/happyprime/css/*.css"
},
"repository": {
"type": "git",
"url": "git+https://github.com/happyprime/happyprime.co.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/happyprime/happyprime.co/issues"
},
"homepage": "https://github.com/happyprime/happyprime.co#readme"
}