-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
113 lines (113 loc) · 3.5 KB
/
package.json
File metadata and controls
113 lines (113 loc) · 3.5 KB
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
{
"name": "@eqworks/widget-studio",
"version": "0.12.3-alpha.2",
"main": "dist/index.js",
"source": "src/index.js",
"files": [
"dist",
"README.md",
"LICENSE"
],
"author": "dev@eqworks.com",
"license": "UNLICENSED",
"repository": {
"type": "git",
"url": "https://github.com/EQWorks/widget-studio.git"
},
"engines": {
"node": ">=14.0.0"
},
"scripts": {
"lint": "eslint .*.js *.js stories/ src/",
"watch": "babel src -w --out-dir dist --copy-files",
"storybook": "env $(print-env) start-storybook -p 6008",
"start": "yarn storybook",
"build": "babel src --out-dir dist --copy-files",
"prepublishOnly": "yarn lint && yarn build",
"build-storybook": "build-storybook",
"build-tailwindcss": "npx postcss src/styles/tailwind.css -o src/styles/index.css",
"build-tailwindcss-prod": "NODE_ENV=production npx postcss src/styles/tailwind.css -o src/styles/index.css"
},
"peerDependencies": {
"@eqworks/lumen-labs": "^0.1.0-alpha.78",
"@eqworks/react-maps": "^0.13.1-alpha.1",
"@material-ui/core": "^4.11.0",
"@tailwindcss/forms": "^0.5.0",
"@tailwindcss/postcss7-compat": "^2.1.2",
"autoprefixer": "^9.8.6",
"postcss": "^7",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tailwindcss": "yarn:@tailwindcss/postcss7-compat@^2.1.2"
},
"devDependencies": {
"@babel/cli": "^7.11.5",
"@babel/core": "^7.11.5",
"@babel/eslint-parser": "^7.11.5",
"@babel/preset-env": "^7.11.5",
"@babel/preset-react": "^7.10.4",
"@eqworks/common-login": "^0.9.1-alpha.0",
"@eqworks/lumen-labs": "^0.1.0-alpha.78",
"@eqworks/react-maps": "^0.13.1-alpha.1",
"@material-ui/core": "^4.11.0",
"@size-limit/preset-small-lib": "^4.5.7",
"@storybook/addon-actions": "^6.5.16",
"@storybook/addon-essentials": "^6.5.16",
"@storybook/addon-links": "^6.5.16",
"@storybook/addons": "^6.5.16",
"@storybook/builder-webpack5": "^6.5.16",
"@storybook/manager-webpack5": "^6.5.16",
"@storybook/react": "^6.5.16",
"@storybook/storybook-deployer": "^2.8.16",
"@tailwindcss/forms": "^0.5.0",
"@tailwindcss/postcss7-compat": "^2.1.2",
"autoprefixer": "^9.8.6",
"babel-loader": "^8.1.0",
"eslint": "^7.7.0",
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-react": "^7.20.6",
"eslint-plugin-react-hooks": "^4.1.0",
"lodash.merge": "^4.6.2",
"postcss": "^7",
"postcss-cli": "^7",
"re-resizable": "^6.9.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "~5.2.0",
"size-limit": "^4.5.7",
"tailwindcss": "yarn:@tailwindcss/postcss7-compat@^2.1.2",
"tailwindcss-children": "^2.1.0"
},
"dependencies": {
"@eqworks/chart-system": "^0.10.1",
"@eqworks/lumen-table": "^2.0.0-alpha.20",
"@react-hook/resize-observer": "^1.2.4",
"axios": "^0.20.0",
"clsx": "^1.1.1",
"colord": "^2.9.2",
"d3-color": "^3.1.0",
"date-fns": "^2.28.0",
"easy-peasy": "^5.0.3",
"file-saver": "^2.0.5",
"goober": "^2.1.11",
"html2canvas": "^1.4.1",
"javascript-time-ago": "^2.3.13",
"json2csv": "^5.0.5",
"nanoid": "^3.1.30",
"numeral": "^2.0.6",
"prop-types": "^15.7.2",
"react-children-utilities": "^2.7.1",
"react-colorful": "^5.5.1",
"react-date-range": "^1.4.0",
"react-query": "^3.19.0",
"react-resize-detector": "^6.7.6",
"react-time-ago": "^7.1.9",
"use-debounce": "^7.0.1"
},
"size-limit": [
{
"path": "dist/index.js",
"limit": "1300 KB"
}
]
}