This repository has been archived by the owner on Feb 4, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.99 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
56
57
58
59
60
61
{
"name": "@nicolasomar/npm-github-workflow-test",
"version": "2.4.1",
"description": "A test to use npm, github and semantic release",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"files": [
"dist"
],
"types": "dist/index.d.ts",
"author": "Nicolás Omar González Passerino",
"license": "MIT",
"homepage": "https://github.com/NicolasOmar/test-npm-git-workflow#readme",
"bugs": {
"url": "https://github.com/NicolasOmar/test-npm-git-workflow/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/NicolasOmar/test-npm-git-workflow.git"
},
"scripts": {
"start": "start-storybook -p 6006",
"prepare": "npm run build",
"build": "rollup -c --bundleConfigAsCjs",
"build-storybook": "build-storybook",
"semantic-release": "semantic-release"
},
"devDependencies": {
"@babel/core": "^7.20.12",
"@rollup/plugin-commonjs": "^24.0.0",
"@rollup/plugin-node-resolve": "^15.0.1",
"@rollup/plugin-typescript": "^10.0.1",
"@semantic-release/changelog": "^6.0.2",
"@semantic-release/commit-analyzer": "^9.0.2",
"@semantic-release/exec": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^8.0.7",
"@semantic-release/npm": "^9.0.2",
"@semantic-release/release-notes-generator": "^10.0.3",
"@storybook/addon-actions": "^6.5.15",
"@storybook/addon-essentials": "^6.5.15",
"@storybook/addon-interactions": "^6.5.15",
"@storybook/addon-links": "^6.5.15",
"@storybook/builder-webpack5": "^6.5.15",
"@storybook/manager-webpack5": "^6.5.15",
"@storybook/react": "^6.5.15",
"@storybook/testing-library": "^0.0.13",
"@types/react": "^18.0.26",
"babel-loader": "^8.3.0",
"bulma": "^0.9.4",
"postcss": "^8.4.21",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rollup": "^3.9.1",
"rollup-plugin-dts": "^5.1.0",
"rollup-plugin-postcss": "^4.0.2",
"semantic-release": "^20.0.2",
"tslib": "^2.4.1",
"typescript": "^4.9.4"
}
}