This repository has been archived by the owner on Jul 24, 2020. It is now read-only.
generated from E-Edu/microservice-template
-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
130 lines (130 loc) · 4.29 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
121
122
123
124
125
126
127
128
129
130
{
"name": "frontend",
"description": "The frontend for the official hackathon challenge by TheMorpheus407",
"version": "1.0.0",
"private": true,
"dependencies": {
"@apollo/react-hooks": "3.1.5",
"@sentry/browser": "5.15.5",
"apollo-boost": "0.4.9",
"axios": "0.19.2",
"graphql": "15.0.0",
"html-react-parser": "0.10.3",
"i18next": "19.4.4",
"markdown-it": "10.0.0",
"mobx": "5.15.4",
"mobx-react": "6.2.2",
"node-sass": "4.14.1",
"react": "16.13.1",
"react-animated-modal": "1.1.1",
"react-dom": "16.13.1",
"react-feather": "2.0.8",
"react-i18next": "11.4.0",
"react-router-dom": "5.2.0",
"react-scripts": "3.4.1",
"stylelint-scss": "3.17.2"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"storybook": "start-storybook -p 9009 -c .storybook watch-css -s public",
"build-storybook": "build-storybook -s public",
"lint:eslint": "npm run lint:eslintsrc",
"lint:eslintsrc": "eslint \"./src/**/*.{ts,tsx,js}\"",
"lint:prettier": "prettier --check \"./src/**/*.{ts,tsx}\"",
"lint:style": "stylelint \"./src/**/*.scss\"",
"lint:all": "npm run lint:eslint && npm run lint:style",
"lint:fix": "npm run lint:eslint -- --fix && stylelint \"./src/**/*.scss\" --fix",
"lint:tslint": "tslint",
"i18n": "i18next-scanner --config i18next-scanner.config.js 'src/**/*.{ts,tsx}'",
"test:open": "cypress open",
"test:run": "cypress run"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@apollo/react-hooks": "3.1.5",
"@babel/preset-react": "7.9.4",
"@sentry/browser": "5.15.5",
"@storybook/addon-actions": "5.3.18",
"@storybook/addon-knobs": "5.3.18",
"@storybook/addon-links": "5.3.18",
"@storybook/addons": "5.3.18",
"@storybook/preset-create-react-app": "2.1.2",
"@storybook/react": "5.3.18",
"@testing-library/jest-dom": "5.7.0",
"@testing-library/react": "10.0.4",
"@testing-library/user-event": "10.3.1",
"@types/autoprefixer": "9.7.2",
"@types/axios": "0.14.0",
"@types/cypress": "1.1.3",
"@types/eslint": "6.8.1",
"@types/eslint-plugin-prettier": "3.1.0",
"@types/graphql": "14.5.0",
"@types/i18next": "13.0.0",
"@types/jest": "25.2.2",
"@types/markdown-it": "10.0.1",
"@types/node": "14.0.1",
"@types/node-sass": "4.11.1",
"@types/prettier": "2.0.0",
"@types/react": "16.9.35",
"@types/react-dom": "16.9.8",
"@types/react-i18next": "8.1.0",
"@types/react-router-dom": "5.1.5",
"@types/storybook-react-router": "1.0.1",
"@types/storybook__addon-actions": "5.2.1",
"@types/storybook__addon-knobs": "5.2.1",
"@types/storybook__addon-links": "5.2.1",
"@types/storybook__addons": "5.2.1",
"@types/storybook__react": "5.2.1",
"@types/stylelint": "9.10.1",
"@types/testing-library__jest-dom": "5.6.0",
"@types/testing-library__react": "10.0.1",
"@types/testing-library__user-event": "4.1.1",
"@types/typescript": "2.0.0",
"@typescript-eslint/eslint-plugin": "2.33.0",
"@typescript-eslint/parser": "2.33.0",
"autoprefixer": "9.8.0",
"awesome-typescript-loader": "5.2.1",
"css-loader": "3.5.3",
"cypress": "4.5.0",
"eslint": "6.8.0",
"eslint-config-airbnb": "18.1.0",
"eslint-config-prettier": "6.11.0",
"eslint-plugin-chai-friendly": "0.6.0",
"eslint-plugin-cypress": "2.10.3",
"eslint-plugin-import": "2.20.2",
"eslint-plugin-jsx-a11y": "6.2.3",
"eslint-plugin-prettier": "3.1.3",
"eslint-plugin-react": "7.19.0",
"eslint-plugin-react-hooks": "4.0.2",
"i18next-scanner": "2.11.0",
"mobx-devtools-mst": "0.9.22",
"mobx-state-tree": "3.16.0",
"postcss-loader": "3.0.0",
"prettier": "2.0.5",
"sass-loader": "8.0.2",
"storybook-react-router": "1.0.8",
"style-loader": "1.2.1",
"stylelint": "13.4.0",
"stylelint-config-sass-guidelines": "7.0.0",
"stylelint-config-standard": "20.0.0",
"tslint": "6.1.2",
"typescript": "3.9.2"
}
}