forked from canonical/snapweb
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
81 lines (81 loc) · 2.3 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
{
"name": "snapweb",
"version": "0.2.0",
"description": "Snapweb",
"author": "Snapweb Developers",
"license": "AGPL-3.0",
"scripts": {
"build": "NODE_ENV=production gulp",
"watch": "NODE_ENV=development gulp watch",
"js:lint": "NODE_ENV=development gulp js:lint"
},
"dependencies": {
"aliasify": "~2.1.0",
"backbone": "~1.1.2",
"backbone.marionette": "~2.4.1",
"backbone.radio": "^0.9.0",
"handlebars": "~3.0.0",
"handlebars-helpers": "^0.7.5",
"jquery": "~3.2.1",
"js-cookie": "~2.1.4",
"linkifyjs": "^2.1.4",
"lodash": "~3.3.1",
"moment": "^2.18.1",
"pretty-bytes": "^2.0.1",
"react": "^15.6.1",
"react-dom": "^15.6.1",
"react-router": "^3.0.2",
"react.backbone": "^0.9.0",
"snapweb-toolkit": "https://github.com/ubuntudesign/snapweb-toolkit.git#master",
"vanilla-framework": "1.0.1"
},
"devDependencies": {
"autoprefixer-core": "^6.0.1",
"babel-preset-react": "^6.24.1",
"babel-preset-react-app": "^2.1.0",
"babel-preset-es2015": "^6.24.1",
"babelify": "^7.3.0",
"browserify": "~14.4.0",
"browserify-istanbul": "^2.0.0",
"chai": "^4.0.2",
"del": "~1.1.1",
"gulp": "~3.9.1",
"gulp-concat": "^2.6.1",
"gulp-csso": "~3.0.0",
"gulp-env": "^0.4.0",
"gulp-imagemin": "~3.3.0",
"gulp-jscs": "~4.0.0",
"gulp-jshint": "~2.0.4",
"gulp-postcss": "^7.0.0",
"gulp-sass": "^3.1.0",
"gulp-sourcemaps": "~2.6.0",
"gulp-uglify": "~3.0.0",
"gulp-util": "~3.0.8",
"hbsfy": "~2.7.0",
"istanbul": "^0.4.5",
"jasmine-core": "~2.6.4",
"jshint": "^2.9.5",
"karma": "^1.7.0",
"karma-browserify": "~5.1.1",
"karma-chrome-launcher": "^2.2.0",
"karma-coverage": "^1.1.1",
"karma-firefox-launcher": "^1.0.1",
"karma-jasmine": "~1.1.0",
"karma-jasmine-ajax": "^0.1.13",
"karma-phantomjs-launcher": "^1.0.4",
"karma-phantomjs-shim": "^1.4.0",
"node-sass": "^4.5.3",
"node-ssh": "^4.2.2",
"optipng-bin": "4.0.0",
"postcss-bem-linter": "^2.7.1",
"ssh2": "^0.5.5",
"vinyl-buffer": "~1.0.0",
"vinyl-source-stream": "~1.1.0",
"watchify": "~3.9.0",
"wdio-junit-reporter": "^0.3.0",
"wdio-mocha-framework": "^0.5.10",
"webdriverio": "^4.8.0",
"minimatch": "^3.0.2",
"graceful-fs": "^4.0.0"
}
}