-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
73 lines (73 loc) · 2.16 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "nanachi",
"version": "0.0.1",
"description": "",
"main": "lib/index.js",
"bin": {
"nanachi-cli": "bin/nanachi-cli.js"
},
"dependencies": {
"@babel/core": "^7.3.4",
"@babel/generator": "^7.3.4",
"@babel/parser": "^7.3.4",
"@babel/plugin-proposal-class-properties": "^7.3.4",
"@babel/plugin-syntax-jsx": "^7.2.0",
"@babel/plugin-transform-async-to-generator": "^7.4.0",
"@babel/plugin-transform-regenerator": "^7.4.3",
"@babel/preset-react": "^7.0.0",
"@babel/template": "^7.2.2",
"@babel/traverse": "^7.3.4",
"@babel/types": "^7.3.4",
"@csstools/postcss-sass": "^4.0.0",
"@types/semver": "^6.0.0",
"axios": "^0.18.0",
"babel-plugin-danger-remove-unused-import": "^1.1.2",
"babel-plugin-minify-dead-code-elimination": "^0.5.0",
"chalk": "^2.4.2",
"chokidar": "^2.1.2",
"fs-extra": "^7.0.1",
"inquirer": "^6.2.2",
"nanachi-runtime": "0.0.1",
"ora": "^3.2.0",
"postcss": "^7.0.14",
"postcss-import": "^12.0.1",
"postcss-scss": "^2.0.0",
"regenerator-runtime": "0.12.1",
"resolve": "^1.10.0",
"semver": "^6.0.0",
"validate-npm-package-name": "^3.0.0",
"yargs": "^13.2.2"
},
"devDependencies": {
"@types/babel__core": "^7.1.0",
"@types/babel__generator": "^7.0.2",
"@types/babel__template": "^7.0.2",
"@types/babel__traverse": "^7.0.6",
"@types/fs-extra": "^5.0.5",
"@types/inquirer": "0.0.44",
"@types/resolve": "0.0.8",
"@types/yargs": "^12.0.9",
"husky": "^1.3.1",
"lint-staged": "^8.1.5",
"npm-validate-npm-package-name": "github:types/npm-validate-npm-package-name",
"rollup": "^1.6.0",
"rollup-plugin-alias": "^1.5.1",
"tslint": "^5.13.1",
"typescript": "^3.3.3333"
},
"scripts": {
"dev-ts": "tsc -w",
"dev-js": "rollup -c rollup.config.js -w",
"prepublishOnly": "tsc && rollup -c rollup.config.js --silent"
},
"repository": {
"type": "git",
"url": "git+https://github.com/YMFE/nanachi-cli.git"
},
"author": "YMFE",
"license": "MIT",
"bugs": {
"url": "https://github.com/YMFE/nanachi-cli/issues"
},
"homepage": "https://github.com/YMFE/nanachi-cli#readme"
}