This repository has been archived by the owner on Jul 11, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
138 lines (138 loc) · 5.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
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
{
"name": "lattice-fabricate",
"version": "0.20.0",
"homepage": "https://github.com/openlattice/lattice-fabricate",
"description": "React HOCs for components dependent on the OpenLattice EDM.",
"author": {
"name": "OpenLattice, Inc.",
"email": "[email protected]",
"url": "https://openlattice.com"
},
"contributors": [
{
"name": "Hristo Oskov",
"email": "[email protected]"
},
{
"name": "Solomon Tang",
"email": "[email protected]"
}
],
"repository": {
"type": "git",
"url": "git+https://github.com/openlattice/lattice-fabricate.git"
},
"bugs": {
"url": "https://github.com/openlattice/lattice-fabricate/issues"
},
"license": "Apache-2.0",
"main": "build/index.js",
"dependencies": {
"@babel/runtime-corejs3": "~7.15.4",
"@fortawesome/free-solid-svg-icons": "~5.15.3",
"@rjsf/core": "~3.1.0",
"@xstate/react": "~1.6.0",
"lodash": "~4.17.21",
"loglevel": "~1.7.1",
"react-dropzone": "~11.4.0",
"react-signature-canvas": "~1.0.3",
"xstate": "~4.25.0"
},
"devDependencies": {
"@babel/cli": "~7.15.7",
"@babel/core": "~7.15.5",
"@babel/plugin-proposal-class-properties": "~7.14.5",
"@babel/plugin-transform-runtime": "~7.15.0",
"@babel/preset-env": "~7.15.6",
"@babel/preset-flow": "~7.14.5",
"@babel/preset-react": "~7.14.5",
"@fortawesome/fontawesome-svg-core": "~1.2.35",
"@fortawesome/react-fontawesome": "~0.1.14",
"@storybook/addon-actions": "~6.3.8",
"@storybook/addon-docs": "~6.3.8",
"@storybook/addon-storysource": "~6.3.8",
"@storybook/addons": "~6.3.8",
"@storybook/builder-webpack5": "~6.3.8",
"@storybook/manager-webpack5": "~6.3.8",
"@storybook/react": "~6.3.8",
"@storybook/source-loader": "~6.3.8",
"@storybook/storybook-deployer": "~2.8.10",
"@storybook/theming": "~6.3.8",
"babel-eslint": "~10.1.0",
"babel-jest": "~27.2.0",
"babel-loader": "~8.2.2",
"babel-plugin-styled-components": "~1.13.1",
"babel-plugin-transform-imports": "~2.0.0",
"core-js": "~3.18.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.0",
"eslint-import-resolver-webpack": "~0.13.0",
"eslint-plugin-flowtype": "~6.1.0",
"eslint-plugin-import": "~2.24.0",
"eslint-plugin-jest": "~24.4.0",
"eslint-plugin-jsx-a11y": "~6.4.1",
"eslint-plugin-react": "~7.26.0",
"eslint-plugin-react-hooks": "~4.2.0",
"flow-bin": "~0.130.0",
"html-webpack-plugin": "~5.3.0",
"immutable": "4.0.0-rc.10",
"import-sort-style-openlattice": "~0.1.0",
"jest": "~27.2.0",
"jest-styled-components": "~7.0.5",
"lattice-ui-kit": "~0.46.1",
"luxon": "~1.28.0",
"npm-run-all": "~4.1.5",
"react": "~16.14.0",
"react-dom": "~16.14.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",
"terser-webpack-plugin": "~5.2.0",
"uuid": "~8.3.0",
"webpack": "~5.55.0",
"webpack-cli": "~4.8.0",
"webpack-node-externals": "~3.0.0"
},
"peerDependencies": {
"@fortawesome/fontawesome-svg-core": ">=1.2.0",
"@fortawesome/react-fontawesome": ">=0.1.0",
"immutable": "4.0.0-rc.10",
"lattice-ui-kit": ">=0.45.1",
"react": ">=16.14.0",
"react-dom": ">=16.14.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",
"clean": "rimraf build/*.js",
"flow": "flow",
"lint": "eslint --config .eslintrc src",
"postversion": "git push && git push --tags",
"version": "npm-run-all clean build:prod && git add -A package.json build/",
"preversion": "npm-run-all lint test",
"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",
"storybook": "start-storybook -p 9009 -c config/storybook",
"storybook:deploy": "storybook-to-ghpages --ci -e build/storybook -t GITHUB_TOKEN",
"test": "jest --config config/jest/jest.config.js",
"test:travis": "jest --maxWorkers=4 --config config/jest/jest.config.js",
"test:watch": "jest --config config/jest/jest.config.js --watch --coverage=false"
},
"storybook-deployer": {
"gitUsername": "githubpages",
"gitEmail": "[email protected]",
"commitMessage": "deploy storybook to github pages"
}
}