-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
111 lines (111 loc) · 3.23 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
{
"name": "cnc-calc-react",
"author": {
"name": "Michał Cesarczyk"
},
"email": "michal.cesarczyk@gmail.com",
"license": "MIT",
"version": "0.1.2",
"private": true,
"type": "module",
"homepage": "https://mcesarczyk.github.io/cnc-calc-react",
"dependencies": {
"@babel/plugin-transform-private-property-in-object": "^7.23.4",
"gh-pages": "^5.0.0",
"jest-environment-jsdom": "^29.7.0",
"pretty-quick": "^3.1.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.13.0",
"react-scripts": "^5.0.1",
"standard-version": "^9.5.0",
"styled-components": "^6.0.0-rc.3",
"styled-normalize": "^8.0.7"
},
"scripts": {
"release": "standard-version",
"dev": "vite",
"build": "vite build",
"serve": "vite preview",
"lint": "eslint . --ext .ts,.tsx",
"format": "npx prettier --write .",
"test": "jest",
"e2e": "cypress run",
"e2e:preview": "cypress open",
"coverage": "jest --coverage --watchAll=false",
"deploy": "gh-pages -d build",
"predeploy": "npm run build",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"chromatic": "npx chromatic --project-token=chpt_56a3bf5e507ca54"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest",
"plugin:storybook/recommended"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@storybook/addon-essentials": "^7.3.2",
"@storybook/addon-interactions": "^7.3.2",
"@storybook/addon-links": "^7.3.2",
"@storybook/addon-mdx-gfm": "^7.3.2",
"@storybook/addon-onboarding": "^1.0.8",
"@storybook/blocks": "^7.3.2",
"@storybook/preset-create-react-app": "^7.3.2",
"@storybook/react": "^7.3.2",
"@storybook/react-webpack5": "^7.3.2",
"@storybook/testing-library": "^0.2.0",
"@testing-library/cypress": "^10.0.1",
"@testing-library/jest-dom": "^6.1.6",
"@testing-library/react": "^14.1.2",
"@testing-library/user-event": "^14.5.2",
"@types/cypress": "^1.1.3",
"@types/jest": "^29.5.11",
"@types/node": "^20.10.6",
"@types/react": "^18.2.46",
"@types/react-test-renderer": "^18.0.0",
"@vitejs/plugin-react": "^4.2.1",
"babel-plugin-named-exports-order": "^0.0.2",
"cypress": "^13.6.2",
"cz-conventional-changelog": "^3.3.0",
"eslint-plugin-storybook": "^0.6.13",
"identity-obj-proxy": "^3.0.0",
"jest": "^29.7.0",
"jest-styled-components": "^7.0.8",
"prettier": "^2.8.8",
"prop-types": "^15.8.1",
"react-test-renderer": "^18.2.0",
"storybook": "^7.3.2",
"storybook-addon-react-router-v6": "^2.0.5",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.2",
"typescript": "^5.1.3",
"vite": "^5.0.10",
"vite-plugin-eslint": "^1.8.1",
"vite-plugin-svgr": "^3.3.0",
"vite-tsconfig-paths": "^4.2.3",
"web-vitals": "^3.5.1",
"webpack": "^5.88.2"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"readme": "ERROR: No README data found!",
"_id": "cnc-calc-react@0.1.2"
}