22 lines
430 B
JSON
22 lines
430 B
JSON
{
|
|
"name": "anichart-template",
|
|
"version": "1.0.1",
|
|
"description": "Starter of anichart.js.",
|
|
"scripts": {
|
|
"start": "parcel index.html --open",
|
|
"build": "parcel build index.html"
|
|
},
|
|
"dependencies": {
|
|
"anichart": "2.3.1-alpha",
|
|
"serve-static": "^1.14.1"
|
|
},
|
|
"devDependencies": {
|
|
"parcel": "^2.0.0-rc.0",
|
|
"typescript": "^4.3.5"
|
|
},
|
|
"keywords": [
|
|
"chart",
|
|
"data",
|
|
"anichart"
|
|
]
|
|
} |