-
Notifications
You must be signed in to change notification settings - Fork 63
/
package.json
61 lines (61 loc) · 1.71 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
{
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"name": "sakana-widget",
"version": "2.7.0",
"description": "Sakana widget for Web. | 网页小组件版本的石蒜模拟器。",
"keywords": [
"widget",
"lycoris-recoil",
"lycoris",
"recoil",
"chisato",
"takina"
],
"author": "DSRKafuU <[email protected]>",
"homepage": "https://github.dsrkafuu.net/sakana-widget/",
"license": "MIT",
"repository": "github:dsrkafuu/sakana-widget",
"files": [
"lib"
],
"main": "./lib/index.js",
"module": "./lib/index.esm.js",
"style": "./lib/index.css",
"types": "./lib/index.d.ts",
"unpkg": "./lib/sakana.min.js",
"jsdelivr": "./lib/sakana.min.js",
"scripts": {
"lint": "eslint",
"build:docs": "rollup -c ./rollup.docs.js",
"build:lib": "rollup -c ./rollup.config.js",
"build": "npm-run-all -s build:*",
"dev:rollup": "rollup --watch -c ./rollup.docs.js",
"dev:nodemon": "nodemon --watch index.html --exec \"npm run dev:rollup\"",
"dev:serve": "serve ./docs",
"dev": "npm-run-all -p dev:nodemon dev:serve"
},
"dependencies": {
"@juggle/resize-observer": "^3.4.0",
"tslib": "^2.6.2"
},
"devDependencies": {
"@dsrca/config": "^3.4.0",
"@rollup/plugin-html": "^1.0.2",
"@rollup/plugin-image": "^3.0.2",
"@rollup/plugin-node-resolve": "^15.2.1",
"@rollup/plugin-terser": "^0.4.3",
"@rollup/plugin-typescript": "^11.1.4",
"eslint": "^8.50.0",
"nodemon": "^3.0.1",
"npm-run-all": "^4.1.5",
"prettier": "^3.0.3",
"rollup": "^3.29.3",
"rollup-plugin-scss": "^4.0.0",
"rollup-plugin-svgo": "^2.0.0",
"sass": "^1.68.0",
"serve": "^14.2.1",
"typescript": "^5.2.2"
}
}