-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
46 lines (46 loc) · 1.37 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
{
"name": "ntb-import",
"version": "1.0.3",
"description": "",
"license": "MIT",
"private": true,
"scripts": {
"build:ser:ver": "webpack --config webpack.server.config.js --color",
"build": "run-p -c build:*",
"dist:server": "cross-env NODE_ENV=production webpack --config webpack.server.config.js --color",
"dist": "run-p -c dist:*",
"lint": "eslint --fix 'src/**/*.ts'"
},
"devDependencies": {
"@enonic-types/lib-common": "^7.12.2",
"@enonic-types/lib-content": "^7.12.2",
"@enonic-types/lib-context": "^7.12.2",
"@enonic-types/lib-event": "^7.12.2",
"@item-enonic-types/global": "^7.12.2",
"@item-enonic-types/lib-cron": "^1.1.1",
"@item-enonic-types/lib-http-client": "^3.2.1",
"@types/webpack-env": "^1.18.0",
"@typescript-eslint/eslint-plugin": "^5.59.1",
"@typescript-eslint/parser": "^5.59.1",
"browserslist-config-enonic": "^1.0.7",
"cross-env": "^7.0.3",
"eslint": "^8.39.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^4.2.1",
"file-loader": "^6.2.0",
"glob": "^10.2.2",
"prettier": "^2.8.8",
"ramda": "^0.29.0",
"ts-loader": "^9.4.2",
"typescript": "^5.0.4",
"webpack": "^5.81.0",
"webpack-cli": "^5.0.2"
},
"browserslist": [
"extends browserslist-config-enonic"
],
"engines": {
"node": ">= 14.15.0",
"npm": ">= 6.14.8"
}
}