mirror of
https://github.com/embarklabs/embark-typescript-template.git
synced 2026-08-31 06:21:08 +00:00
24 lines
496 B
JSON
24 lines
496 B
JSON
{
|
|
"name": "embark-typescript-template",
|
|
"version": "1.0.1",
|
|
"description": "",
|
|
"scripts": {
|
|
"test": "embark test"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"homepage": "",
|
|
"devDependencies": {
|
|
"@babel/preset-typescript": "^7.0.0",
|
|
"typescript": "^3.0.3"
|
|
},
|
|
"dependencies": {
|
|
"@babel/runtime-corejs2": "^7.3.4",
|
|
"css-loader": "^2.1.1",
|
|
"embarkjs-connector-web3": "4.0.0",
|
|
"rxjs": "^6.4.0",
|
|
"style-loader": "^0.23.1",
|
|
"url-loader": "^1.1.2"
|
|
}
|
|
}
|