-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 816 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
{
"name": "mst-example-todomvc",
"version": "2.2.0",
"private": true,
"devDependencies": {
"react-scripts": "4.0.3"
},
"dependencies": {
"classnames": "^2.3.1",
"mobx": "^6.3.3",
"mobx-react": "^7.2.0",
"mobx-react-lite": "^3.2.1",
"mobx-state-tree": "^5.0.2",
"mst-middlewares": "^5.0.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"remotedev": "^0.2.9",
"todomvc-app-css": "^2.4.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"eject": "react-scripts eject",
"test": "react-scripts test"
},
"repository": {
"type": "git",
"url": "https://github.com/coolsoftwaretyler/mst-example-todomvc"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}