Created
February 25, 2018 15:05
-
-
Save binaryta/648569569b06994a059ce9825cb6b50a to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "hyperapp_typescript_introduction", | |
"version": "1.0.0", | |
"main": "index.js", | |
"license": "MIT", | |
"devDependencies": { | |
"awesome-typescript-loader": "^3.4.1", | |
"babel": "^6.23.0", | |
"babel-core": "^6.26.0", | |
"babel-loader": "^7.1.2", | |
"babel-plugin-transform-react-jsx": "^6.24.1", | |
"babel-preset-env": "^1.6.1", | |
"babel-preset-es2015": "^6.24.1", | |
"ts-loader": "^3.5.0", | |
"tslint": "^5.9.1", | |
"tslint-loader": "^3.5.3", | |
"typescript": "^2.7.2", | |
"webpack": "^3.11.0" | |
}, | |
"scripts": { | |
"tsc": "tsc", | |
"build:watch": "webpack -w --config webpack.config.js" | |
}, | |
"dependencies": { | |
"hyperapp": "^1.1.2" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment