-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.75 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
{
"name": "mother-mask",
"version": "1.4.2",
"description": "",
"main": "lib/main",
"types": "@types/main",
"scripts": {
"link": "",
"test": "jest --no-cache",
"dev": "npm-run-all --parallel tsc-w webpack-dev-w && exit 0",
"tsc-w": "tsc -w",
"webpack-dev": "webpack lib/main.js --progress --color",
"webpack-prod": "webpack lib/main.js -p --progress --color",
"webpack-dev-w": "webpack lib/main.js -w --progress --color",
"webpack-prod-w": "webpack lib/main.js -w -p --progress --color",
"build": "yarn run clean && tsc && yarn run webpack-dev && yarn run webpack-prod && exit 0",
"clean": "rimraf lib/* dist/* @types/* && exit 0",
"clean-node": "rimraf package-lock.json node_modules/* && exit 0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dan2dev/mother-mask.git"
},
"keywords": [
"input",
"mask"
],
"author": "Dan C Castro",
"license": "MIT",
"bugs": {
"url": "https://github.com/dan2dev/mother-mask/issues"
},
"homepage": "https://github.com/dan2dev/mother-mask#readme",
"dependencies": {
"@types/setimmediate": "^1.0.0",
"setimmediate": "^1.0.5",
"utility-collection": "^2.1.3"
},
"devDependencies": {
"@babel/core": "^7.0.0-beta.46",
"@babel/preset-env": "^7.0.0-beta.46",
"@types/jest": "^22.2.2",
"@types/jquery": "^3.3.1",
"@types/jsx-chai": "^3.0.16",
"@types/lodash": "^4.14.107",
"@types/node": "^13.5.0",
"@types/react": "^16.3.12",
"@types/react-dom": "^16.0.5",
"@types/window-or-global": "^1.0.0",
"babel-core": "^6.26.0",
"npm-run-all": "^4.1.5",
"rimraf": "^2.6.2",
"run-sequence": "^2.2.1",
"typescript": "^2.8.3",
"webpack": "^4.41.5",
"webpack-cli": "^3.3.10"
}
}