-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
93 lines (93 loc) · 2.62 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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
{
"name": "sizer",
"version": "0.0.1",
"description": "",
"main": "main.js",
"scripts": {
"start": "NODE_ENV=development electron main.js",
"serve": "NODE_ENV=development grunt serve",
"build": "NODE_ENV=production grunt build; npm run build_osx",
"build_osx": "electron-packager ./dist/ Sizer --platform=darwin --arch=x64 --version=0.36.9 --app-version=0.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com:RuudBurger/Sizer.git"
},
"keywords": [
"electron",
"react"
],
"author": "Ruud Burger",
"bugs": {
"url": "https://github.com/RuudBurger/Sizer/issues"
},
"homepage": "https://github.com/RuudBurger/Sizer",
"devDependencies": {
"babel-core": "^6.3.21",
"babel-preset-es2015": "^6.0.15",
"babel-preset-react": "^6.0.15",
"babelify": "^7.2.0",
"basil.js": "^0.4.3",
"browserify": "~13.0.0",
"browserify-shim": "~3.8.11",
"classnames": "^2.2.0",
"electron-prebuilt": "^0.36.0",
"envify": "^3.4.0",
"eslint-plugin-react": "^3.11.2",
"formsy-react": "^0.17.0",
"grunt": "~0.4.5",
"grunt-autoprefixer": "~3.0.3",
"grunt-babel": "^6.0.0",
"grunt-browserify": "~4.0.1",
"grunt-concurrent": "~2.1.0",
"grunt-contrib-clean": "0.7.0",
"grunt-contrib-concat": "~0.5.1",
"grunt-contrib-connect": "~0.11.2",
"grunt-contrib-copy": "~0.8.2",
"grunt-contrib-cssmin": "~0.14.0",
"grunt-contrib-htmlmin": "~0.6.0",
"grunt-contrib-imagemin": "~1.0.0",
"grunt-contrib-uglify": "~0.11.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-env": "~0.4.4",
"grunt-eslint": "^17.3.1",
"grunt-filerev": "^2.3.1",
"grunt-filerev-replace": "^0.1.4",
"grunt-import-clean": "^0.1.9",
"grunt-injector": "~0.6.1",
"grunt-newer": "~1.1.1",
"grunt-open": "~0.2.3",
"grunt-react": "~0.12.3",
"grunt-sass": "~1.1.0",
"grunt-usemin": "3.1.1",
"grunt-wiredep": "~2.0.0",
"history": "^1.17.0",
"imagemin-pngquant": "~4.2.0",
"imagemin-svgo": "~4.2.0",
"include-all": "~0.1.6",
"jit-grunt": "~0.9.1",
"jquery": "^2.1.4",
"minifyify": "~7.2.1",
"moment": "^2.11.1",
"quickclick": "^0.1.2",
"rc-progress": "^1.0.4",
"react": "^0.14.2",
"react-desktop": "^0.1.48",
"react-dom": "^0.14.2",
"react-inlinesvg": "^0.4.2",
"react-router": "^1.0.0-rc4",
"react-swipeable": "^3.1.0",
"reflux": "^0.3.0",
"rimraf": "~2.5.1",
"serve-static": "^1.10.0",
"time-grunt": "1.3.0",
"try-thread-sleep": "^1.0.0"
},
"browser": {},
"browserify-shim": {},
"browserify": {
"transform": [
"browserify-shim"
]
}
}