-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.04 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.04 KB
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": "@deriv-com/custom-scripts",
"version": "0.0.0-development",
"private": false,
"publishConfig": {
"access": "public"
},
"files": [
"dist"
],
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"prepare": "husky install"
},
"devDependencies": {
"@deriv-com/shiftai-cli": "^1.0.7",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/github": "^10.0.6",
"@semantic-release/npm": "^13.1.3",
"@semantic-release/release-notes-generator": "^14.0.0",
"autoprefixer": "^10.4.19",
"cssnano": "^7.0.2",
"husky": "^9.1.7",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-terser": "^7.0.2",
"vite": "^6.4.2"
},
"dependencies": {
"lodash": "^4.18.1"
},
"overrides": {
"brace-expansion": "^5.0.4",
"cross-spawn": "^7.0.5",
"minimatch": "^10.2.3",
"rollup": "^4.59.0",
"tar": "^7.5.8",
"lodash-es": "^4.17.23",
"handlebars": "^4.7.9",
"serialize-javascript": "^7.0.3",
"picomatch": "^4.0.4"
}
}