-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
69 lines (69 loc) · 2.06 KB
/
package.json
File metadata and controls
69 lines (69 loc) · 2.06 KB
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
{
"name": "codevs-admin",
"version": "0.0.1",
"description": "Desktop app to adminsitrate codevs enviroment",
"main": "index.js",
"scripts": {
"start": "electron .",
"test": "jest",
"test:watch": "npm test -- --watch"
},
"author": "Joseba Carral <jcarraldc@gmail.com>",
"license": "MIT",
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-core": "^6.24.1",
"babel-jest": "^19.0.0",
"babel-loader": "^6.4.1",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-es2015-destructuring": "^6.23.0",
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-latest-minimal": "^1.1.2",
"babel-preset-react": "^6.24.1",
"chai": "^3.5.0",
"css-loader": "^0.28.0",
"electron": "^1.6.2",
"electron-builder": "^16.7.1",
"electron-mocha": "^3.4.0",
"electron-reload": "^1.1.0",
"express": "^4.15.2",
"jest": "^19.0.2",
"json-loader": "^0.5.4",
"minimist": "^1.2.0",
"mocha": "^3.2.0",
"sass-loader": "^6.0.3",
"style-loader": "^0.16.1",
"webpack": "^2.4.1",
"webpack-dev-middleware": "^1.10.1",
"webpack-dev-server": "^2.4.2",
"webpack-hot-middleware": "^2.18.0",
"webpack-target-electron-renderer": "^0.4.0"
},
"dependencies": {
"axios": "^0.16.1",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"classnames": "^2.2.5",
"draft-js": "^0.10.1",
"draft-js-export-html": "^0.5.4",
"draft-js-focus-plugin": "^2.0.0-rc2",
"draft-js-plugins-editor": "^2.0.0-rc2",
"draft-js-resizeable-plugin": "^2.0.0-rc2",
"express": "^4.15.2",
"firebase": "^3.7.5",
"fs": "0.0.1-security",
"google-cloud": "^0.53.0",
"immutable": "^3.8.1",
"node-sass": "^4.5.2",
"node-uuid": "^1.4.8",
"path": "^0.12.7",
"react": "^15.4.2",
"react-dom": "^15.4.2",
"react-redux": "^5.0.4",
"react-router-dom": "^4.0.0",
"redux": "^3.6.0",
"redux-logger": "^3.0.1",
"redux-promise-middleware": "^4.2.0",
"redux-thunk": "^2.2.0"
}
}