mirror of
https://github.com/embarklabs/embark-typescript-template.git
synced 2026-08-27 20:41:09 +00:00
50 lines
2.0 KiB
JSON
50 lines
2.0 KiB
JSON
{
|
|
"name": "embark-typescript-template",
|
|
"version": "0.0.1",
|
|
"lockfileVersion": 1,
|
|
"requires": true,
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": {
|
|
"version": "7.0.0",
|
|
"resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.0.0.tgz",
|
|
"integrity": "sha512-CYAOUCARwExnEixLdB6sDm2dIJ/YgEAKDM1MOeMeZu9Ld/bDgVo8aiWrXwcY7OBh+1Ea2uUcVRcxKk0GJvW7QA==",
|
|
"dev": true
|
|
},
|
|
"@babel/plugin-syntax-typescript": {
|
|
"version": "7.0.0",
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.0.0.tgz",
|
|
"integrity": "sha512-5fxmdqiAQVQTIS+KSvYeZuTt91wKtBTYi6JlIkvbQ6hmO+9fZE81ezxmMiFMIsxE7CdRSgzn7nQ1BChcvK9OpA==",
|
|
"dev": true,
|
|
"requires": {
|
|
"@babel/helper-plugin-utils": "^7.0.0"
|
|
}
|
|
},
|
|
"@babel/plugin-transform-typescript": {
|
|
"version": "7.0.0",
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.0.0.tgz",
|
|
"integrity": "sha512-UNhEa+Wt8tq3bfLKJWsuZplYEdwdX2y8Cn1gHeIwnL7OqT6L+NZzVe6VTkR1AKqAhH7z3Krs61TpxgVkp5aHCg==",
|
|
"dev": true,
|
|
"requires": {
|
|
"@babel/helper-plugin-utils": "^7.0.0",
|
|
"@babel/plugin-syntax-typescript": "^7.0.0"
|
|
}
|
|
},
|
|
"@babel/preset-typescript": {
|
|
"version": "7.0.0",
|
|
"resolved": "https://registry.npmjs.org/@babel/preset-typescript/-/preset-typescript-7.0.0.tgz",
|
|
"integrity": "sha512-rFq0bsJjXJo+PyRyBeHDIUGD7+4btHzYcNbL8kgk/7UOxuC9s53ziXxaIL7Ehz4zbsLMREXmUzeamuHwh7BHZg==",
|
|
"dev": true,
|
|
"requires": {
|
|
"@babel/helper-plugin-utils": "^7.0.0",
|
|
"@babel/plugin-transform-typescript": "^7.0.0"
|
|
}
|
|
},
|
|
"typescript": {
|
|
"version": "3.0.3",
|
|
"resolved": "https://registry.npmjs.org/typescript/-/typescript-3.0.3.tgz",
|
|
"integrity": "sha512-kk80vLW9iGtjMnIv11qyxLqZm20UklzuR2tL0QAnDIygIUIemcZMxlMWudl9OOt76H3ntVzcTiddQ1/pAAJMYg==",
|
|
"dev": true
|
|
}
|
|
}
|
|
}
|