-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 755 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 755 Bytes
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
{
"name": "state-pattern",
"version": "1.0.0",
"description": "state design pattern using mobx and react",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "dudi harush",
"license": "ISC",
"dependencies": {
"@types/react": "^15.0.22",
"@types/react-dom": "^15.5.0",
"mobx": "^3.1.9",
"mobx-react": "^4.1.8",
"react": "^15.5.4",
"react-dom": "^15.5.4"
},
"devDependencies": {
"awesome-typescript-loader": "^3.1.2",
"css-loader": "^0.28.0",
"extract-text-webpack-plugin": "^2.1.0",
"mobx-react-devtools": "^4.2.11",
"source-map-loader": "^0.2.1",
"style-loader": "^0.16.1",
"typescript": "^2.2.2",
"webpack": "^2.2.0"
}
}