Add boilerplate.
This commit is contained in:
parent
27b93a65ce
commit
cbb70e2390
9 changed files with 7377 additions and 0 deletions
19
package.json
Normal file
19
package.json
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"name": "react-typescript",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"react": "^0.13.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"browserify": "^11.1.0",
|
||||
"typescript": "^1.6.0-beta"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "mkdir -p public/js/app && node_modules/.bin/tsc && node_modules/.bin/browserify ./temp/app.js -o public/js/app/bundle.js",
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"author": "",
|
||||
"license": "ISC"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue