-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.25 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
44
45
46
47
48
{
"name": "tibomat",
"version": "1.0.0",
"description": "",
"main": "app.go",
"dependencies": {
"babel-core": "^6.4.5",
"babel-loader": "^6.2.2",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"babel-preset-stage-0": "^6.3.13",
"bluebird": "^3.2.2",
"css-loader": "^0.23.1",
"flux": "^2.1.1",
"path": "^0.12.7",
"postcss-import": "^8.0.2",
"postcss-loader": "^0.8.0",
"postcss-nested": "^1.0.0",
"postcss-simple-vars": "^1.2.0",
"react": "^0.14.7",
"react-dom": "^0.14.7",
"style-loader": "^0.13.0",
"superagent": "^1.6.1",
"superagent-bluebird-promise": "^3.0.0",
"webpack": "^1.12.11"
},
"devDependencies": {
"babel-eslint": "^4.1.8",
"eslint-config-airbnb": "^5.0.0",
"eslint-config-webkom": "^1.3.2",
"eslint-plugin-react": "^3.16.1",
"webpack-dev-server": "^1.14.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall":"webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tiborv/tibomat.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/tiborv/tibomat/issues"
},
"homepage": "https://github.com/tiborv/tibomat#readme"
}