-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
28 lines (28 loc) · 970 Bytes
/
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
{
"name": "@datalens-tech/ui-sandbox-modules",
"version": "0.0.1",
"description": "UI-sandbox modules",
"repository": "https://github.com/datalens-tech/ui-sandbox-modules.git",
"author": "DataLens Team <https://github.com/datalens-tech>",
"files": [
"dist/"
],
"scripts": {
"build": "rm -rf dist && NODE_OPTIONS=--max_old_space_size=4096 webpack -c webpack.config.js",
"prepublishOnly": "npm run build && npm pkg delete engines"
},
"devDependencies": {
"@gravity-ui/date-utils.2.3.0": "npm:@gravity-ui/date-utils@^2.3.0",
"@gravity-ui/date-utils.2.5.3": "npm:@gravity-ui/date-utils@^2.5.3",
"d3-chord.3.0.1": "npm:[email protected]",
"d3.7.9.0": "npm:[email protected]",
"webpack-cli": "^5.1.4",
"@litejs/dom": "^24.8.0"
},
"engines": {
"node": ">= 18",
"npm": ">= 9",
"yarn": "Please use npm instead of yarn to install dependencies",
"pnpm": "Please use npm instead of pnpm to install dependencies"
}
}