forked from sljavi/handsfree-for-website-modules
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
46 lines (46 loc) · 1.35 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
{
"name": "handsfree-for-website-modules",
"version": "1.3.6",
"description": "Voice commands modules for Handsfree for web and Handsfree for website",
"main": "dist/handsfree-for-website-modules.js",
"scripts": {
"lint": "eslint src tests",
"test": "jest tests",
"start": "NODE_ENV=development webpack-dev-server --open",
"build": "NODE_ENV=production webpack"
},
"repository": {
"type": "git",
"url": "https://github.com/sljavi/handsfree-for-website-modules"
},
"author": "Javier Perez",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.10.2",
"@babel/plugin-proposal-class-properties": "^7.10.1",
"@babel/polyfill": "^7.10.1",
"@babel/preset-env": "^7.10.2",
"babel-eslint": "^10.1.0",
"babel-jest": "^24.9.0",
"babel-loader": "^8.1.0",
"copy-webpack-plugin": "^5.1.1",
"css-loader": "^3.5.3",
"eslint": "^6.8.0",
"eslint-config-airbnb-base": "^13.2.0",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-jest": "^23.13.2",
"file-loader": "^5.1.0",
"jest": "^24.9.0",
"style-loader": "^1.2.1",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.11.0"
},
"dependencies": {
"dom-element-types": "^1.1.0",
"handsfree-for-website": "^0.1.6",
"jquery": "^3.5.1",
"lodash": "^4.17.15",
"moment": "^2.26.0"
}
}