-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.57 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
{
"private": true,
"homepage": "https://339598u5uut.github.io/CARDWEBPACK",
"scripts": {
"lint": "eslint ./",
"lint:report": "eslint ./",
"lint:fix": "eslint ./ --fix",
"test": "jest",
"build": "webpack --env=production",
"dev": "webpack serve",
"predeploy": "npm run build",
"deploy": "gh-pages -d dist"
},
"devDependencies": {
"@babel/core": "^7.18.0",
"@babel/preset-env": "^7.18.0",
"@types/jest": "^27.5.1",
"babel-jest": "^28.1.0",
"babel-loader": "^8.2.5",
"css-loader": "^6.7.1",
"eslint": "^7.15.0",
"eslint-config": "^0.3.0",
"eslint-config-prettier": "^8.5.0",
"eslint-formatter-gitlab": "^2.1.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jest": "^26.3.0",
"eslint-plugin-prettier": "^4.0.0",
"gh-pages": "^4.0.0",
"html-webpack-plugin": "^5.5.0",
"image-minimizer-webpack-plugin": "^3.2.3",
"imagemin": "^8.0.1",
"imagemin-optipng": "^8.0.0",
"jest": "^28.1.0",
"jest-environment-jsdom": "^28.1.0",
"mini-css-extract-plugin": "^2.6.0",
"prettier": "^2.6.2",
"style-loader": "^3.3.1",
"webpack": "^5.72.1",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.9.0"
},
"dependencies": {
"babel-polyfill": "^6.26.0",
"bootstrap": "^4.6.1",
"creditcard.js": "^3.0.17",
"identity-obj-proxy": "^3.0.0",
"imask": "^6.4.2",
"redom": "^3.27.3"
}
}