-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 1.95 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
59
60
61
{
"name": "coder1",
"version": "1.0.4",
"description": "",
"private": "true",
"scripts": {
"dev": "cross-env NODE_ENV=development webpack --mode development",
"build": "cross-env NODE_ENV=production webpack --mode production",
"watch": "cross-env NODE_ENV=development webpack --mode development --watch",
"start": "cross-env NODE_ENV=development webpack serve --mode development",
"test": "jest",
"plugin": "cross-env NODE_ENV=plugin webpack --mode production",
"linter": "eslint . --ext .js,.ts"
},
"author": "coder1 <[email protected]>",
"license": "ISC",
"devDependencies": {
"@types/jest": "^27.4.1",
"@types/jquery": "^3.5.14",
"@typescript-eslint/eslint-plugin": "^5.20.0",
"@typescript-eslint/parser": "^5.20.0",
"@webdiscus/pug-loader": "^2.0.0",
"autoprefixer": "^10.4.5",
"cross-env": "^7.0.3",
"css-loader": "^6.7.1",
"cssnano": "^5.1.7",
"eslint": "^7.32.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-jest": "^26.1.5",
"eslint-webpack-plugin": "^3.1.1",
"favicons": "^6.2.2",
"html-webpack-plugin": "^5.5.0",
"jest": "^27.5.1",
"mini-css-extract-plugin": "^2.6.0",
"postcss-loader": "^6.2.1",
"sass-loader": "^12.6.0",
"terser-webpack-plugin": "^5.3.1",
"ts-jest": "^27.1.4",
"ts-loader": "^9.2.8",
"webpack": "^5.72.0",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.8.1",
"webpack-merge": "^5.8.0",
"@types/webpack-env": "^1.16.4",
"clean-webpack-plugin": "^4.0.0",
"eslint-plugin-import": "^2.26.0",
"fox-url-convertor": "file:npm_plugins/fox-url-convertor",
"pug": "^3.0.2",
"sass": "^1.51.0",
"sass-resources-loader": "^2.2.5",
"ts-node": "^10.7.0",
"typescript": "^4.6.3"
},
"dependencies": {
"jquery": "^3.6.0",
"normalize.css": "^8.0.1",
"fox-favicon": "file:npm_plugins/fox-favicon",
"autobind-decorator": "^2.4.0",
"focus-visible": "^5.2.0"
}
}