UNPKG

4.03 kBJSONView Raw
1{
2 "name": "nanachi-cli",
3 "version": "1.6.4",
4 "description": "cli tool for nanachi",
5 "bin": {
6 "nanachi": "./bin/index.js"
7 },
8 "scripts": {
9 "test": "jest --config ./test/config/index.js"
10 },
11 "author": "",
12 "repository": {
13 "type": "git",
14 "url": "git+https://github.com/qunarcorp/anu.git"
15 },
16 "license": "Apache-2.0",
17 "homepage": "https://qunarcorp.github.io/anu",
18 "dependencies": {
19 "@babel/core": "^7.3.3",
20 "@babel/generator": "^7.3.3",
21 "@babel/plugin-external-helpers": "^7.2.0",
22 "@babel/plugin-proposal-class-properties": "^7.5.5",
23 "@babel/plugin-proposal-decorators": "^7.2.3",
24 "@babel/plugin-proposal-object-rest-spread": "^7.3.2",
25 "@babel/plugin-proposal-optional-chaining": "^7.8.3",
26 "@babel/plugin-syntax-class-properties": "^7.0.0",
27 "@babel/plugin-syntax-dynamic-import": "^7.2.0",
28 "@babel/plugin-syntax-jsx": "^7.0.0",
29 "@babel/plugin-syntax-optional-chaining": "^7.8.3",
30 "@babel/plugin-transform-async-to-generator": "^7.0.0",
31 "@babel/plugin-transform-classes": "^7.0.0",
32 "@babel/plugin-transform-react-jsx": "^7.3.0",
33 "@babel/plugin-transform-runtime": "^7.4.4",
34 "@babel/plugin-transform-template-literals": "^7.0.0",
35 "@babel/preset-env": "^7.3.1",
36 "@babel/preset-react": "^7.0.0",
37 "@babel/template": "^7.2.2",
38 "@babel/types": "^7.3.3",
39 "@csstools/postcss-sass": "^4.0.0",
40 "@loadable/component": "^5.10.1",
41 "axios": "^0.18.0",
42 "babel-loader": "^8.0.6",
43 "babel-plugin-import": "^1.11.0",
44 "babel-plugin-minify-dead-code-elimination": "^0.5.0",
45 "babel-plugin-module-resolver": "^3.2.0",
46 "babel-plugin-transform-inline-environment-variables": "^0.4.3",
47 "babel-plugin-transform-node-env-inline": "^0.4.3",
48 "babel-plugin-transform-remove-console": "^6.9.4",
49 "chalk": "^2.4.1",
50 "chokidar": "^2.0.4",
51 "clean-webpack-plugin": "^2.0.2",
52 "clipboard": "^2.0.4",
53 "commander": "^2.17.0",
54 "copy-webpack-plugin": "^5.0.3",
55 "cross-spawn": "^6.0.5",
56 "css": "^2.2.4",
57 "css-loader": "^2.1.1",
58 "css-node-extract": "^3.0.2",
59 "cssmin": "^0.4.3",
60 "deep-diff": "^1.0.2",
61 "eslint": "^4.12.1",
62 "eslint-loader": "^2.1.2",
63 "eslint-plugin-nanachi": "0.2.5",
64 "file-loader": "^3.0.1",
65 "fs-extra": "^4.0.3",
66 "get-port": "^5.0.0",
67 "glob": "^7.1.3",
68 "html-minifier": "^3.5.21",
69 "html-webpack-plugin": "^4.0.0-beta.5",
70 "import-regex": "^1.1.0",
71 "inquirer": "^6.0.0",
72 "js-beautify": "^1.8.3-rc3",
73 "json5": "^2.1.0",
74 "less": "^3.8.1",
75 "less-import-aliases": "^1.0.2",
76 "lodash.mergewith": "^4.6.1",
77 "mathjs": "^5.2.3",
78 "mini-css-extract-plugin": "^0.6.0",
79 "mobile-detect": "^1.4.3",
80 "nativeshare": "^2.1.3",
81 "ora": "^3.0.0",
82 "postcss": "^7.0.6",
83 "postcss-automath-latest": "^1.0.0",
84 "postcss-import": "^12.0.1",
85 "postcss-less": "^3.1.4",
86 "postcss-less-loader": "^0.1.0",
87 "postcss-sass-loader": "^1.1.0",
88 "postcss-scss": "^2.0.0",
89 "postcss-selector-parser": "^5.0.0",
90 "ramda": "^0.26.1",
91 "rd": "^2.0.1",
92 "react-dom": "^16.8.6",
93 "react-images": "^0.5.19",
94 "react-loadable": "^5.5.0",
95 "react-transition-group": "^4.1.1",
96 "resolve": "^1.8.1",
97 "sass": "^1.16.1",
98 "schnee-ui": "^1.0.9",
99 "shelljs": "^0.8.3",
100 "socket.io-client": "^2.2.0",
101 "style-loader": "^0.23.1",
102 "stylelint": "^10.0.1",
103 "stylelint-plugin-nanachi": "latest",
104 "table": "^5.2.3",
105 "ts-loader": "^6.0.4",
106 "typescript": "^3.6.2",
107 "validate-npm-package-name": "^3.0.0",
108 "webpack": "^4.29.6",
109 "webpack-dev-server": "^3.4.1",
110 "webpack-merge": "^4.2.1",
111 "webpack-node-externals": "^1.7.2"
112 },
113 "devDependencies": {
114 "@babel/plugin-proposal-decorators": "^7.4.4",
115 "@types/copy-webpack-plugin": "^5.0.0",
116 "@types/fs-extra": "^8.0.0",
117 "@types/inquirer": "^6.0.3",
118 "@types/semver": "^6.0.1",
119 "@types/shelljs": "^0.8.5",
120 "@types/webpack": "^4.4.35",
121 "jest": "^24.7.1"
122 }
123}
\No newline at end of file