This repository has been archived by the owner on Feb 1, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
83 lines (83 loc) · 2.62 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
{
"name": "goodtables.io",
"version": "0.0.0",
"description": "Continuous data validation, as a service.",
"license": "AGPL-3.0",
"engines": {
"node": "~8.9.4"
},
"scripts": {
"build": "NODE_ENV=production webpack --progress --hide-modules",
"build:dev": "webpack --output-pathinfo --progress --hide-modules",
"build:watch": "webpack --output-pathinfo --progress --hide-modules --watch"
},
"dependencies": {
"axios": "^0.19.0",
"goodtables": "^1.0.3",
"goodtables-ui": "^1.2.1",
"js-yaml": "^3.13.1",
"marked": "^0.7.0",
"moment": "^2.18.1",
"parts-selector": "github:smth/parts-selector",
"qs": "^6.5.0",
"vue": "^2.1.0",
"vuebar": "0.0.18"
},
"devDependencies": {
"autoprefixer": "^6.7.2",
"avoriaz": "^6.3.0",
"axios-mock-adapter": "^1.7.1",
"babel-core": "^6.0.0",
"babel-eslint": "^10.0.3",
"babel-loader": "^6.0.0",
"babel-plugin-istanbul": "^3.1.2",
"babel-plugin-transform-async-to-generator": "^6.16.0",
"babel-plugin-transform-class-properties": "^6.22.0",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-es2015-modules-commonjs": "^6.22.0",
"babel-plugin-transform-es2017-object-entries": "0.0.3",
"babel-plugin-transform-export-extensions": "^6.22.0",
"babel-plugin-transform-object-rest-spread": "^6.20.2",
"babel-polyfill": "^6.22.0",
"babel-preset-es2015": "^6.0.0",
"bootstrap-sass": "^3.3.7",
"chai": "^3.5.0",
"chromedriver": "^2.27.2",
"css-loader": "^3.2.0",
"eslint": "^6.6.0",
"eslint-config-airbnb": "^18.0.1",
"eslint-plugin-html": "^6.0.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.16.0",
"eslint-plugin-vue": "^6.0.0",
"file-loader": "^0.9.0",
"html-webpack-plugin": "^2.28.0",
"http-server": "^0.11.1",
"json-loader": "^0.5.4",
"karma": "^4.4.1",
"karma-coverage": "^2.0.1",
"karma-mocha": "^1.3.0",
"karma-phantomjs-launcher": "^1.0.2",
"karma-sinon-chai": "^1.2.4",
"karma-spec-reporter": "0.0.26",
"karma-webpack": "^3.0.5",
"mocha": "^6.2.2",
"nightwatch": "^0.9.12",
"node-sass": "^4.13.0",
"phantomjs": "^2.1.7",
"sass-loader": "^6.0.3",
"saucelabs": "^1.5.0",
"selenium-server": "3.0.1",
"sinon": "^1.17.7",
"sinon-chai": "^2.8.0",
"svg-inline-loader": "^0.8.0",
"url-loader": "^0.5.7",
"vue-loader": "^10.0.0",
"vue-style-loader": "^2.0.0",
"vue-template-compiler": "^2.1.0",
"webpack": "^2.2.0",
"webpack-dev-server": "^3.1.11",
"webpack-merge": "^2.6.1"
}
}