-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
46 lines (46 loc) · 1.58 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": "@reecem/h-bar",
"version": "2.0.3",
"description": "Lightweight Announcement Bar",
"main": "dist/hBar.min.js",
"scripts": {
"dev": "cross-env NODE_ENV=development webpack --mode development --config webpack.config.js",
"build": "cross-env NODE_ENV=production webpack --mode production --config webpack.config.js",
"test": "echo \"Error: no test specified\" && exit 1",
"postpublish": "PACKAGE_VERSION=$(cat package.json | grep \\\"version\\\" | head -1 | awk -F: '{ print $2 }' | sed 's/[\",]//g' | tr -d '[[:space:]]') && git tag v$PACKAGE_VERSION && git push --tags"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ReeceM/h-bar.git"
},
"keywords": [
"announcement bar",
"tailwindcss",
"hello bar",
"wp"
],
"author": "ReeceM",
"license": "MIT",
"bugs": {
"url": "https://github.com/ReeceM/h-bar/issues"
},
"homepage": "https://reecem.github.io/h-bar",
"devDependencies": {
"@babel/core": "^7.9.0",
"@babel/preset-env": "^7.9.5",
"@fullhuman/postcss-purgecss": "^5.0.0",
"autoprefixer": "^9.7.6",
"babel-loader": "^8.1.0",
"cross-env": "^7.0.2",
"css-loader": "^6.7.3",
"cssnano": "^5.1.14",
"postcss": "^8.4.20",
"postcss-cli": "^10.1.0",
"postcss-loader": "^7.0.2",
"postcss-preset-env": "^7.8.3",
"style-loader": "^3.3.1",
"tailwindcss": "^3.2.4",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.1"
}
}