-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.08 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
{
"name": "mettle-reactivity",
"version": "0.1.3",
"description": "A reactivity library for building user interfaces on the web.",
"main": "dist/mettle-reactivity.esm.js",
"module": "dist/mettle-reactivity.esm.js",
"unpkg": "dist/mettle-reactivity.esm.js",
"jsdelivr": "dist/mettle-reactivity.esm.js",
"author": "maomincoding",
"files": [
"dist/*.js"
],
"scripts": {
"build": "rollup -c"
},
"license": "MIT",
"private": false,
"keywords": [
"mettle",
"mettle-js",
"mettle-reactivity",
"reactivity",
"dom",
"mvvm",
"virtual dom",
"html",
"template",
"string"
],
"repository": {
"type": "git",
"url": "git+https://github.com/maomincoding/mettle-reactivity.git"
},
"bugs": {
"url": "https://github.com/maomincoding/mettle-reactivity/issues"
},
"homepage": "https://github.com/maomincoding/mettle-reactivity#readme",
"dependencies": {
"@vue/reactivity": "3.5.12"
},
"devDependencies": {
"@rollup/plugin-replace": "^5.0.2",
"@rollup/plugin-terser": "^0.4.4",
"rollup": "^2.57.0"
}
}