-
-
Notifications
You must be signed in to change notification settings - Fork 25
/
Copy pathpackage.json
44 lines (44 loc) · 1.19 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
{
"name": "waiter",
"version": "1.0.0",
"description": "<!-- README.md is generated from README.Rmd. Please edit that file -->",
"main": "index.js",
"directories": {
"doc": "docs",
"man": "man"
},
"dependencies": {
"@loadingio/loading-bar": "^0.1.1"
},
"devDependencies": {
"@babel/core": "^7.15.5",
"babel-loader": "^8.2.2",
"css-loader": "^5.2.7",
"eslint": "^8.53.0",
"jsdoc": "^3.6.7",
"jsdoc-webpack-plugin": "^0.3.0",
"prettier": "3.0.3",
"style-loader": "^3.3.0",
"webpack": "^5.56.0",
"webpack-cli": "^4.8.0",
"webpack-merge": "^5.8.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"none": "webpack --config webpack.dev.js --mode=none",
"development": "webpack --config webpack.dev.js",
"production": "webpack --config webpack.prod.js",
"watch": "webpack --config webpack.dev.js -d --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/JohnCoene/waiter.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/JohnCoene/waiter/issues"
},
"homepage": "https://github.com/JohnCoene/waiter#readme"
}