This repository has been archived by the owner on May 9, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
155 lines (155 loc) · 5.53 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
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
{
"name": "arbeidssokerregistrering",
"version": "0.1.0",
"private": true,
"homepage": "/arbeid/registrering",
"scripts": {
"demo": "cross-env REACT_APP_HEROKU_OVERGANG=true REACT_APP_MOCK_ENDRE_REG_LOP=true REACT_APP_MOCK=true npm-run-all -p start:tekster start:ts",
"start": "npm-run-all -p start:tekster start:ts",
"start-manuell": "npm-run-all -p start:tekster start:ts-manuell",
"start:tekster": "node ./scripts/watch-tekster.js",
"start:ts": "cross-env REACT_APP_MOCK=true craco start",
"start:ts-manuell": "cross-env REACT_APP_MOCK=true REACT_APP_MOCK_MANUELL_REGISTRERING=true craco start",
"build": "npm-run-all -s build:tekster build:ts",
"now-build": "cross-env REACT_APP_HEROKU_OVERGANG=true REACT_APP_MOCK_ENDRE_REG_LOP=true REACT_APP_MOCK=true npm run build",
"build:tekster": "react-intl-bundler --no-lookup src/tekster src/tekster",
"build:ts": "craco build",
"heroku-serve": "node heroku-server.js",
"heroku-postbuild": "cross-env REACT_APP_HEROKU_OVERGANG=true REACT_APP_MOCK_ENDRE_REG_LOP=true REACT_APP_MOCK=true npm run build",
"eject": "craco eject",
"deploy": "npm run build && gh-pages -d build",
"prettier": "prettier --write .",
"refresh": "rm -rf node_modules && rm package-lock.json && npm i",
"start:utenmock": "cross-env BROWSER=none craco start",
"start:cypress": "npm-run-all -p start:tekster start:utenmock",
"cypress:clear": "cypress cache clear",
"cypress:open": "cypress open",
"cypress:run": "cypress run",
"test": "craco test",
"test:ci": "CI=true craco test",
"postinstall": "husky install"
},
"dependencies": {
"@alheimsins/virkedager": "2.1.1",
"@craco/craco": "6.4.2",
"@navikt/fnrvalidator": "1.1.4",
"@navikt/fo-session-timeout-modal": "1.1.1",
"@sentry/browser": "6.14.3",
"@sentry/react": "6.14.3",
"amplitude-js": "8.13.1",
"babel-polyfill": "6.26.0",
"classnames": "2.3.1",
"core-js": "3.19.1",
"craco-less": "1.20.0",
"idempotent-babel-polyfill": "7.4.4",
"less-plugin-npm-import": "2.1.0",
"lodash": "4.17.21",
"lodash.throttle": "4.1.1",
"nav-frontend-alertstriper": "4.0.1",
"nav-frontend-alertstriper-style": "3.0.1",
"nav-frontend-chevron": "1.0.30",
"nav-frontend-chevron-style": "1.0.4",
"nav-frontend-core": "6.0.1",
"nav-frontend-ekspanderbartpanel": "4.0.2",
"nav-frontend-ekspanderbartpanel-style": "2.0.1",
"nav-frontend-grid": "2.0.1",
"nav-frontend-grid-style": "1.0.2",
"nav-frontend-hjelpetekst": "3.1.2",
"nav-frontend-hjelpetekst-style": "3.0.1",
"nav-frontend-ikoner-assets": "3.0.1",
"nav-frontend-js-utils": "1.0.20",
"nav-frontend-knapper": "3.1.2",
"nav-frontend-knapper-style": "2.1.1",
"nav-frontend-lenker": "2.0.1",
"nav-frontend-lenker-style": "2.0.1",
"nav-frontend-lukknapp": "2.0.1",
"nav-frontend-lukknapp-style": "2.0.1",
"nav-frontend-modal": "2.0.1",
"nav-frontend-modal-style": "2.0.1",
"nav-frontend-paneler": "3.0.1",
"nav-frontend-paneler-style": "2.0.1",
"nav-frontend-popover": "2.0.3",
"nav-frontend-popover-style": "2.0.1",
"nav-frontend-skjema": "4.0.5",
"nav-frontend-skjema-style": "3.0.2",
"nav-frontend-spinner": "3.0.1",
"nav-frontend-spinner-style": "1.0.2",
"nav-frontend-typografi-style": "2.0.1",
"nav-frontend-veileder": "3.0.2",
"nav-frontend-veileder-style": "3.0.1",
"nav-frontend-veilederpanel": "2.0.2",
"nav-frontend-veilederpanel-style": "2.0.1",
"prop-types": "15.7.2",
"react": "16.14.0",
"react-collapse": "5.1.0",
"react-day-picker": "7.4.10",
"react-dom": "16.14.0",
"react-intl": "2.9.0",
"react-maskedinput": "4.0.1",
"react-modal": "3.14.4",
"react-motion": "0.5.2",
"react-redux": "5.1.2",
"react-router-dom": "5.3.0",
"react-test-renderer": "16.14.0",
"redux-thunk": "2.2.0",
"typescript": "4.4.4"
},
"devDependencies": {
"@babel/preset-react": "7.14.5",
"@cypress/webpack-preprocessor": "5.9.1",
"@navikt/react-intl-bundler": "1.0.4",
"@types/amplitude-js": "8.0.2",
"@types/chai": "4.2.21",
"@types/chai-as-promised": "7.1.4",
"@types/classnames": "2.3.1",
"@types/enzyme": "3.10.9",
"@types/enzyme-adapter-react-16": "1.0.6",
"@types/fetch-mock": "5.12.2",
"@types/jest": "25.2.2",
"@types/lodash": "4.14.172",
"@types/node": "14.14.2",
"@types/react-intl": "2.3.8",
"@types/react-modal": "3.12.1",
"@types/react-redux": "5.0.19",
"@types/react-router-dom": "5.1.8",
"@types/react-select": "1.2.0",
"@types/react-test-renderer": "16.9.3",
"@types/sinon": "5.0.3",
"@typescript-eslint/eslint-plugin": "4.31.0",
"@typescript-eslint/parser": "4.31.0",
"chai": "4.3.4",
"chai-as-promised": "7.1.1",
"chai-spies": "1.0.0",
"cross-env": "7.0.3",
"cross-spawn": "7.0.3",
"cypress": "4.12.1",
"enzyme": "3.11.0",
"enzyme-adapter-react-16": "1.15.6",
"express": "4.17.1",
"fetch-mock": "5.13.1",
"husky": "7.0.4",
"lint-staged": "10.5.3",
"npm-run-all": "4.1.5",
"path-to-regexp": "2.2.1",
"prettier": "2.4.0",
"react-scripts": "4.0.3",
"sinon": "5.0.3",
"svg-inline-loader": "0.8.2",
"tree-kill": "1.2.2",
"ts-loader": "7.0.4",
"watch": "1.0.2",
"yet-another-fetch-mock": "3.4.0"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"prettier": {
"printWidth": 120
},
"lint-staged": {
"*.{js,jsx,json,md,ts,tsx}": "prettier --write"
}
}