-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 993 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
37
38
{
"name": "jfplot",
"version": "1.0.0",
"description": "",
"private": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"serve": "webpack serve --open",
"build": "webpack",
"fix-types": "mv node_modules/@types/plotly.js node_modules/@types/plotly.js-dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/harrisonmg/jfplot.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/harrisonmg/jfplot/issues"
},
"homepage": "https://github.com/harrisonmg/jfplot#readme",
"devDependencies": {
"@types/papaparse": "^5.3.15",
"@types/plotly.js": "^2.35.2",
"copy-webpack-plugin": "^11.0.0",
"ify-loader": "^1.1.0",
"ts-loader": "^9.4.3",
"typescript": "^5.1.3",
"webpack": "^5.86.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.0"
},
"dependencies": {
"papaparse": "5.5.1",
"plotly.js-dist": "2.35.3"
}
}