-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.38 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
{
"name": "assign-holiday",
"version": "1.0.7",
"description": "JavaScript library to added class to holiday element in a calendar",
"main": "lib/index.js",
"scripts": {
"test": "jest",
"build": "webpack --mode production --config webpack.prod.js",
"build:lib": "babel src --out-dir lib",
"dev": "webpack --watch --mode development --config webpack.dev.js"
},
"jest": {
"preset": "jest-puppeteer"
},
"repository": {
"type": "git",
"url": "https://github.com/appleple/assign-holiday"
},
"keywords": [
"holiday",
"calendar"
],
"author": "uidev1116",
"license": "MIT",
"devDependencies": {
"@babel/cli": "^7.14.8",
"@babel/core": "^7.15.0",
"@babel/plugin-transform-runtime": "^7.15.0",
"@babel/preset-env": "^7.15.0",
"babel-loader": "^8.2.2",
"css-loader": "^6.2.0",
"css-minimizer-webpack-plugin": "^3.0.2",
"eslint": "^7.32.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.24.0",
"eslint-webpack-plugin": "^3.0.1",
"html-minifier": "^4.0.0",
"jest": "^27.0.6",
"jest-puppeteer": "^5.0.4",
"mini-css-extract-plugin": "^2.2.0",
"mockdate": "^3.0.5",
"moment": "^2.29.1",
"puppeteer": "^10.2.0",
"webpack": "^5.50.0",
"webpack-cli": "^4.7.2",
"webpack-merge": "^5.8.0",
"webpack-remove-empty-scripts": "^0.7.1"
},
"dependencies": {}
}