-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.04 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
{
"name": "browsertools",
"version": "0.2.0",
"author": "dcruvolo",
"license": "MIT",
"description": "This package contains a series of functions for running JavaScript functions in shiny.",
"keywords": [
"r",
"shiny",
"js"
],
"scripts": {
"shiny:dev": "Rscript -e \"shiny::runApp('dev/dev-app', port = 8000)\"",
"shiny:prod": "Rscript -e \"shiny::runApp('dev/prod-app', port = 9000)\"",
"start": "webpack-dev-server --env dev",
"build": "webpack --env prod"
},
"devDependencies": {
"@babel/core": "^7.11.6",
"@babel/preset-env": "^7.11.5",
"babel-loader": "^8.1.0",
"clean-webpack-plugin": "^3.0.0",
"html-webpack-plugin": "^4.5.0",
"terser-webpack-plugin": "^4.2.2",
"webpack": "^4.44.2",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.0",
"webpack-merge": "^5.1.4"
},
"repository": {
"type": "git",
"url": "git+https://github.com/davidruvolo51/browsertools.git"
},
"bugs": {
"url": "https://github.com/davidruvolo51/browsertools/issues"
}
}