-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 loc) · 990 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
39
40
{
"name": "goi",
"version": "1.0.0",
"scripts": {
"postinstall": "npm run build",
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack",
"start": "webpack --progress --colors --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hiriorima/Goi.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/hiriorima/Goi/issues"
},
"homepage": "https://fast-badlands-17193.herokuapp.com",
"devDependencies": {
"babel-core": "^6.20.0",
"babel-loader": "^6.2.9",
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.16.0",
"webpack": "^1.14.0",
"webpack-dev-server": "^1.16.2"
},
"dependencies": {
"flux": "^3.1.2",
"jquery": "^3.1.1",
"jquery-ujs": "^1.2.2",
"keymirror": "^0.1.1",
"react": "^15.4.2",
"react-dom": "^15.4.2",
"react-router": "^3.0.2"
},
"cacheDirectories": [
"node_modules",
"app/assets/javacripts/dist"
]
}