-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 989 Bytes
/
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
{
"name": "@gsail/reactem",
"version": "1.0.6",
"description": "this is a template engine to generate html on server which you can write in JSX and use React.useContext API ",
"main": "index.js",
"scripts": {
"build": "rollup -c",
"test": "jest"
},
"devDependencies": {
"@babel/core": "^7.14.3",
"@babel/plugin-transform-react-jsx": "^7.14.3",
"@babel/preset-env": "^7.14.2",
"@rollup/plugin-commonjs": "^19.0.0",
"@rollup/plugin-node-resolve": "^13.0.0",
"babel-jest": "^27.0.1",
"jest": "^27.0.1",
"rollup": "^2.48.0",
"rollup-plugin-terser": "^7.0.2"
},
"keywords": [
"jsx",
"template",
"react",
"html",
"ssr"
],
"author": "gsail <g.sail@qq.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/SAILgaosai/Reactem.git"
},
"bugs": {
"url": "https://github.com/SAILgaosai/Reactem/issues"
},
"homepage": "https://github.com/SAILgaosai/Reactem"
}