-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
163 lines (163 loc) · 5.52 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
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
{
"name": "meetup-web-components",
"version": "8.0.3050",
"license": "UNLICENSED",
"description": "Meetup Web UI Component Library",
"author": "Meetup",
"engines": {
"node": ">=10.24.1",
"yarn": "^1.9.4"
},
"scripts": {
"build": "babel src --out-dir lib --ignore test.js,test.jsx,story.jsx --source-maps && yarn run build:css",
"build:css": "node-sass --importer ./util/sassRelativeImporter.js --include-path scss ./assets/scss/main.scss ./assets/css/main.css",
"build:watch": "yarn build --watch",
"lint": "yarn run lint:base --fix",
"lint:base": "eslint src/ --ext .js,.jsx",
"lint:airbnb": "eslint --ext .js,.jsx -c .eslintrc.airbnb.js",
"lint:prettier": "prettier -l {src,src/**,src/**/**,assets/,assets/**}/*.{js,jsx,scss}",
"modules:clean": "rm -rf node_modules",
"postcheckout": "yarn install",
"postmerge": "yarn install",
"precommit": "lint-staged && yarn flow",
"prepush": "yarn build:css",
"storybook": "start-storybook -p 9001 -c .storybook",
"storybook-static": "build-storybook -c .storybook -o .storybook-out",
"gh-pages": "gh-pages -d .storybook-out -b gh-pages",
"publish-docs": "yarn run storybook-static && yarn run gh-pages",
"stylelint": "stylelint assets/scss/**/*.scss --syntax scss",
"test": "npm-run-all --parallel lint:base",
"test:ci": "yarn lint:base && yarn test:base",
"test:base": "jest --color --config jest.config.json",
"test:unit": "yarn run test:base",
"test:updateSnap": "yarn test:base --updateSnapshot",
"test:watch": "yarn run test:base --watch --verbose",
"typecheck": "flow && flow stop",
"build:tailwind": "npx tailwindcss-cli@latest -i ./assets/css/tailwind.css -o ./assets/css/tailwind.min.css -c ./tailwind.config.js"
},
"repository": {
"type": "git",
"url": "https://github.com/meetup/meetup-web-components.git"
},
"bugs": {
"url": "https://github.com/meetup/meetup-web-components/issues"
},
"homepage": "https://github.com/meetup/meetup-web-components#readme",
"peerDependencies": {
"@js-joda/core": "1.12.0",
"classnames": "^2.2.6",
"js-joda": "^1.9.2",
"react": "^16.8.0",
"react-dom": "^16.8.0",
"swarm-animation": "^0.0.95",
"swarm-icons": "^3.8.354",
"swarm-sasstools": "^5.0.434"
},
"dependencies": {
"@meetup/swarm-components": "0.13.19",
"@meetup/swarm-icons": "0.6.0",
"downshift": "1.31.12",
"focus-trap-react": "3.1.2",
"raf-schd": "2.1.0",
"react-flatpickr": "3.6.4",
"react-portal": "4.1.2",
"recompose": "0.26.0"
},
"devDependencies": {
"@alrra/travis-scripts": "3.0.1",
"@js-joda/core": "1.12.0",
"@meetup/swarm-styles": "0.5.13",
"@storybook/addon-actions": "4.0.0-alpha.14",
"@storybook/addon-info": "4.0.0-alpha.14",
"@storybook/addon-knobs": "4.0.0-alpha.14",
"@storybook/addon-links": "4.0.0-alpha.14",
"@storybook/addon-notes": "4.0.0-alpha.14",
"@storybook/addon-options": "4.0.0-alpha.14",
"@storybook/addons": "4.0.0-alpha.14",
"@storybook/react": "4.0.0-alpha.14",
"babel-cli": "6.24.1",
"babel-core": "6.26.3",
"babel-eslint": "8.2.3",
"babel-jest": "23.4.2",
"babel-loader": "7.1.4",
"babel-plugin-react-docgen": "2.0.0-rc.1",
"babel-plugin-react-intl": "2.3.1",
"babel-plugin-react-transform": "2.0.2",
"babel-plugin-transform-class-properties": "6.24.1",
"babel-plugin-transform-flow-strip-types": "6.22.0",
"babel-preset-env": "1.6.0",
"babel-preset-es2015": "6.24.1",
"babel-preset-flow": "6.23.0",
"babel-preset-react": "6.24.1",
"babel-preset-stage-2": "6.24.1",
"babel-register": "6.24.1",
"classnames": "2.2.5",
"css-loader": "0.28.4",
"enzyme": "3.9.0",
"enzyme-adapter-react-16": "1.11.2",
"enzyme-to-json": "3.3.4",
"eslint": "5.10.0",
"eslint-config-airbnb": "17.1.0",
"eslint-config-prettier": "3.3.0",
"eslint-import-resolver-webpack": "0.10.1",
"eslint-loader": "2.1.2",
"eslint-plugin-flowtype": "3.2.0",
"eslint-plugin-import": "2.14.0",
"eslint-plugin-jsx-a11y": "6.1.2",
"eslint-plugin-meetup": "1.0.0",
"eslint-plugin-react": "7.11.0",
"file-loader": "1.1.11",
"flow-bin": "0.76.0",
"flow-typed": "2.5.1",
"gh-pages": "1.0.0",
"husky": "0.14.3",
"inquirer": "3.2.0",
"jest": "23.5.0",
"js-joda": "1.9.2",
"lint-staged": "7.2.0",
"meetup-web-mocks": "1.0.270",
"mwp-app-render": "22.4.3075",
"mwp-config": "22.4.3075",
"mwp-i18n": "22.4.3075",
"node-sass": "4.10.0",
"npm-run-all": "4.0.2",
"prettier": "1.13.5",
"prop-types": "15.6.0",
"raf": "3.4.0",
"raw-loader": "0.5.1",
"react": "16.8.6",
"react-dom": "16.8.6",
"react-helmet": "5.2.0",
"react-intl": "2.4.0",
"react-redux": "5.0.7",
"react-router": "4.3.1",
"react-router-dom": "4.2.2",
"react-transition-group": "2.2.1",
"redux": "4.0.0",
"redux-form": "7.4.2",
"sass-loader": "6.0.6",
"storybook-addon-i18n-tools": "1.0.0",
"storybook-react-router": "1.0.1",
"style-loader": "0.18.2",
"stylelint-config-prettier": "3.3.0",
"swarm-animation": "0.0.95",
"swarm-constants": "2.2.122",
"swarm-icons": "3.8.349",
"swarm-sasstools": "5.0.434",
"webpack": "4.14.0"
},
"lint-staged": {
"{src,src/**,src/**/**,assets/,assets/**}/*.{js,jsx,scss}": [
"prettier --write",
"git add"
],
"assets/scss/**/*.scss": [
"stylelint --syntax scss --fix",
"git add"
],
"**/*.{js,jsx}": [
"eslint",
"git add"
]
}
}