This repository has been archived by the owner on Mar 26, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
158 lines (158 loc) · 5.98 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
{
"name": "lattice-ui-kit",
"version": "0.47.0",
"homepage": "https://github.com/openlattice/lattice-ui-kit",
"description": "OpenLattice UI Kit for React",
"author": {
"name": "OpenLattice, Inc.",
"email": "support@openlattice.com",
"url": "https://openlattice.com"
},
"contributors": [
{
"name": "Hristo Oskov",
"email": "hristo@openlattice.com"
},
{
"name": "Solomon Tang",
"email": "solomon@openlattice.com"
}
],
"repository": {
"type": "git",
"url": "git+https://github.com/openlattice/lattice-ui-kit.git"
},
"bugs": {
"url": "https://github.com/openlattice/lattice-ui-kit/issues"
},
"license": "Apache-2.0",
"main": "build/index.js",
"dependencies": {
"@babel/runtime-corejs3": "~7.16.8",
"@date-io/luxon": "~1.3.13",
"@material-ui/core": "~4.11.4",
"@material-ui/lab": "~4.0.0-alpha.58",
"@material-ui/pickers": "~3.3.10",
"@material-ui/styles": "~4.11.4",
"clsx": "~1.1.1",
"polished": "~4.1.0",
"process": "~0.11.10",
"prop-types": "~15.7.2",
"react-markdown": "~6.0.2",
"react-scrolllock": "~5.0.1",
"react-select": "~4.3.1",
"react-transition-group": "~4.4.2",
"rehype-highlight": "~4.1.0",
"remark-gfm": "~1.0.0"
},
"devDependencies": {
"@babel/cli": "~7.16.8",
"@babel/core": "~7.16.7",
"@babel/plugin-proposal-class-properties": "~7.16.7",
"@babel/plugin-proposal-object-rest-spread": "~7.16.7",
"@babel/plugin-transform-runtime": "~7.16.8",
"@babel/preset-env": "~7.16.8",
"@babel/preset-flow": "~7.16.7",
"@babel/preset-react": "~7.16.7",
"@fortawesome/fontawesome-svg-core": "~1.2.35",
"@fortawesome/pro-duotone-svg-icons": "~5.15.3",
"@fortawesome/pro-light-svg-icons": "~5.15.3",
"@fortawesome/pro-regular-svg-icons": "~5.15.3",
"@fortawesome/pro-solid-svg-icons": "~5.15.3",
"@fortawesome/react-fontawesome": "~0.1.0",
"@storybook/addon-actions": "~6.4.13",
"@storybook/addon-docs": "~6.4.13",
"@storybook/addon-storysource": "~6.4.13",
"@storybook/addons": "~6.4.13",
"@storybook/builder-webpack5": "~6.4.13",
"@storybook/manager-webpack5": "~6.4.13",
"@storybook/react": "~6.4.13",
"@storybook/source-loader": "~6.4.13",
"@storybook/storybook-deployer": "~2.8.10",
"@storybook/theming": "~6.4.13",
"babel-eslint": "~10.1.0",
"babel-jest": "~27.4.6",
"babel-loader": "~8.2.2",
"babel-plugin-styled-components": "~1.13.1",
"babel-plugin-transform-imports": "~2.0.0",
"enzyme": "~3.11.0",
"enzyme-adapter-react-16": "~1.15.6",
"enzyme-to-json": "~3.6.2",
"eslint": "~7.32.0",
"eslint-config-airbnb": "~18.2.1",
"eslint-import-resolver-webpack": "~0.13.2",
"eslint-plugin-flowtype": "~7.0.0",
"eslint-plugin-import": "~2.25.4",
"eslint-plugin-jest": "~25.7.0",
"eslint-plugin-jsx-a11y": "~6.5.1",
"eslint-plugin-react": "~7.28.0",
"eslint-plugin-react-hooks": "~4.3.0",
"flow-bin": "~0.131.0",
"immutable": "4.0.0-rc.10",
"import-sort-style-openlattice": "~0.1.0",
"imports-loader": "~3.0.0",
"jest": "~27.4.7",
"jest-styled-components": "~7.0.4",
"lodash": "~4.17.21",
"luxon": "~1.28.0",
"npm-run-all": "~4.1.5",
"react": "~16.14.0",
"react-dom": "~16.14.0",
"react-router": "~5.2.0",
"react-router-dom": "~5.3.0",
"redux-reqseq": "~0.7.0",
"rimraf": "~3.0.2",
"styled-components": "~5.3.0",
"stylelint": "~13.13.1",
"stylelint-config-standard": "~22.0.0",
"stylelint-config-styled-components": "~0.1.1",
"stylelint-processor-styled-components": "~1.10.0",
"webpack": "~5.66.0",
"webpack-cli": "~4.9.0",
"webpack-dev-server": "~4.7.0"
},
"peerDependencies": {
"@fortawesome/fontawesome-svg-core": ">=1.2.0",
"@fortawesome/pro-duotone-svg-icons": ">=5.15.0",
"@fortawesome/pro-light-svg-icons": ">=5.15.0",
"@fortawesome/pro-regular-svg-icons": ">=5.15.0",
"@fortawesome/pro-solid-svg-icons": ">=5.15.0",
"@fortawesome/react-fontawesome": ">=0.1.0",
"immutable": "4.0.0-rc.10",
"lodash": ">=4.17.21",
"luxon": ">=1.28.0",
"react": ">=16.14.0",
"react-dom": ">=16.14.0",
"react-router": ">=5.2.0",
"react-router-dom": ">=5.3.0",
"redux-reqseq": ">=0.7.0",
"styled-components": ">=5.3.0"
},
"scripts": {
"build:dev": "webpack --config config/webpack/webpack.config.js --env development",
"build:prod": "webpack --config config/webpack/webpack.config.js --env production",
"build:storybook": "build-storybook -c config/storybook -o build/storybook -s config/storybook/static",
"clean": "rimraf build/*.js",
"flow": "flow check",
"lib": "webpack-dev-server --config config/webpack/webpack.config.js --env.development --port 9000 --content-base build/",
"lint": "eslint --config .eslintrc src",
"release:major": "npm version major -m \"releasing v%s\" && npm publish",
"release:minor": "npm version minor -m \"releasing v%s\" && npm publish",
"release:patch": "npm version patch -m \"releasing v%s\" && npm publish",
"release:preminor": "npm version preminor -preid='alpha' -m \"releasing v%s\" && npm publish",
"release:prepatch": "npm version prepatch -preid='alpha' -m \"releasing v%s\" && npm publish",
"release:prerelease": "npm version prerelease -preid='alpha' -m \"releasing v%s\" && npm publish",
"preversion": "npm-run-all lint test",
"version": "npm-run-all clean build:prod && git add -A package.json build/",
"postversion": "git push && git push --tags",
"storybook": "start-storybook -p 9009 -c config/storybook -s config/storybook/static",
"storybook:deploy": "storybook-to-ghpages --ci -e build/storybook -t GITHUB_TOKEN",
"test": "jest --config config/jest/jest.config.js",
"test:watch": "jest --config config/jest/jest.config.js --watch --coverage=false"
},
"storybook-deployer": {
"gitUsername": "githubpages",
"gitEmail": "githubpages@openlattice.com",
"commitMessage": "deploy storybook to github pages"
}
}