This repository has been archived by the owner on Jul 8, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
120 lines (120 loc) · 4.16 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
{
"name": "prosolve",
"version": "1.1.1",
"main": "index.js",
"pretty": "prettier --write \"src/**/*.(ts|tsx)\"",
"scripts": {
"bundle": "webpack --watch --progress --config webpack.config.js --env env=dev",
"bundle:bundleAnalyzer": "yarn run bundle -- --env optionalPlugin=bundleAnalyzer",
"build": "webpack --progress --config webpack.config.js --env env=prod",
"build:bundleAnalyzer": "yarn run build -- --env optionalPlugin=bundleAnalyzer",
"build-zip": "yarn run build && bestzip build.zip dist/",
"storybook": "npx storybook dev -p 6006",
"build-storybook": "npx storybook build",
"chromatic": "npx chromatic --project-token=%CHROMATIC_PROJECT_TOKEN%",
"prepare": "husky install",
"lint": "eslint src"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dev-redo/pro-solve.git"
},
"bugs": {
"url": "https://github.com/dev-redo/pro-solve/issues"
},
"homepage": "https://github.com/dev-redo/pro-solve#readme",
"browser": {
"[module-name]": false
},
"devDependencies": {
"@babel/core": "^7.19.6",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-react-constant-elements": "^7.18.12",
"@babel/plugin-transform-react-inline-elements": "^7.18.6",
"@babel/plugin-transform-runtime": "^7.18.10",
"@babel/preset-env": "^7.18.10",
"@babel/preset-react": "^7.18.6",
"@babel/runtime-corejs3": "^7.20.13",
"@storybook/addon-essentials": "7.0.0-alpha.35",
"@storybook/addon-interactions": "7.0.0-alpha.35",
"@storybook/addon-links": "7.0.0-alpha.35",
"@storybook/jest": "^0.0.10",
"@storybook/preset-typescript": "^3.0.0",
"@storybook/react": "7.0.0-alpha.35",
"@storybook/react-webpack5": "7.0.0-alpha.35",
"@storybook/testing-library": "^0.0.13",
"@svgr/webpack": "^6.3.1",
"@types/chrome": "^0.0.195",
"@types/cors": "^2.8.12",
"@types/react": "^18.0.17",
"@types/react-dom": "^18.0.6",
"@types/react-syntax-highlighter": "^15.5.5",
"@types/styled-components": "^5.1.26",
"@typescript-eslint/eslint-plugin": "^5.25.0",
"@typescript-eslint/parser": "^5.25.0",
"babel-plugin-styled-components": "^2.0.7",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.7.1",
"dotenv-webpack": "^8.0.1",
"esbuild-loader": "^2.19.0",
"eslint": "^8.16.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.31.10",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-storybook": "^0.6.6",
"extract-text-webpack-plugin": "^3.0.2",
"firebase": "^9.9.3",
"firebase-admin": "^11.0.1",
"firebase-tools": "^11.8.0",
"fork-ts-checker-webpack-plugin": "^7.2.13",
"html-webpack-plugin": "^5.5.0",
"husky": "^8.0.1",
"lint-staged": "^13.0.3",
"mini-css-extract-plugin": "^2.6.1",
"speed-measure-webpack-plugin": "^1.5.0",
"storybook": "7.0.0-alpha.35",
"style-loader": "^3.3.1",
"svgo-loader": "^4.0.0",
"terser-webpack-plugin": "^5.3.6",
"tsconfig-paths-webpack-plugin": "^4.0.0",
"webpack": "^5.74.0",
"webpack-bundle-analyzer": "^4.8.0",
"webpack-cli": "^4.10.0",
"webpack-dev-middleware": "^5.3.3",
"webpack-virtual-modules": "^0.4.5",
"yarn": "^1.22.19"
},
"dependencies": {
"@storybook/addon-actions": "^6.5.16",
"@storybook/addon-docs": "^6.5.16",
"@types/estree": "^1.0.0",
"bestzip": "^2.2.1",
"chart.js": "^3.9.1",
"core-js": "^3.28.0",
"cors": "^2.8.5",
"expo-font": "^10.2.0",
"image-webpack-loader": "^8.1.0",
"react": "^18.2.0",
"react-chartjs-2": "^4.3.1",
"react-dom": "^18.2.0",
"react-syntax-highlighter": "^15.5.0",
"react-uid": "^2.3.2",
"react-use": "^17.4.0",
"recoil": "^0.7.5",
"storybook-addon-react-docgen": "^1.2.43",
"styled-components": "^5.3.5",
"styled-reset": "^4.4.2",
"typescript": "^4.8.2"
},
"lint-staged": {
"*.{ts,ts}": [
"prettier --write",
"eslint --fix"
]
}
}