-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathpackage.json
49 lines (49 loc) · 1.39 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
{
"private": true,
"author": "Ruslan Tatyshev <ruslan.tatyshev@gmail.com>",
"version": "1.0.8",
"license": "MIT",
"scripts": {
"start": "poi dev",
"build": "NODE_ENV=production poi build",
"cname": "echo pomidorus.js.org>dist/CNAME",
"deploy": "npm run build && npm run cname && gh-pages -d dist",
"test": "poi test",
"debug": "poi test --watch",
"lint": "eslint --ext .js,.vue src"
},
"devDependencies": {
"babel-eslint": "^8.2.1",
"eslint": "^4.17.0",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-plugin-html": "^4.0.2",
"eslint-plugin-import": "^2.8.0",
"gh-pages": "^1.1.0",
"given2": "^2.1.1",
"karma-chrome-launcher": "^2.2.0",
"karma-jasmine": "^1.1.1",
"karma-jasmine-html-reporter": "^0.2.2",
"karma-spec-reporter": "^0.0.32",
"node-sass": "^4.7.2",
"poi": "^9.6.13",
"poi-preset-karma": "^9.2.4",
"sass-loader": "^6.0.6",
"vue-template-compiler": "^2.5.10"
},
"dependencies": {
"d3-interpolate": "^1.1.6",
"d3-scale": "^2.0.0",
"d3-selection": "^1.3.0",
"d3-shape": "^1.2.0",
"d3-transition": "^1.1.1",
"deepmerge": "^2.0.1",
"events": "^2.0.0",
"humanize-duration": "^3.12.1",
"normalize.css": "^7.0.0",
"visibilityjs": "^1.2.6",
"vue": "^2.5.10",
"vue-carousel": "^0.6.5",
"vue-js-toggle-button": "^1.2.2",
"vue-slider-component": "^2.5.3"
}
}