-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
114 lines (114 loc) · 3.41 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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
{
"name": "@moosend/mooskin",
"version": "1.0.84",
"description": "A collection of React components for Moosend UI",
"main": "lib/index/index.js",
"types": "lib/index/index.d.ts",
"publishConfig": {
"access": "public"
},
"scripts": {
"prepare": "webpack --config webpack.config.prod.js -p",
"build:playground": "webpack --config webpack.config.dev.js -p",
"test": "jest --silent --config=jest.config.json",
"test:u": "jest -u --silent --config=jest.config.json",
"test:cov": "jest --coverage --silent --config=jest.config.json",
"test:watch": "jest --watchAll --config=jest.config.json",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook",
"chromatic": "npx chromatic --auto-accept-changes --project-token 3pepa9baz12"
},
"repository": {
"type": "git",
"url": "git+https://github.com/moosend/mooskin-ui.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/moosend/mooskin-ui/issues"
},
"homepage": "https://github.com/moosend/mooskin-ui#readme",
"files": [
"lib"
],
"resolutions": {
"styled-components": "^5",
"@babel/traverse": "^7.23.2"
},
"peerDependencies": {
"react": ">=16.3.0",
"react-dom": ">=16.3.0"
},
"dependencies": {
"@date-io/date-fns": "1.x",
"@material-ui/core": "^4.11.2",
"@material-ui/pickers": "^3.2.10",
"@tinymce/tinymce-react": "^3.10.1",
"date-fns": "^2.16.1",
"emoji-mart": "^3.0.0",
"react": "^16.0.3",
"react-date-range": "^1.1.3",
"react-dom": "^16.0.3",
"react-slick": "^0.28.0",
"react-transition-group": "^4.4.2",
"slick-carousel": "^1.8.1",
"styled-components": "^5.2.0",
"tinymce": "^5.6.2"
},
"devDependencies": {
"@babel/core": "^7.4.0",
"@babel/plugin-proposal-class-properties": "^7.4.0",
"@babel/plugin-proposal-object-rest-spread": "^7.4.0",
"@babel/plugin-transform-regenerator": "^7.4.0",
"@babel/preset-env": "^7.4.2",
"@babel/preset-react": "^7.0.0",
"@babel/preset-typescript": "^7.3.3",
"@storybook/addon-actions": "^6.0.27",
"@storybook/addon-essentials": "^6.0.27",
"@storybook/addon-links": "^6.0.27",
"@storybook/react": "^6.0.27",
"@types/enzyme": "^3.1.8",
"@types/enzyme-adapter-react-16": "^1.0.0",
"@types/jest": "^24.0.11",
"@types/react": "^16.0.3",
"@types/react-date-range": "^1.1.3",
"@types/react-dom": "^16.8.3",
"@types/react-slick": "^0.23.4",
"@types/react-transition-group": "^4.4.4",
"@types/styled-components": "^5.1.4",
"@types/tinymce": "^4.6.0",
"babel-loader": "8.0.5",
"babel-preset-env": "^1.6.0",
"babel-preset-es2015": "6.24.1",
"babel-preset-react": "6.24.1",
"babel-preset-stage-0": "6.24.1",
"chromatic": "^5.4.0",
"css-loader": "2.1.1",
"cssnano": "4.1.10",
"enzyme": "3.9.0",
"enzyme-adapter-react-16": "^1.0.1",
"enzyme-to-json": "^3.1.2",
"html-webpack-plugin": "3.2.0",
"identity-obj-proxy": "3.0.0",
"jest": "^24.5.0",
"mini-css-extract-plugin": "^0.5.0",
"postcss-browser-reporter": "0.5.0",
"postcss-cssnext": "3.1.0",
"postcss-flexbugs-fixes": "^4.1.0",
"postcss-import": "^12.0.1",
"postcss-loader": "3.0.0",
"postcss-reporter": "^6.0.1",
"postcss-url": "^8.0.0",
"raw-loader": "2.0.0",
"source-map-loader": "0.2.4",
"storybook-css-modules-preset": "^1.0.2",
"style-loader": "0.23.1",
"ts-jest": "^24.0.0",
"ts-loader": "^5.3.3",
"typescript": "4.1.3",
"url-loader": "1.1.2",
"webpack": "4.29.6",
"webpack-cli": "3.3.0",
"webpack-merge": "^5.2.0"
}
}