-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
41 lines (41 loc) · 971 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
{
"name": "openstate",
"version": "0.3.0",
"description": "A modular framework for shared state management",
"main": "src/main.js",
"browser": "dist/openstate.bundled.js",
"files": [
"README.md",
"CONTRIBUTING.md",
"src/main.js",
"src/index.js",
"dist/openstate.bundled.js",
"dist/openstate.bundled.js.map",
"docs/API.md"
],
"scripts": {},
"author": "Matthew Brisebois",
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/mjbrisebois/openstate-js"
},
"dependencies": {
"@babel/runtime": "^7.15.3",
"@whi/object-walk": "^0.3.0",
"@whi/repr": "^0.1.0",
"@whi/weblogger": "^0.1.5",
"clone-deep": "^4.0.1",
"deep-equal": "^2.1.0"
},
"devDependencies": {
"@whi/json": "^0.1.5",
"@whi/stdlog": "^0.3.4",
"chai": "^4.3.4",
"mocha": "^9.2.0",
"uuid": "^9.0.0",
"vue": "^3.2.40",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0"
}
}