-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.54 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
47
48
49
50
51
52
53
54
55
{
"name": "@one-for-all-ui/core",
"version": "0.0.5-beta.6",
"author": {
"name": "Akshay Jat (akki-jat)",
"email": "[email protected]",
"url": "https://akki-jat.dev"
},
"description": "JavaScript Design Library",
"homepage": "https://github.com/akki-jat/one-for-all-ui",
"repository": {
"type": "git",
"url": "https://github.com/akki-jat/one-for-all-ui.git"
},
"main": "dist/index.cjs.js",
"module": "dist/index.js",
"es2015": "dist/esm/index.js",
"es2017": "dist/esm/index.js",
"jsnext:main": "dist/esm/index.js",
"types": "dist/types/index.d.ts",
"collection": "dist/collection/collection-manifest.json",
"collection:main": "dist/collection/index.js",
"unpkg": "dist/one-for-all-ui/one-for-all-ui.js",
"files": [
"dist/",
"loader/"
],
"scripts": {
"build": "stencil build --docs",
"start": "stencil build --dev --watch --serve",
"test": "stencil test --spec",
"test.watch": "stencil test --spec --watchAll",
"generate": "stencil generate",
"prepublishOnly": "npm run build"
},
"devDependencies": {
"@stencil/core": "3.2.1",
"@stencil/react-output-target": "0.4.0",
"@types/jest": "27.0.3",
"@types/puppeteer": "7.0.4",
"dotenv": "^16.0.0",
"gulp": "^4.0.2",
"gulp-replace": "^1.0.0",
"husky": "^8.0.1",
"jest": "27.0.3",
"jest-cli": "27.4.5",
"puppeteer": "19.9.1"
},
"husky": {
"hooks": {
"pre-commit": "gulp setLibraryVersion && git add package.json bindings/react/package.json"
}
},
"license": "MIT"
}