-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
34 lines (33 loc) · 952 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
{
"name": "@shellmonk/rsvk",
"version": "0.0.6",
"description": "Support anti-corruption protests in Serbia by adding rsvk to your website",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/shellmonk/rsvk.git"
},
"keywords": [],
"author": "Srdjan Djordjevic <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/shellmonk/rsvk/issues"
},
"homepage": "https://github.com/shellmonk/rsvk#readme",
"devDependencies": {
"css-loader": "^7.1.2",
"mini-css-extract-plugin": "^2.9.2",
"postcss-loader": "^8.1.1",
"style-loader": "^4.0.0",
"webpack": "^5.97.1",
"webpack-cli": "^6.0.1"
},
"dependencies": {
"@date-fns/tz": "^1.2.0",
"date-fns": "^4.1.0"
}
}