forked from discretize/discretize-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.89 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
{
"name": "discretize-monorepo-root",
"description": "A monorepo containing discretize projects",
"version": "0.1",
"license": "UNLICENSED",
"private": true,
"workspaces": [
"gw2-ui",
"react-discretize-components",
"typeface-menomonia"
],
"scripts": {
"build": "node ./build.mjs",
"generate-api-cache": "node --experimental-fetch ./generate_api_cache.mjs"
},
"devDependencies": {
"@babel/core": "^7.17.0",
"@commitlint/cli": "^11.0.0",
"@commitlint/config-conventional": "^11.0.0",
"@rollup/plugin-babel": "^5.3.1",
"@rollup/plugin-commonjs": "^21.0.1",
"@rollup/plugin-node-resolve": "^13.1.3",
"@rollup/plugin-replace": "^3.1.0",
"@rollup/plugin-typescript": "^8.3.0",
"@storybook/addon-actions": "^6.4.19",
"@storybook/addon-essentials": "^6.4.19",
"@storybook/react": "^6.4.19",
"@types/node": "^16.11.0",
"@types/react": "^17.0.39",
"@types/react-dom": "^17.0.13",
"@types/rimraf": "^3.0.2",
"@types/webpack": "^5.28.0",
"@typescript-eslint/eslint-plugin": "^5.17.0",
"@typescript-eslint/parser": "^5.17.0",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.2.3",
"eslint": "^7.11.0",
"eslint-config-airbnb": "^18.2.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.21.4",
"eslint-plugin-react-hooks": "^4.1.2",
"eslint-plugin-storybook": "^0.5.6",
"postcss": "^8.4.6",
"postcss-url": "^10.1.3",
"prettier": "^2.1.2",
"rimraf": "^3.0.2",
"rollup": "^2.67.2",
"rollup-plugin-dts": "^4.1.0",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-terser": "^7.0.2",
"storybook-css-modules-preset": "^1.1.1",
"typescript": "^4.4.4",
"typescript-plugin-css-modules": "^3.4.0",
"webpack-node-externals": "^3.0.0"
}
}