-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
95 lines (95 loc) · 2.86 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
{
"name": "task-flow",
"version": "0.0.1",
"private": true,
"dependencies": {
"@accessible/popover": "3.5.0",
"@babel/core": "7.7.2",
"@types/jest": "24.0.23",
"@types/node": "12.12.9",
"@types/react": "16.9.11",
"@types/react-dom": "16.9.4",
"apisauce": "1.1.1",
"classnames": "2.2.6",
"env-cmd": "10.0.1",
"eslint-plugin-import": "2.18.2",
"eslint-plugin-react": "7.16.0",
"glamor": "2.20.40",
"i18next": "19.0.1",
"i18next-xhr-backend": "3.2.2",
"js-cookie": "2.2.1",
"lint-staged": "9.4.3",
"madge": "4.0.1",
"mobx": "5.15.0",
"mobx-react": "6.1.4",
"node-sass": "4.14.1",
"react": "^16.12.0",
"react-circular-progressbar": "^2.0.4",
"react-dom": "^16.12.0",
"react-i18next": "11.2.2",
"react-loader-spinner": "3.1.5",
"react-modal": "3.11.1",
"react-router-dom": "5.1.2",
"react-scripts": "3.2.0",
"react-toastify": "5.4.1",
"styled-components": "4.4.1",
"typescript": "3.7.2",
"uuid": "^8.3.2",
"cypress": "3.8.0",
"yarnhook": "0.4.3"
},
"scripts": {
"e2e:start": "yarn run cypress open",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "IS_JEST=true react-scripts test --silent",
"test:ci": "yarn test --watchAll=false --silent",
"eject": "react-scripts eject",
"lint": "eslint --ignore-path .gitignore --fix --ext .ts,.tsx src/",
"storybook": "start-storybook -p 9009 -s public",
"build-storybook": "build-storybook -s public"
},
"engines": {
"npm": ">=5.6.0",
"yarn": ">=1.17.3",
"node": ">=12.6.0"
},
"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": {
"@babel/core": "7.7.2",
"@babel/plugin-proposal-decorators": "7.7.0",
"@babel/plugin-syntax-jsx": "7.2.0",
"@babel/preset-env": "7.7.1",
"@storybook/addon-actions": "^5.2.6",
"@storybook/addon-knobs": "5.2.6",
"@storybook/addon-links": "^5.2.6",
"@storybook/addon-notes": "5.2.6",
"@storybook/addons": "5.2.6",
"@storybook/preset-create-react-app": "1.3.1",
"@storybook/react": "^5.2.6",
"@testing-library/jest-dom": "4.2.4",
"@testing-library/react": "9.3.2",
"@types/storybook__react": "4.0.2",
"@typescript-eslint/eslint-plugin": "2.3.0",
"@typescript-eslint/parser": "2.8.0",
"babel-eslint": "10.0.3",
"eslint": "6.4.0",
"eslint-config-prettier": "6.3.0",
"eslint-plugin-prettier": "3.1.0",
"prettier": "1.19.1"
}
}