-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
28 lines (28 loc) · 1.11 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
{
"name": "tangerine",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"install-server": "npm install --no-optional --unsafe-perm",
"start-windows": "cd client & npx tangerine-preview | npx webpack ./index.js --no-optimization-minimize -d source-map -w --output-filename custom-scripts.js -o ./",
"start": "cd client; trap 'kill %1' SIGINT; ../node_modules/.bin/tangerine-preview & ../node_modules/.bin/webpack ./index.js --no-optimization-minimize -d source-map -w --output-filename custom-scripts.js -o ./",
"build": "./node_modules/.bin/webpack ./client/index.js --no-optimization-minimize -d source-map --output-filename custom-scripts.js -o ./client/",
"test": "echo \"Error: no test specified\" && exit 1",
"sleep": "trap 'kill %1' SIGINT; sleep 1004 & sleep 1004"
},
"author": "",
"license": "ISC",
"dependencies": {
"jspdf": "^2.5.2",
"lit-element": "^2.4.0",
"pdf-table": "^1.0.2",
"pdfkit": "^0.15.1",
"plotly": "^1.0.6"
},
"devDependencies": {
"tangerine-preview": "latest",
"webpack": "5.1.3",
"webpack-cli": "4.1.0"
}
}