-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 902 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
37
38
{
"name": "twitter-clone",
"version": "1.0.0",
"description": "React Rails Test App",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"dev": "webpack -d --watch",
"build": "webpack -p"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mfurtado-mdsol/twitter-clone.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/mfurtado-mdsol/twitter-clone/issues"
},
"homepage": "https://github.com/mfurtado-mdsol/twitter-clone#readme",
"dependencies": {
"bootstrap": "^3.3.6",
"events": "^1.1.0",
"flux": "^2.1.1",
"moment": "^2.11.2",
"react": "^0.14.5",
"react-dom": "^0.14.5",
"webpack": "^1.12.9"
},
"devDependencies": {
"babel-core": "^6.3.26",
"babel-loader": "^6.2.0",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13"
}
}