-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
59 lines (59 loc) · 1.45 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
{
"name": "rudolph",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "gulp build",
"dist": "gulp dist",
"test": "eslint src/",
"watch": "gulp watch"
},
"author": "",
"license": "MIT",
"devDependencies": {
"babel-eslint": "^6.1.2",
"babel-plugin-transform-class-properties": "^6.11.5",
"babel-preset-es2015": "^6.9.0",
"babel-preset-react": "^6.11.1",
"eslint": "^3.2.0",
"eslint-config-airbnb": "^9.0.1",
"eslint-plugin-import": "^1.12.0",
"eslint-plugin-jsx-a11y": "^2.0.1",
"eslint-plugin-react": "^5.2.2",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-browserify": "^0.5.1",
"gulp-concat": "^2.6.0",
"gulp-crx-pack": "^1.0.1",
"gulp-crx-pkg": "^0.1.2",
"gulp-less": "^3.1.0"
},
"babel": {
"presets": [
"es2015",
"react"
],
"plugins": [
"transform-class-properties"
]
},
"dependencies": {
"dashr-widget-auspost": "^1.0.0",
"dashr-widget-clock": "*",
"dashr-widget-compliments": "0.0.4",
"dashr-widget-dinogame": "*",
"dashr-widget-google": "^1.0.0",
"dashr-widget-imageview": "*",
"dashr-widget-quote-of-the-day": "*",
"dashr-widget-scratchpad": "0.0.1",
"dashr-widget-todo": "*",
"dashr-widget-weather": "*",
"jquery": "^2.1.0",
"lodash": "^4.14.1",
"rc-progress": "^1.0.4",
"react": "^15.3.0",
"react-dom": "^15.3.0",
"uikit": "^2.26.4"
}
}