-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.2 KB
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 1.2 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
{
"name": "hashi",
"version": "2.1.1",
"description": "Dev Protocol's design system implementation for the web.",
"main": "index.js",
"repository": "https://github.com/dev-protocol/hashi-web",
"author": "Dev Protocol",
"license": "MIT",
"scripts": {
"build": "pnpm build:sass",
"prebuild": "rollup -c",
"build:sass": "gulp --gulpfile=\"./gulpfile-build.ts\"",
"publish:hashi": "pnpm build && cd packages/hashi && npm publish",
"test:html": "gulp --gulpfile=\"./gulpfile-tests.ts\"",
"test:sass": "jest --config=\"jest-sass.config.ts\""
},
"dependencies": {
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"ts-jest": "29.1.2",
"ts-node": "10.9.2",
"typescript": "5.4.5"
},
"devDependencies": {
"@devprotocol/hashi": "file:./packages/hashi",
"@matteusan/sentro": "0.1.25",
"@types/node": "20.14.1",
"gulp": "4.0.2",
"gulp-cli": "2.3.0",
"gulp-purgecss": "5.0.0",
"gulp-sass": "5.1.0",
"rollup": "4.18.0",
"sass": "1.83.0",
"sass-true": "6.1.0"
},
"packageManager": "pnpm@9.15.1+sha512.1acb565e6193efbebda772702950469150cf12bcc764262e7587e71d19dc98a423dff9536e57ea44c49bdf790ff694e83c27be5faa23d67e0c033b583be4bfcf"
}