-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 844 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
{
"name": "rheroicons",
"version": "1.0.0",
"author": "dcruvolo",
"description": "Heroicons for R",
"license": "MIT",
"scripts": {
"heroicons:convert": "python3 dev/convert.py",
"shiny": "Rscript -e \"shiny::runApp(appDir = './inst/rheroicons-gallery', port = 8000, launch.browser = FALSE)\"",
"dev": "vite build --watch",
"build": "vite build",
"preview": "vite preview"
},
"repository": {
"type": "git",
"url": "git+https://github.com/davidruvolo51/rheroicons.git"
},
"bugs": {
"url": "https://github.com/davidruvolo51/rheroicons/issues"
},
"keywords": [
"r",
"rstats",
"shiny",
"heroicons"
],
"devDependencies": {
"autoprefixer": "^10.4.12",
"postcss": "^8.4.18",
"sass": "^1.55.0",
"vite": "^3.1.0"
},
"meta": {
"heroicons": "2.0.12"
}
}