This repository has been archived by the owner on Aug 10, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
148 lines (148 loc) · 4.97 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
{
"name": "sykepengesoknad",
"version": "1.0.0",
"description": "Frontend-app for NAVs sykepengesøknader",
"main": "index.js",
"test": "npm run test",
"scripts": {
"test": "mocha --compilers js:babel-core/register --require babel-polyfill --require ignore-styles ./test/setup.js \"{js/**/*.test,test/**/*}.@(js|jsx)\"",
"test:watch": "npm run test -- --watch",
"lint": "npm-run-all lintJs lintTest",
"lint:fix": "npm-run-all lintJs:fix lintTest:fix",
"lintJs": "eslint js/. --ext .js",
"lintJs:fix": "eslint js/. --ext .js --fix",
"lintTest": "eslint test/. --ext .js",
"lintTest:fix": "eslint test/. --ext .js --fix",
"clean": "rimraf ./dist/resources/ && mkdirp ./dist/resources",
"images-local": "cp -R img dist/resources",
"images": "npm-run-all images-local",
"nais-build": "npm-run-all clean deploy images",
"start": "node ./server.js",
"start-opplaering": "node ./server.js opplaering",
"start-devlocal-container": "PORT=8085 node ./server.js local backend",
"start-devlocal": "PORT=8085 SYFOREST_ROOT=http://localhost:1993 node ./server.js local backend development",
"start-local": "PORT=8087 node ./server.js local",
"scripts:watch": "webpack-dev-server --inline --port 8086",
"dev": "npm-run-all clean images scripts:watch",
"deploy": "node deploy.js"
},
"author": "DigiSyfo <digisyfo@nav.no>",
"license": "ISC",
"dependencies": {
"@navikt/digisyfo-npm": "17.6.2",
"amplitude-js": "^5.9.0",
"babel-loader": "7.1.5",
"babel-polyfill": "6.26.0",
"classnames": "2.2.5",
"dayjs": "^1.8.20",
"dotenv": "4.0.0",
"enzyme": "3.7.0",
"enzyme-adapter-react-16": "^1.13.0",
"express": "4.16.2",
"fetch": "1.0.1",
"fetch-ponyfill": "6.0.2",
"isomorphic-fetch": "2.2.1",
"lodash.throttle": "4.1.1",
"mustache-express": "1.2.5",
"nav-frontend-alertstriper": "3.0.3",
"nav-frontend-alertstriper-style": "2.0.2",
"nav-frontend-core": "4.0.9",
"nav-frontend-etiketter-style": "0.3.17",
"nav-frontend-hjelpetekst": "1.0.37",
"nav-frontend-hjelpetekst-style": "0.3.28",
"nav-frontend-ikoner-assets": "1.0.1",
"nav-frontend-js-utils": "1.0.6",
"nav-frontend-knapper": "1.0.23",
"nav-frontend-knapper-style": "0.3.21",
"nav-frontend-lenker-style": "0.2.18",
"nav-frontend-lukknapp": "1.0.17",
"nav-frontend-lukknapp-style": "0.2.17",
"nav-frontend-modal": "1.0.23",
"nav-frontend-modal-style": "0.3.27",
"nav-frontend-paneler-style": "0.3.13",
"nav-frontend-skjema": "1.0.56",
"nav-frontend-skjema-style": "1.0.37",
"nav-frontend-stegindikator": "0.0.31",
"nav-frontend-stegindikator-style": "1.0.17",
"nav-frontend-typografi": "2.0.7",
"nav-frontend-typografi-style": "1.0.11",
"prom-client": "11.1.0",
"promise": "8.0.1",
"promise-polyfill": "6.0.2",
"prop-types": "15.6.0",
"react": "16.6.1",
"react-ab": "0.5.0",
"react-autosuggest": "9.4.3",
"react-day-picker": "6.2.1",
"react-document-title": "2.0.3",
"react-dom": "16.6.1",
"react-maskedinput": "4.0.0",
"react-modal": "3.4.5",
"react-redux": "5.0.6",
"react-router": "3.2.0",
"react-router-redux": "4.0.5",
"react-scroll": "1.2.0",
"redux": "3.5.2",
"redux-form": "6.6.3",
"redux-saga": "1.0.2",
"request": "2.88.0",
"scroll-behavior": "0.3.2",
"simple-ajax": "2.6.0",
"source-map-explorer": "1.6.0",
"whatwg-fetch": "0.11.0",
"jsdom": "11.3.0"
},
"devDependencies": {
"@babel/cli": "^7.0.0",
"@babel/core": "^7.0.0",
"autoprefixer": "7.0.1",
"babel-eslint": "8.0.1",
"babel-preset-env": "1.6.0",
"babel-preset-react": "6.24.1",
"babel-preset-stage-0": "6.24.1",
"babel-runtime": "6.26.0",
"babelify": "7.3.0",
"chai": "4.1.2",
"chai-enzyme": "1.0.0-beta.0",
"chokidar": "^3.3.0",
"cross-env": "3.1.3",
"css-loader": "1.0.0",
"deep-freeze": "0.0.1",
"dotenv-webpack": "1.5.7",
"eslint": "4.8.0",
"eslint-config-airbnb": "15.1.0",
"eslint-plugin-import": "2.7.0",
"eslint-plugin-jsx-a11y": "6.0.2",
"eslint-plugin-react": "7.4.0",
"fetch-mock": "5.5.0",
"fs": "0.0.2",
"has-ansi": "2.0.0",
"http-proxy-middleware": "^0.20.0",
"ignore-styles": "5.0.1",
"less": "3.8.1",
"less-loader": "4.1.0",
"less-plugin-autoprefix": "2.0.0",
"mini-css-extract-plugin": "0.4.2",
"mkdirp": "0.5.1",
"mocha": "4.0.0",
"mustache": "2.2.1",
"ncp": "2.0.0",
"npm-run-all": "4.1.5",
"parallelshell": "3.0.2",
"path": "0.12.7",
"postcss-loader": "3.0.0",
"proxy-middleware": "0.15.0",
"react-addons-update": "15.6.2",
"react-test-renderer": "16.4.2",
"redux-mock-store": "1.5.3",
"rimraf": "2.6.2",
"run-sequence": "2.2.1",
"sinon": "7.2.3",
"style-loader": "0.23.0",
"svg-url-loader": "2.3.2",
"vinyl-source-stream": "2.0.0",
"webpack": "^4.41.6",
"webpack-cli": "3.1.0",
"webpack-dev-server": "3.1.11"
}
}