generated from geocarlos/react-component-library
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
77 lines (77 loc) · 2.11 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"name": "musiquinha-react",
"version": "1.0.0",
"main": "dist/main.js",
"files": [
"dist"
],
"types": "dist/index.d.ts",
"description": "A library of components to create simple music notation with audio",
"scripts": {
"build": "webpack --mode production",
"test": "jest",
"test:watch": "jest --watch",
"storybook": "start-storybook -p 6006",
"storybook:export": "build-storybook",
"generate": "node ./util/create-component",
"prepublishOnly": "npm run build",
"build-storybook": "build-storybook"
},
"repository": {
"type": "git",
"url": "git+https://github.com/geocarlos/musiquinha-react.git"
},
"keywords": [
"React",
"Component",
"Library",
"Rollup",
"Typescript",
"Sass",
"Storybook"
],
"author": "Geocarlos Alves",
"license": "MIT",
"bugs": {
"url": "https://github.com/geocarlos/musiquinha-react/issues"
},
"homepage": "https://github.com/geocarlos/musiquinha-react#readme",
"peerDependencies": {
"react": ">=16.8.0",
"react-dom": ">=16.8.0",
"tone": ">=14.7.77"
},
"devDependencies": {
"@babel/core": "^7.17.5",
"@storybook/addon-actions": "6.5.5",
"@storybook/addon-essentials": "^6.5.5",
"@storybook/addon-interactions": "6.5.5",
"@storybook/addon-links": "^6.5.5",
"@storybook/builder-webpack5": "6.5.5",
"@storybook/manager-webpack5": "6.5.5",
"@storybook/react": "^6.5.5",
"@storybook/testing-library": "^0.0.11",
"@testing-library/jest-dom": "^5.16.2",
"@testing-library/react": "^12.1.3",
"@types/jest": "^27.4.1",
"@types/react": "^17.0.39",
"@types/react-dom": "^17.0.11",
"babel-loader": "^8.2.3",
"css-loader": "^6.6.0",
"html-webpack-plugin": "^5.5.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^27.5.1",
"node-sass": "^7.0.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"sass": "^1.49.9",
"sass-loader": "^12.6.0",
"style-loader": "^3.3.1",
"tone": "^14.7.77",
"ts-jest": "^27.1.3",
"ts-loader": "^9.2.6",
"typescript": "^4.5.5",
"webpack": "^5.69.1",
"webpack-cli": "^4.9.2"
}
}