-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
49 lines (49 loc) · 1.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
{
"name": "ixortal-user-registration-ui",
"homepage": "/user-registration-ui",
"version": "0.1.0",
"private": true,
"dependencies": {
"@emotion/core": "^10.0.5",
"@emotion/styled": "^10.0.5",
"@reach/router": "^1.2.1",
"emotion-theming": "^10.0.5",
"formik": "^1.4.1",
"get-user-locale": "^1.1.1",
"polished": "^2.3.1",
"query-string": "^6.5.0",
"ramda": "^0.26.1",
"react": "^16.7.0-alpha.2",
"react-dom": "^16.7.0-alpha.2",
"react-scripts": "3.0.1",
"recompose": "^0.30.0",
"styled-system": "^4.2.1",
"yup": "^0.26.6"
},
"scripts": {
"start": "NODE_ENV=development react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"flow": "flow",
"test:ci": "CI=true react-scripts test --env=jsdom --transformIgnorePatterns \"node_modules/(?!(apptoms-core))/\""
},
"eslintConfig": {
"extends": "react-app",
"rules": {
"no-console": "warn"
}
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"flow-bin": "^0.98.1",
"istanbul-api": "^2.1.6",
"istanbul-reports": "^2.2.6",
"jest-cli": "^24.7.0"
}
}