-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
118 lines (118 loc) · 3.5 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
{
"name": "u4-no",
"version": "1.0.0",
"description": "Monorepo for u4.no",
"main": "index.js",
"private": true,
"dependencies": {
"@next/bundle-analyzer": "^10.2.3",
"@next/third-parties": "^14.0.4",
"@sanity/block-content-to-react": "^1.3.9",
"@sanity/block-content-to-tree": "^0.3.0",
"@sanity/client": "^0.139.0",
"autoprefixer": "^10.4.15",
"axios": "^1.6.8",
"babel-jest": "^27.0.1",
"babel-polyfill": "^6.26.0",
"bluebird": "^3.5.3",
"body-parser": "^1.18.3",
"concurrently": "^3.5.0",
"cross-env": "^7.0.3",
"date-fns": "^2.30.0",
"dotenv": "^4.0.0",
"downshift": "^1.25.0",
"elasticsearch": "^16.7.2",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-next": "^13.5.3",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-jest": "^21.7.0",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-react": "^7.5.1",
"express": "^4.16.2",
"force-ssl-heroku": "^1.0.2",
"get-random-values": "^1.2.0",
"glob": "^7.1.2",
"got": "^13.0.0",
"highcharts": "^9.3.3",
"highcharts-react-official": "^2.2.2",
"html-to-text": "^9.0.5",
"intersection-observer": "^0.5.1",
"inuitcss": "^6.0.0",
"jest": "^27.0.1",
"littlefoot": "^1.0.0",
"lodash": "^4.17.21",
"mkdirp": "^0.5.1",
"next": "^14.0.3",
"next-redux-wrapper": "^1.3.5",
"next-sanity": "^5.5.10",
"picosanity": "^3.0.1",
"postcss": "^8.3.0",
"prop-types": "^15.7.2",
"query-string": "^5.0.1",
"react": "^18.2.0",
"react-alice-carousel": "^2.7.1",
"react-autobind": "^1.0.6",
"react-bem-helper": "^1.4.1",
"react-dom": "^18.2.0",
"react-intersection-observer": "^8.0.5",
"react-paginating": "^1.4.0",
"react-player": "^0.25.3",
"react-redux": "^8.1.2",
"react-scrollchor": "^7.0.0",
"react-select": "^5.8.0",
"react-share": "^4.4.1",
"react-string-clamp": "^0.3.1",
"react-transition-group": "^4.4.5",
"redux": "^4.1.1",
"redux-thunk": "^2.2.0",
"rxjs": "^7.8.1",
"sass": "^1.34.1",
"slugify": "^1.2.9",
"styled-jsx": "^5.1.2",
"textract": "^0.20.0",
"victory": "^36.6.11"
},
"scripts": {
"deploy-frontend": "git push heroku",
"deploy-frontend--force": "git push heroku --force",
"deploy-backend": "cd backend && sanity deploy && cd ..",
"test": "jest",
"lint": "next lint",
"dev": "cd frontend && cross-env NODE_ENV=development nodemon -w server.js -w server.elastic.js -w pdf-generator.js server.js",
"build": "cd frontend && next build",
"analyze": "cross-env ANALYZE=true npm run build",
"start": "cd frontend && node server.js",
"start:skip-ssl": "cd frontend && cross-env NODE_ENV=production SKIP_SSL=true node server.js"
},
"engines": {
"node": "18.x",
"npm": "10.x"
},
"os": [
"darwin",
"linux",
"win32"
],
"repository": {
"type": "git",
"url": "git+https://github.com/netliferesearch/u4-no.git"
},
"author": "Netlife & CMI",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/netliferesearch/u4-no/issues"
},
"homepage": "https://github.com/netliferesearch/u4-no#readme",
"devDependencies": {
"@babel/core": "^7.22.11",
"@babel/eslint-parser": "^7.22.11",
"@babel/eslint-plugin": "^7.22.10",
"@babel/preset-react": "^7.22.15",
"eslint": "^8.48.0",
"eslint-config-prettier": "^4.2.0",
"eslint-plugin-babel": "^5.3.0",
"eslint-plugin-compat": "^4.2.0",
"nodemon": "^2.0.7",
"prettier": "1.15.3"
}
}