-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
38 lines (38 loc) · 975 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
35
36
37
38
{
"name": "va-memorial",
"version": "1.0.0",
"private": true,
"main": "src/index.js",
"scripts": {
"dev": "nodemon",
"start": "babel-node src",
"build": "babel src -d build"
},
"dependencies": {
"babel-cli": "^6.26.0",
"babel-plugin-module-resolver": "^2.7.1",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-airbnb": "^2.4.0",
"babel-preset-env": "^1.6.0",
"babel-register": "^6.26.0",
"bluebird": "^3.5.1",
"boom": "^6.0.0",
"dotenv": "^4.0.0",
"koa": "^2.3.0",
"koa-better-error-handler": "^1.3.0",
"koa-json": "^2.0.2",
"koa-logger": "^3.1.0",
"koa-router": "^7.2.1",
"koa-static": "^4.0.2",
"lodash": "^4.17.4",
"retext-english": "^3.0.0",
"retext-profanities": "^4.4.0",
"retext-sentiment": "^4.1.0",
"retext-stringify": "^2.0.0",
"sentiment": "^4.1.0",
"unified": "^6.1.5"
},
"devDependencies": {
"nodemon": "^1.12.1"
}
}