-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
98 lines (98 loc) · 3.68 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
94
95
96
97
98
{
"name": "project-link-app",
"description": "An app for Project Link",
"version": "1.0.0",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/fxbox/app.git"
},
"scripts": {
"build": "gulp build-dev",
"build-production": "gulp build-production",
"test": "gulp test",
"deploy": "gulp deploy",
"generate-icons": "inkscape -e app/img/icons/128.png -w 128 app/img/icon.svg;inkscape -e app/img/icons/512.png -w 512 app/img/icon.svg;inkscape -e app/img/icons/60.png -w 60 app/img/icon.svg;inkscape -e app/img/icons/16.png -w 16 app/img/icon.svg;inkscape -e app/img/icons/32.png -w 32 app/img/icon.svg;inkscape -e app/img/icons/48.png -w 48 app/img/icon.svg;inkscape -e app/img/icons/64.png -w 64 app/img/icon.svg;inkscape -e app/img/icons/90.png -w 90 app/img/icon.svg;inkscape -e app/img/icons/144.png -w 144 app/img/icon.svg;inkscape -e app/img/icons/256.png -w 256 app/img/icon.svg;inkscape -e app/img/icons/336.png -w 336 app/img/icon.svg;inkscape -e app/favicon.ico -w 32 app/img/icon.svg"
},
"keywords": [
"iot"
],
"author": "",
"license": "MPL-2.0",
"dependencies": {
"alameda": "^1.0.0",
"react": "^15.1.0",
"react-dom": "^15.1.0",
"url-search-params": "^0.5.0",
"whatwg-fetch": "^1.0.0"
},
"devDependencies": {
"babel-eslint": "^6.0.5",
"babel-plugin-array-includes": "^2.0.3",
"babel-plugin-check-es2015-constants": "^6.8.0",
"babel-plugin-external-helpers": "^6.8.0",
"babel-plugin-transform-es2015-arrow-functions": "^6.8.0",
"babel-plugin-transform-es2015-block-scoping": "^6.10.1",
"babel-plugin-transform-es2015-classes": "^6.9.0",
"babel-plugin-transform-es2015-destructuring": "^6.9.0",
"babel-plugin-transform-es2015-modules-amd": "^6.8.0",
"babel-plugin-transform-es2015-parameters": "^6.9.0",
"babel-plugin-transform-es2015-spread": "^6.8.0",
"babel-plugin-transform-object-rest-spread": "^6.8.0",
"babel-plugin-transform-react-constant-elements": "^6.9.1",
"babel-plugin-transform-react-inline-elements": "^6.8.0",
"babel-plugin-transform-react-remove-prop-types": "^0.2.7",
"babel-preset-react": "^6.5.0",
"chai": "^3.5.0",
"chai-as-promised": "^5.3.0",
"cors": "^2.7.1",
"cssnano": "^3.7.1",
"del": "^2.2.0",
"eslint": "^2.13.1",
"eslint-plugin-react": "^5.2.2",
"express": "^4.14.0",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-esdoc": "^0.2.0",
"gulp-eslint": "^2.0.0",
"gulp-gh-pages": "^0.5.4",
"gulp-git": "^1.7.2",
"gulp-live-server": "^0.0.30",
"gulp-mocha": "^2.2.0",
"gulp-postcss": "^6.1.1",
"gulp-rename": "^1.2.2",
"gulp-rollup": "^1.9.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-stylelint": "^2.0.2",
"gulp-sww": "^0.1.0",
"gulp-uglify": "^1.5.3",
"gulp-webserver": "^0.9.1",
"gulp-zip": "^3.2.0",
"karma": "^0.13.22",
"karma-chai": "^0.1.0",
"karma-chai-as-promised": "^0.1.2",
"karma-chai-sinon": "^0.1.5",
"karma-chrome-launcher": "^1.0.1",
"karma-firefox-launcher": "^1.0.0",
"karma-mocha": "^1.0.1",
"karma-mocha-reporter": "^2.0.4",
"karma-requirejs": "^1.0.0",
"merge2": "^1.0.2",
"mocha": "^2.5.3",
"postcss-import": "^8.1.2",
"postcss-url": "^5.1.2",
"requirejs": "^2.2.0",
"rollup": "^0.32.0",
"rollup-plugin-babel": "^2.5.1",
"rollup-plugin-includepaths": "^0.1.5",
"rollup-plugin-uglify": "^1.0.0",
"run-sequence": "^1.2.1",
"rxjs": "^5.0.0-beta.9",
"selenium-webdriver": "^2.53.2",
"sinon": "^1.17.4",
"sinon-chai": "^2.8.0",
"stylelint": "^6.7.0",
"stylelint-config-standard": "^9.0.0",
"uglify-js": "github:mishoo/UglifyJS2#harmony"
}
}