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.
23 lines
610 B
23 lines
610 B
{ |
|
"name": "line-pod-react", |
|
"version": "0.0.1", |
|
"description": "React wrapper around line-pod", |
|
"main": "dist/index.js", |
|
"repository": "http://code.corpglory.net/chartwerk/line-pod.git", |
|
"author": "CorpGlory Inc.", |
|
"license": "ISC", |
|
"scripts": { |
|
"build": "webpack --config build/webpack.prod.conf.js", |
|
"dev": "webpack --config build/webpack.dev.conf.js" |
|
}, |
|
"dependencies": { |
|
"@chartwerk/line-pod": "workspace:*", |
|
"react": "^18.2.0", |
|
"react-dom": "^18.2.0" |
|
}, |
|
"devDependencies": { |
|
"ts-loader": "^9.5.1", |
|
"typescript": "^5.4.3", |
|
"webpack": "^5.87.0" |
|
} |
|
}
|
|
|