-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1002 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
39
40
41
42
43
{
"name": "ractive-rematch",
"version": "0.1.2",
"main": "esm/index.js",
"repository": "https://github.com/Obooman/ractive-rematch.git",
"author": "Oboo Chin <[email protected]>",
"license": "MIT",
"keywords": [
"redux",
"ractive",
"ractivejs",
"rematch"
],
"files": [
"./src/*",
"./typing/*",
"./dist/*",
"./esm/*"
],
"scripts": {
"test": "jest __test__",
"build": "rollup -c rollup.config.js"
},
"dependencies": {
"@rematch/core": "^1.3.0",
"ractive": "^1.3.8"
},
"devDependencies": {
"@babel/core": "^7.9.0",
"@babel/preset-env": "^7.9.0",
"@babel/preset-typescript": "^7.9.0",
"@rollup/plugin-typescript": "^3.0.0",
"@types/node": "^13.9.3",
"babel-jest": "^25.1.0",
"jest": "^25.1.0",
"jest-html-reporter": "^2.8.2",
"rollup": "^2.0.6",
"rollup-plugin-peer-deps-external": "^2.2.2",
"rollup-plugin-terser": "^5.2.0",
"tslib": "^1.10.0",
"typescript": "^3.7.5"
}
}