-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.58 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.58 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
{
"name": "flajsh",
"version": "0.0.1",
"author": "germanf",
"license": "MIT",
"description": "flajsh",
"main": "lib/flajsh.js",
"scripts": {
"build": "webpack --env build",
"build:prod": "webpack",
"dev": "webpack --progress --colors --watch --env dev",
"test": "cross-env NODE_ENV=test mocha --require @babel/register --colors ./test/*.spec.js --single-run",
"test:watch": "cross-env NODE_ENV=test mocha --require @babel/register --colors -w ./test/*.spec.js"
},
"devDependencies": {
"@babel/cli": "^7.5.5",
"@babel/core": "^7.5.5",
"babel-eslint": "^7.2.3",
"babel-loader": "^7.1.2",
"babel-plugin-add-module-exports": "0.2.1",
"babel-plugin-lodash": "^3.2.11",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-preset-env": "^1.6.0",
"babel-preset-es2015": "6.24.1",
"babel-preset-stage-2": "^6.24.1",
"chai": "^4.1.2",
"cross-env": "^5.2.0",
"eslint": "^4.6.1",
"eslint-loader": "^1.9.0",
"eslint-plugin-react": "^7.14.3",
"karma": "^4.2.0",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^2.2.0",
"karma-mocha": "^1.3.0",
"karma-sinon": "^1.0.5",
"karma-webpack": "^2.0.4",
"lodash-webpack-plugin": "^0.11.4",
"mocha": "^6.2.0",
"sinon": "^7.3.2",
"webpack": "^3.5.6",
"yargs": "7.1.0"
},
"dependencies": {
"ajv": "^5.5.2",
"axios": "^0.19.0",
"lodash": "^4.17.15",
"qs": "^6.7.0",
"request": "^2.88.0",
"request-promise": "^4.2.4",
"shortid": "^2.2.8",
"ws": "^3.1.0"
},
"repository": {
"type": "git"
}
}