-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1 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
{
"name": "fb-like-discussions",
"version": "0.1.0",
"description": "post->comments->reply facebook like discussions",
"main": "index.js",
"keywords": [
"comments",
"mobx",
"discussion",
"forum"
],
"author": "vencax <[email protected]>",
"repository": "https://github.com/vencax/fb-like-discussions",
"license": "ISC",
"devDependencies": {
"babel-core": "^6.17.0",
"babel-loader": "^6.2.4",
"babel-plugin-transform-class-properties": "^6.10.2",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-preset-es2015": "^6.9.0",
"babel-preset-react": "^6.11.1",
"babel-register": "^6.18.0",
"jsdom": "^9.8.3",
"json-server": "^0.8.22",
"prop-types": "^15.6.0",
"mobx-react-devtools": "^4.2",
"react-addons-test-utils": "^15.3.0",
"tape": "^4.6.2",
"webpack": "^1.13.2",
"webpack-dev-server": "^1.14.1"
},
"scripts": {
"test": "make test"
},
"dependencies": {
"history": "^4.7.2",
"react-dom": "^16.0.0"
}
}