File tree 1 file changed +18
-19
lines changed
1 file changed +18
-19
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " next" ,
3
3
"version" : " 1.0.0" ,
4
- "description" : " Next.js is a minimalistic framework for server-rendered React applications" ,
4
+ "description" : " Minimalistic framework for server-rendered React applications" ,
5
5
"main" : " ./dist/lib/index.js" ,
6
- "homepage" : " https://github.com/zeit/next.js" ,
7
6
"license" : " MIT" ,
8
7
"repository" : " zeit/next.js" ,
9
8
"files" : [
19
18
"prepublish" : " gulp release" ,
20
19
"precommit" : " npm run lint"
21
20
},
21
+ "ava" : {
22
+ "babel" : {
23
+ "presets" : [
24
+ " es2015" ,
25
+ " react"
26
+ ],
27
+ "plugins" : [
28
+ " transform-async-to-generator" ,
29
+ " transform-object-rest-spread" ,
30
+ " transform-class-properties" ,
31
+ " transform-runtime"
32
+ ]
33
+ }
34
+ },
35
+ "standard" : {
36
+ "parser" : " babel-eslint"
37
+ },
22
38
"dependencies" : {
23
39
"babel-core" : " 6.17.0" ,
24
40
"babel-generator" : " 6.17.0" ,
64
80
"run-sequence" : " 1.2.2" ,
65
81
"standard" : " ^8.4.0" ,
66
82
"webpack-stream" : " 3.2.0"
67
- },
68
- "ava" : {
69
- "babel" : {
70
- "presets" : [
71
- " es2015" ,
72
- " react"
73
- ],
74
- "plugins" : [
75
- " transform-async-to-generator" ,
76
- " transform-object-rest-spread" ,
77
- " transform-class-properties" ,
78
- " transform-runtime"
79
- ]
80
- }
81
- },
82
- "standard" : {
83
- "parser" : " babel-eslint"
84
83
}
85
84
}
You can’t perform that action at this time.
0 commit comments