-
Notifications
You must be signed in to change notification settings - Fork 28
/
package.json
34 lines (34 loc) · 971 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"name": "thinkjs-application",
"description": "application created by thinkjs",
"version": "1.1.1",
"scripts": {
"start": "node www/development.js",
"compile": "babel --presets es2015,stage-1 --plugins transform-runtime src/ --out-dir app/",
"watch-compile": "npm run compile -- --watch",
"watch": "npm run watch-compile"
},
"dependencies": {
"babel-runtime": "^6.26.0",
"iconv-lite": "^0.4.13",
"markdown": "^0.5.0",
"moment": "^2.10.6",
"mv": "^2.1.1",
"node-readability": "^2.1.0",
"nodemailer": "^1.10.0",
"nunjucks": "^2.1.0",
"request": "^2.67.0",
"sqlite3": "^4.0.6",
"thinkjs": "2.x.x",
"unzip": "^0.1.11"
},
"devDependencies": {
"babel": "^6.23.0",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"babel-preset-stage-1": "^6.24.1"
}
}