-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 940 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
{
"name": "state-management",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"vanilla": "parcel vanilla.html --no-autoinstall --open",
"redux": "parcel redux.html --no-autoinstall --open",
"mobx": "parcel mobx.html --no-autoinstall --open",
"mst": "parcel mst.html --no-autoinstall --open",
"rxjs": "parcel rxjs.html --no-autoinstall --open",
"xstate": "parcel xstate.html --no-autoinstall --open"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"babel-core": "^6.26.3",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-runtime": "^6.26.0",
"parcel-bundler": "^1.12.4"
},
"dependencies": {
"@reduxjs/toolkit": "^1.2.3",
"babel-polyfill": "^6.26.0",
"mobx": "^5.15.4",
"mobx-state-tree": "^3.15.0",
"rxjs": "^6.5.4",
"xstate": "^4.7.8"
}
}