-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.27 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
{
"name": "@zhijianren/style-inject",
"version": "0.0.6",
"description": "custom style inject",
"main": "./dist/index.min.js",
"scripts": {
"build": "rollup -c ./rollup.config.prod.js",
"dev": "rollup -c ./rollup.config.dev.js -w",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/JackXuyi/style-inject.git"
},
"keywords": [
"style",
"inject",
"custom"
],
"author": "xuyi",
"license": "ISC",
"bugs": {
"url": "https://github.com/JackXuyi/style-inject/issues"
},
"homepage": "https://github.com/JackXuyi/style-inject#readme",
"devDependencies": {
"@babel/core": "^7.6.4",
"@babel/plugin-transform-runtime": "^7.6.2",
"@babel/preset-env": "^7.6.3",
"@babel/preset-typescript": "^7.6.0",
"@rollup/plugin-replace": "^2.2.0",
"rollup": "^1.26.2",
"rollup-plugin-babel": "^4.3.3",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-import-alias": "^1.0.10",
"rollup-plugin-json": "^4.0.0",
"rollup-plugin-node-builtins": "^2.1.2",
"rollup-plugin-node-globals": "^1.4.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-terser": "^5.1.2",
"typescript": "^3.6.4"
},
"types": "./typing/index.d.ts"
}