You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
847 B
34 lines
847 B
{ |
|
"name": "@chartwerk/core", |
|
"version": "0.6.25", |
|
"description": "Chartwerk core", |
|
"main": "dist/index.js", |
|
"types": "dist/index.d.ts", |
|
"files": [ |
|
"/dist" |
|
], |
|
"scripts": { |
|
"build": "webpack --config build/webpack.prod.conf.js", |
|
"dev": "webpack --config build/webpack.dev.conf.js", |
|
"demo": "webpack --config build/webpack.demo.conf.js", |
|
"test": "echo \"Error: no test specified\" && exit 1" |
|
}, |
|
"repository": { |
|
"type": "git", |
|
"url": "http://code.corpglory.net/chartwerk/core.git" |
|
}, |
|
"author": "CorpGlory Inc.", |
|
"license": "ISC", |
|
"dependencies": { |
|
"d3": "^5.16.0", |
|
"lodash": "^4.17.21" |
|
}, |
|
"devDependencies": { |
|
"css-loader": "^6.8.1", |
|
"style-loader": "^3.3.3", |
|
"ts-loader": "^9.4.3", |
|
"typescript": "^5.1.3", |
|
"webpack": "^5.87.0", |
|
"webpack-cli": "^5.1.4" |
|
} |
|
}
|
|
|