-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.31 KB
/
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
39
40
41
42
43
44
{
"name": "realworld",
"version": "0.0.1",
"scripts": {
"start": "denali server",
"test": "denali test"
},
"private": true,
"engines": {
"node": ">=6.2.0"
},
"dependencies": {
"@types/bcryptjs": "^2.4.0",
"bcryptjs": "^2.4.3",
"bluebird": "^3.4.6",
"denali": "0.0.26",
"denali-cli": "0.0.x",
"eslint-config-denali": "^1.1.2",
"inflection": "^1.12.0",
"lodash": "^4.0.0"
},
"devDependencies": {
"ava": "^0.17.0",
"babel-eslint": "^7.1.1",
"babel-plugin-syntax-async-functions": "^6.13.0",
"babel-plugin-syntax-trailing-function-commas": "^6.13.0",
"babel-plugin-transform-async-to-generator": "^6.16.0",
"babel-plugin-transform-class-properties": "^6.19.0",
"babel-plugin-transform-es2015-destructuring": "^6.19.0",
"babel-plugin-transform-es2015-modules-commonjs": "^6.18.0",
"babel-plugin-transform-es2015-shorthand-properties": "^6.18.0",
"babel-plugin-transform-es2015-spread": "^6.8.0",
"babel-plugin-transform-es2015-template-literals": "^6.8.0",
"babel-plugin-transform-exponentiation-operator": "^6.8.0",
"babel-plugin-transform-regenerator": "^6.16.1",
"babel-plugin-transform-runtime": "^6.15.0",
"denali-babel": "0.0.x",
"denali-eslint": "0.0.x"
},
"ava": {
"plugins": [],
"presets": []
}
}