-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.29 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
{
"name": "@tenforce/toolbox-default-style",
"version": "6.4.2",
"license": "MIT",
"private": true,
"description": "Collection of default css files",
"main": "dist-lib/index.js",
"types": "dist-lib/index.d.ts",
"scripts": {
"lint": "yarn eslint --ext .js,.ts,.tsx .",
"lint-fix": "yarn eslint --ext .js,.ts,.tsx . --fix",
"build": "webpack --mode production && gulp",
"start": "webpack --mode development --watch"
},
"files": [
"dist-lib/**"
],
"devDependencies": {
"@types/node": "^18.11.18",
"@typescript-eslint/eslint-plugin": "^5.49.0",
"@typescript-eslint/parser": "^5.49.0",
"babel-core": "^6.26.3",
"babel-loader": "^9.1.2",
"babel-preset-env": "^1.7.0",
"copy-webpack-plugin": "^11.0.0",
"dts-bundle-webpack": "^1.0.2",
"eslint": "^8.32.0",
"eslint-config-prettier": "^8.6.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-jest": "^27.2.1",
"eslint-plugin-prettier": "^4.2.1",
"html-webpack-plugin": "^5.5.0",
"gulp": "^4.0.2",
"gulp-cli": "^2.3.0",
"gulp-string-replace": "^1.1.2",
"prettier": "^2.8.3",
"terser-webpack-plugin": "^5.3.6",
"ts-loader": "^9.4.2",
"typescript": "^4.9.4",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.1",
"webpack-dev-server": "^4.11.1"
}
}