-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
75 lines (75 loc) · 1.85 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "sei16",
"version": "0.0.0",
"description": "Semana da Engenharia Informática - Workshop by Seegno",
"scripts": {
"lint": "git diff --cached --name-only --diff-filter=ACMRTUXB | grep -E '\\.(js)(\\..+)?$' | xargs ./node_modules/.bin/eslint",
"api": "node src/api/bin/index.js",
"start": "node src/server/bin/index.js & webpack-dev-server"
},
"keywords": [
"cesium",
"react",
"redux",
"seegno",
"sei",
"sei16",
"uminho",
"workshop"
],
"author": "Seegno",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/seegno/sei16.git"
},
"devDependencies": {
"babel-core": "6.4.5",
"babel-eslint": "4.1.7",
"babel-loader": "6.2.1",
"babel-polyfill": "6.3.14",
"babel-preset-es2015": "6.3.13",
"babel-preset-react": "6.3.13",
"babel-preset-stage-1": "6.3.13",
"css-loader": "0.23.1",
"eslint": "1.10.3",
"eslint-config-react": "1.1.1",
"eslint-config-seegno": "1.2.1",
"eslint-loader": "1.2.0",
"eslint-plugin-babel": "3.0.0",
"eslint-plugin-react": "3.15.0",
"node-sass": "3.4.2",
"pre-commit": "1.1.2",
"sass-loader": "3.1.2",
"style-loader": "0.13.0",
"webpack": "1.12.11",
"webpack-dev-server": "1.14.1"
},
"dependencies": {
"commander": "2.9.0",
"config": "1.19.0",
"debug": "2.2.0",
"enumify": "1.0.4",
"json-mask": "0.3.5",
"koa": "1.1.2",
"koa-cors": "0.0.16",
"koa-router": "5.3.0",
"koa-socket": "4.0.0",
"koa-views": "4.0.1",
"lodash": "4.0.1",
"qs": "6.0.2",
"react": "0.14.6",
"react-dom": "0.14.6",
"react-redux": "4.0.6",
"react-router": "2.0.0-rc5",
"react-router-redux": "2.1.0",
"redux": "3.0.5",
"redux-thunk": "1.0.3",
"socket.io-client": "1.4.5"
},
"pre-commit": {
"run": [
"lint"
]
}
}