-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
66 lines (66 loc) · 1.9 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
{
"name": "@zer0-os/zos-component-library",
"version": "0.18.9",
"description": "component library for zos",
"main": "dist/index.js",
"scripts": {
"test": "jest",
"test:watch": "jest --watch",
"build": "tsc --build && npm run copy:styles",
"copy:styles": "copyfiles -u 1 -e \"src/stories/**/*\" \"src/**/*.css\" \"src/**/*.scss\" dist",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook"
},
"files": [
"dist"
],
"repository": "https://github.com/zer0-os/zOS-component-library.git",
"publishConfig": {
"registry": "https://npm.pkg.github.com/"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.16.7",
"@babel/preset-env": "^7.16.8",
"@babel/preset-react": "^7.16.7",
"@babel/preset-typescript": "^7.16.7",
"@storybook/addon-actions": "^6.4.18",
"@storybook/addon-essentials": "^6.4.18",
"@storybook/addon-links": "^6.4.18",
"@storybook/react": "^6.4.18",
"@types/enzyme": "^3.10.10",
"@types/jest": "^24.9.1",
"@wojtekmaj/enzyme-adapter-react-17": "0.6.5",
"babel-jest": "^27.4.6",
"babel-loader": "^8.2.3",
"copyfiles": "^2.4.1",
"enzyme": "^3.11.0",
"jest": "^27.4.7",
"jest-extended": "^2.0.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-router": "^5.3.0",
"react-router-dom": "^5.3.0",
"sass": "^1.49.7",
"sass-loader": "^10.2.1"
},
"peerDependencies": {
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-router-dom": "^5.3.0"
},
"dependencies": {
"@babel/plugin-syntax-import-assertions": "^7.20.0",
"@giphy/js-types": "^4.2.1",
"classnames": "^2.3.1",
"cloudinary-core": "^2.13.0",
"global": "^4.4.0",
"load-img": "^1.0.0",
"lodash": "^4.17.21",
"react-image-lightbox": "^5.1.4",
"react-player": "^2.10.1",
"react-portal": "^4.2.1",
"typescript": "^4.1.6"
}
}