mirror of
https://github.com/thinkjs/thinkjs.git
synced 2026-01-18 14:26:56 +00:00
25 lines
617 B
JSON
25 lines
617 B
JSON
{
|
|
"name": "thinkjs-application",
|
|
"description": "application created by thinkjs",
|
|
"version": "1.0.0",
|
|
"scripts": {
|
|
"start": "node www/development.js",
|
|
"compile": "node bin/compile.js"
|
|
},
|
|
"dependencies": {
|
|
"thinkjs": "2.2.x",
|
|
"babel-runtime": "6.x.x",
|
|
"source-map-support": "0.4.0",
|
|
"source-map": "0.5.3"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "next",
|
|
"babel-cli": "6.x.x",
|
|
"babel-preset-es2015-loose": "6.x.x",
|
|
"babel-preset-stage-1": "6.x.x",
|
|
"babel-plugin-transform-runtime": "6.x.x",
|
|
"babel-core": "6.x.x"
|
|
},
|
|
"repository": "",
|
|
"license": "MIT"
|
|
} |