forked from microsoft/satcheljs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.29 KB
/
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": "satcheljs-suite",
"version": "2.14.1",
"description": "Store implementation for functional reactive flux.",
"scripts": {
"clean": "rimraf dist",
"link-all": "node tools/npm-link.js",
"publish-all": "node tools/publish-all.js",
"normalize": "node tools/normalize-packages.js",
"build": "npm run clean && npm run normalize && node tools/build-all.js",
"test": "npm run build && npm run link-all && node tools/test-all.js"
},
"devDependencies": {
"@types/enzyme": "^2.5.38",
"@types/jasmine": "^2.5.47",
"@types/jsdom": "^2.0.29",
"@types/node": "^6.0.48",
"@types/react": "~0.14.49",
"@types/react-addons-perf": "~0.14.17",
"@types/react-addons-test-utils": "^0.14.15",
"@types/react-dom": "~0.14.18",
"enzyme": "~2.6.0",
"glob": "^7.0.6",
"jasmine": "~2.5.3",
"jsdom": "~9.8.3",
"mkdirp": "^0.5.1",
"react-addons-test-utils": "^15.4.0",
"rimraf": "^2.5.4",
"toposort": "~1.0.0",
"tslint": "^4.0.2",
"tslint-eslint-rules": "^3.2.0",
"tslint-microsoft-contrib": "^4.0.0",
"typescript": "~2.1.4"
},
"dependencies": {
"mobx": "~2.6.5",
"mobx-react": "~4.0.3",
"mobx-react-devtools": "~4.2.10",
"react": "^15.4.0",
"react-addons-perf": "^15.4.0",
"react-dom": "^15.4.0"
}
}