-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
98 lines (98 loc) · 2.94 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": "nestedbird",
"version": "1.0.0",
"description": "NestedBird",
"main": "src/main/resources/static/main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"gulp": "gulp sass && gulp scripts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mhaddon/NestedBird.git"
},
"author": "",
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/mhaddon/NestedBird/issues"
},
"homepage": "https://github.com/mhaddon/NestedBird#readme",
"dependencies": {
"babel-polyfill": "^6.23.0",
"element-closest": "^2.0.2",
"flatpickr": "^2.6.1",
"he": "^1.1.1",
"intersection-observer": "^0.2.1",
"iso8601-duration": "^1.0.6",
"normalizr": "^3.2.2",
"optional-js": "^1.2.1",
"path-to-regexp": "^1.7.0",
"showdown": "^1.6.4",
"slugid": "^1.1.0",
"striptags": "^3.0.1",
"uuid": "^3.0.1",
"vue": "^2.3.2",
"vue-multiselect": "^2.0.0-beta.14",
"vue-observe-visibility": "^0.1.3",
"vue-touch": "git://github.com/vuejs/vue-touch.git#next",
"vuex": "^2.3.1"
},
"devDependencies": {
"autoprefixer": "^6.7.6",
"babel-cli": "^6.24.1",
"babel-core": "^6.24.1",
"babel-eslint": "^7.1.1",
"babel-loader": "^6.3.2",
"babel-plugin-syntax-flow": "^6.18.0",
"babel-plugin-transform-class-properties": "^6.23.0",
"babel-plugin-transform-export-extensions": "^6.22.0",
"babel-plugin-transform-flow-comments": "^6.22.0",
"babel-plugin-transform-flow-strip-types": "^6.22.0",
"babel-plugin-transform-private-underscore": "^0.1.3",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-plugin-typecheck": "^3.9.0",
"babel-preset-env": "^1.4.0",
"babel-runtime": "^6.23.0",
"browser-sync": "^2.18.8",
"chai": "^3.5.0",
"css-mqpacker": "^5.0.1",
"cssnano": "^3.10.0",
"eslint": "^3.19.0",
"eslint-config-airbnb": "^14.1.0",
"eslint-config-vue": "^2.0.2",
"eslint-loader": "^1.7.1",
"eslint-plugin-flowtype": "^2.30.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^4.0.0",
"eslint-plugin-react": "^6.10.0",
"eslint-plugin-vue": "^2.0.1",
"flow-bin": "^0.44.2",
"flow-typed": "^2.1.1",
"gulp": "^3.9.1",
"gulp-add-src": "^0.2.0",
"gulp-babel": "^6.1.2",
"gulp-clean": "^0.3.2",
"gulp-eslint": "^3.0.1",
"gulp-jsdoc": "^0.1.5",
"gulp-mocha": "^3.0.1",
"gulp-notify": "^3.0.0",
"gulp-postcss": "^6.3.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.1.0",
"gulp-strip-debug": "^1.1.0",
"gulp-sync": "^0.1.4",
"gulp-uglify": "^2.0.1",
"jsdom": "^9.11.0",
"jsdom-global": "^2.1.1",
"mocha": "^3.2.0",
"path": "^0.12.7",
"require-dir": "^0.3.1",
"stylelint": "^7.9.0",
"stylelint-config-standard": "^16.0.0",
"webpack": "^1.14.0",
"webpack-bundle-analyzer": "^2.3.0",
"webpack-env": "^0.8.0",
"webpack-stream": "^3.2.0",
"xmlhttprequest": "^1.8.0"
}
}