-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
39 lines (39 loc) · 1.11 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
{
"name": "display",
"version": "0.0.1",
"author": "Kevin Wang <[email protected]>",
"scripts": {
"build": "gulp",
"start": "npm run build && electron .",
"start:layout": "npm run build && electron . --layout",
"lint": "./node_modules/eslint/bin/eslint.js src/**/*.js src/*.js main.js"
},
"repository": {
"type": "git",
"url": "https://github.com/acm-uiuc/display.git"
},
"main": "main.js",
"dependencies": {
"async": "1.5.x",
"babel-preset-react": "6.5.x",
"babelify": "7.2.x",
"browserify": "13.0.x",
"classnames": "2.2.x",
"electron-log": "1.3.x",
"gulp": "3.9.x",
"gulp-import-css": "0.1.x",
"gulp-sass": "2.3.x",
"ical.js": "1.2.x",
"jquery": "3.0.x",
"moment": "2.12.x",
"react": "0.14.x",
"react-dom": "0.14.x",
"react-grid-layout": "0.13.x",
"vinyl-source-stream": "1.1.x"
},
"devDependencies": {
"electron": "^1.4.16",
"eslint": "3.14.x",
"eslint-plugin-react": "6.9.x"
}
}