-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
80 lines (80 loc) · 2.51 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
{
"name": "eventsignup_frontend",
"version": "0.1.0",
"private": true,
"dependencies": {
"axios": "^1.3.4",
"bootstrap": "4.3.1",
"flag-icons": "^6.6.6",
"i18next": "^22.4.10",
"i18next-browser-languagedetector": "^7.0.1",
"keycloak-js": "^21.0.0",
"react": "^18.2.0",
"react-bootstrap": "1.4.0",
"react-dom": "^18.2.0",
"react-i18next": "^12.1.5",
"react-router-bootstrap": "^0.26.2",
"react-router-dom": "^6.4.3",
"react-scripts": "5.0.1",
"styled-components": "^5.3.6"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"css-build": "sass --no-source-map sass/eventsignupstyles.scss public/eventsignup.css",
"css-watch": "npm run css-build -- --watch",
"check-types": "tsc --project tsconfig.json --noEmit",
"check-formatting": "npx prettier --check .",
"lint": "npx eslint .",
"storybook": "start-storybook -p 6006 -s public",
"build-storybook": "build-storybook -s public",
"cypress:open": "npx cypress open",
"cypress:ci": "npx cypress run"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@asteriskiry/eventsignup_backend-types": "1.0.0",
"@storybook/addon-actions": "^6.5.16",
"@storybook/addon-essentials": "^6.5.16",
"@storybook/addon-interactions": "^6.5.16",
"@storybook/addon-links": "^6.5.16",
"@storybook/builder-webpack5": "^6.5.16",
"@storybook/manager-webpack5": "^6.5.16",
"@storybook/node-logger": "^6.5.16",
"@storybook/preset-create-react-app": "^4.1.2",
"@storybook/react": "^6.5.16",
"@storybook/testing-library": "^0.0.13",
"@types/jest": "^27.5.2",
"@types/node": "^16.11.68",
"@types/react": "^18.0.21",
"@types/react-dom": "^18.0.6",
"@types/react-router-bootstrap": "^0.26.0",
"@types/styled-components": "^5.1.26",
"@typescript-eslint/eslint-plugin": "^5.51.0",
"@typescript-eslint/parser": "^5.51.0",
"bulma": "^0.9.4",
"cypress": "^12.7.0",
"eslint": "^8.33.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-storybook": "^0.6.10",
"prettier": "2.8.4",
"prop-types": "^15.8.1",
"sass": "^1.58.0",
"storybook-addon-react-router-v6": "^0.2.1",
"typescript": "^4.9.5",
"webpack": "^5.75.0"
}
}