-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
86 lines (86 loc) · 2.48 KB
/
package.json
File metadata and controls
86 lines (86 loc) · 2.48 KB
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
{
"name": "pybossa-editor",
"version": "1.0.0",
"description": "",
"main": "editor.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"ansi-regex": "^5.0.1",
"axios": "^0.21.1",
"cropperjs": "^1.5.9",
"style-loader": "^2.0.0",
"ua-parser-js": "^0.7.24",
"underscore": "^1.12.1",
"vue": "^2.6.12",
"vue-core-image-upload": "^2.4.13",
"vue-cropperjs": "^4.2.0",
"vue-hot-reload-api": "^2.3.4",
"vue-loader": "^15.9.5",
"vue-picture-input": "^2.1.6",
"vue-simplemde": "^1.1.2",
"vue-style-loader": "^4.1.2",
"vue-template-compiler": "^2.6.12",
"vuex": "^3.6.0",
"xregexp": "^4.4.1"
},
"devDependencies": {
"ansi-regex": "^5.0.1",
"babel-core": "^6.26.3",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.2.2",
"babel-plugin-transform-runtime": "^6.0.0",
"babel-preset-es2015": "^6.0.0",
"babel-preset-stage-2": "^6.0.0",
"babel-register": "^6.26.0",
"chai": "^4.2.0",
"chromedriver": "^87.0.4",
"connect-history-api-fallback": "^1.6.0",
"cross-spawn": "^7.0.3",
"css-loader": "^5.0.1",
"eslint": "^7.15.0",
"eslint-config-standard": "^16.0.2",
"eslint-friendly-formatter": "^4.0.1",
"eslint-loader": "^4.0.2",
"eslint-plugin-html": "^6.1.1",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^5.0.0",
"eventsource-polyfill": "^0.9.6",
"express": "^4.17.3",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^6.2.0",
"function-bind": "^1.1.1",
"html-webpack-plugin": "^4.5.0",
"http-proxy-middleware": "^1.0.6",
"inject-loader": "^4.0.1",
"isparta-loader": "^2.0.0",
"json-loader": "^0.5.4",
"karma": "^5.2.3",
"karma-coverage": "^2.0.3",
"karma-mocha": "^2.0.1",
"karma-phantomjs-launcher": "^1.0.0",
"karma-sinon-chai": "^2.0.2",
"karma-sourcemap-loader": "^0.3.8",
"karma-spec-reporter": "0.0.32",
"karma-webpack": "^4.0.2",
"lolex": "^6.0.0",
"mocha": "^8.2.1",
"nightwatch": "^1.5.1",
"ora": "^5.1.0",
"phantomjs-prebuilt": "^2.1.16",
"selenium-server": "3.141.59",
"shelljs": "^0.8.4",
"sinon": "^9.2.2",
"sinon-chai": "^3.5.0",
"ua-parser-js": "^0.7.24",
"underscore": "^1.12.1",
"url-loader": "^4.1.1",
"webpack": "^5.10.2",
"webpack-dev-middleware": "^3.7.3",
"webpack-hot-middleware": "^2.25.0",
"webpack-merge": "^5.7.0"
}
}