-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 814 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 814 Bytes
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": "next-const-given-name",
"version": "1.0.0",
"description": "Chinese names",
"homepage": "https://github.com/afeiship/next-const-given-name",
"author": {
"name": "afei",
"email": "1290657123@qq.com"
},
"scripts": {
"build": "gulp",
"test": "jest",
"version": "gulp bump"
},
"main": "dist/next-const-given-name.js",
"license": "MIT",
"devDependencies": {
"del": "^2.2.1",
"gulp": "^3.9.1",
"gulp-bump": "^2.7.0",
"gulp-concat": "^2.6.0",
"gulp-jsonminify": "^1.1.0",
"gulp-load-plugins": "^1.2.0",
"gulp-rename": "^1.2.2",
"gulp-size": "^2.1.0",
"gulp-uglify": "^2.1.2",
"jest": "^23.6.0",
"prettier": "^1.14.3",
"yargs": "^4.7.1"
},
"dependencies": {
"next-js-core2": "github:afeiship/next-js-core2"
}
}