-
Notifications
You must be signed in to change notification settings - Fork 23
/
package.json
118 lines (118 loc) · 4.07 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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
{
"name": "tbg",
"version": "0.1.4",
"description": "template-based-generator-template 基于模板的文本生成器的模板,模生模,凤生凤,老鼠的儿子会打洞。",
"main": "dist/index.mjs",
"types": "dist/src/index.d.ts",
"scripts": {
"build": "npm run build:types && npm run build:js",
"build:types": "tsc --emitDeclarationOnly",
"build:js": "rollup -c",
"build:demo": "rollup -c rollup.config.demo.js && cp demo/index.html public-dist/index.html",
"dev:demo": "mkdir -p public-dist/ && cp demo/index.html public-dist/index.html && rollup -c rollup.config.demo.development.js --watch",
"test": "echo \"Error: no test specified\" && exit 1",
"prepublishOnly": "npm run clean && npm run build",
"clean": "rimraf dist public-dist",
"installType": "typesync"
},
"repository": {
"type": "git",
"url": "git+https://github.com/linonetwo/template-based-generator-template.git"
},
"files": [
"dist/**/*.mjs",
"dist/**/*.d.ts",
"README.md"
],
"keywords": [
"generator",
"template"
],
"author": "lin onetwo",
"license": " GPL-3.0",
"bugs": {
"url": "https://github.com/linonetwo/template-based-generator-template/issues"
},
"homepage": "https://github.com/linonetwo/template-based-generator-template#readme",
"dependencies": {
"@blueprintjs/core": "^3.51.2",
"@fluentui/react": "^8.37.1",
"@rjsf/core": "^3.2.0",
"@rjsf/fluent-ui": "^3.2.0",
"beautiful-react-hooks": "^1.0.2",
"errio": "1.2.2",
"lodash": "4.17.21",
"mdast-util-from-markdown": "^1.0.4",
"nlcst-to-string": "^3.1.0",
"nlcst-types": "^1.2.4",
"preval.macro": "^5.0.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-markdown": "^7.1.0",
"styled-components": "^5.3.3",
"type-fest": "^2.5.1",
"unist-builder": "^3.0.0",
"unist-util-visit": "^4.1.0",
"use-query-string": "^2.3.0",
"vfile": "^5.1.1",
"vfile-reporter": "^7.0.2"
},
"devDependencies": {
"@babel/cli": "^7.15.7",
"@babel/core": "^7.15.8",
"@babel/preset-env": "^7.15.8",
"@babel/preset-react": "^7.14.5",
"@babel/preset-typescript": "^7.15.0",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-commonjs": "^15.0.0",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^9.0.0",
"@rollup/plugin-replace": "^3.0.0",
"@rollup/plugin-typescript": "^8.2.5",
"@types/babel__core": "^7.1.16",
"@types/babel__preset-env": "^7.9.2",
"@types/babel-plugin-macros": "^2.8.5",
"@types/eslint": "7.28.1",
"@types/eslint-plugin-prettier": "3.1.0",
"@types/json-schema": "^7.0.9",
"@types/lodash": "4.14.175",
"@types/prettier": "^2.4.1",
"@types/preval.macro": "^3.0.0",
"@types/react": "^17.0.31",
"@types/react-dom": "^17.0.10",
"@types/rimraf": "^3.0.2",
"@types/rollup-plugin-node-globals": "^1.4.1",
"@types/styled-components": "^5.1.15",
"@typescript-eslint/eslint-plugin": "5.0.0",
"@typescript-eslint/parser": "5.0.0",
"babel-plugin-lodash": "^3.3.4",
"babel-plugin-macros": "^3.1.0",
"babel-plugin-styled-components": "^1.13.3",
"babel-plugin-styled-components-px2rem": "^1.5.5",
"eslint": "8.0.1",
"eslint-config-prettier": "8.3.0",
"eslint-config-standard": "16.0.3",
"eslint-config-standard-with-typescript": "21.0.1",
"eslint-import-resolver-alias": "1.1.2",
"eslint-import-resolver-typescript": "2.5.0",
"eslint-plugin-html": "6.2.0",
"eslint-plugin-import": "2.25.2",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-prettier": "4.0.0",
"eslint-plugin-promise": "5.1.0",
"eslint-plugin-react": "7.26.1",
"eslint-plugin-react-hooks": "4.2.0",
"eslint-plugin-security": "1.4.0",
"eslint-plugin-security-node": "1.0.14",
"eslint-plugin-typescript-sort-keys": "2.0.0",
"eslint-plugin-unicorn": "37.0.1",
"prettier": "^2.4.1",
"rimraf": "^3.0.2",
"rollup": "^2.27.1",
"rollup-plugin-livereload": "^2.0.5",
"rollup-plugin-serve": "^1.1.0",
"rxjs": "^7.4.0",
"typescript": "4.4.4",
"typesync": "0.8.0"
}
}