This repository has been archived by the owner on Apr 6, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
139 lines (139 loc) · 4.48 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
{
"name": "publikator-frontend",
"version": "1.0.0",
"engines": {
"node": "14.4.0"
},
"description": "",
"main": "server/index.js",
"scripts": {
"dev": "nodemon --watch server --watch app --watch .env --watch lib/routes.js server/index.js",
"start": "node server/index.js",
"build": "next build",
"heroku-postbuild": "npm run build",
"tape": "cross-env NODE_ENV=test babel-tape-runner",
"test": "npm run test:unit && npm run test:jsdom",
"test:unit": "cross-env NODE_ENV=test babel-tape-runner \"?(lib|pages|components)/**/*.test.js\" | tap-summary",
"test:jsdom": "cross-env NODE_ENV=test babel-tape-runner test/jsdom/setup.js \"test/jsdom/**/*.test.js\" | tap-summary",
"cloc": "find . -name '*.js' -not -path \"./node_modules*\" -not -path \"./.next*\" | xargs wc -l",
"lint": "eslint --fix .",
"precommit": "npm run test:unit && lint-staged",
"translations-raw": "NODE_OPTIONS='-r dotenv/config' gsheets --key=1qPubCKz2YzbcFkRfF0MrgRqD0KLsgRPxoZfG5G3tHOA --title=live --pretty --out lib/translations.json",
"translations": "npm run translations-raw && git add -p lib/translations.json && git checkout -- lib/translations.json",
"sg:link": "./scripts/sg_link.sh",
"sg:unlink": "./scripts/sg_unlink.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/orbiting/haku-frontend.git"
},
"author": "",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/orbiting/haku-frontend/issues"
},
"homepage": "https://github.com/orbiting/haku-frontend#readme",
"lint-staged": {
"*.js": [
"eslint --fix",
"git add"
]
},
"devDependencies": {
"@wojtekmaj/enzyme-adapter-react-17": "^0.6.3",
"babel-eslint": "^10.1.0",
"babel-plugin-transform-react-jsx": "^6.24.1",
"babel-preset-env": "^1.7.0",
"babel-tape-runner": "^3.0.0",
"cross-env": "^5.2.1",
"diff": "^3.5.0",
"enzyme": "^3.11.0",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react": "^7.20.3",
"eslint-plugin-react-hooks": "^2.5.1",
"gsheets": "^3.0.0",
"husky": "^1.0.0-rc.15",
"jsdom": "^12.0.0",
"lint-staged": "^7.3.0",
"nodemon": "^2.0.4",
"prettier": "^1.19.1",
"raf": "^3.4.0",
"react-test-renderer": "^16.13.1",
"spy": "^1.0.0",
"tap-summary": "^4.0.0",
"tape": "^4.13.3"
},
"dependencies": {
"@orbiting/remark-preset": "^1.2.4",
"@project-r/styleguide": "13.10.0",
"@project-r/template-newsletter": "^1.5.0",
"apollo-cache-inmemory": "^1.6.6",
"apollo-client": "^2.6.10",
"apollo-link": "^1.2.14",
"apollo-link-http": "^1.5.17",
"apollo-link-ws": "^1.0.20",
"clipboard-copy": "^3.1.0",
"codemirror": "^5.57.0",
"d3-array": "^2.9.1",
"d3-color": "^1.4.1",
"d3-dsv": "^1.2.0",
"d3-format": "^1.4.4",
"d3-geo": "^1.12.1",
"d3-scale": "^2.1.2",
"d3-shape": "^1.3.7",
"d3-time": "^1.1.0",
"d3-time-format": "^2.2.3",
"debug": "^4.0.1",
"dotenv": "^6.0.0",
"downshift": "^2.2.3",
"express": "^4.16.3",
"express-basic-auth": "^1.2.0",
"glamor": "^2.20.40",
"graphql": "^14.7.0",
"graphql-tag": "^2.10.4",
"helmet": "^3.23.3",
"immutable": "^3.8.2",
"immutable-treeutils": "^1.2.0",
"is-url": "^1.2.4",
"is-uuid": "^1.0.2",
"isomorphic-unfetch": "^3.0.0",
"js-yaml": "^3.14.0",
"jsonlint-mod": "^1.7.6",
"lodash": "^4.17.21",
"mdast-react-render": "^1.2.0",
"next": "^9.5.4",
"next-routes": "^1.4.2",
"prop-types": "^15.6.2",
"ramda": "^0.25.0",
"react": "^17.0.2",
"react-apollo": "^2.1.11",
"react-codemirror2": "^7.2.1",
"react-color": "^2.18.1",
"react-diff-viewer": "^3.1.1",
"react-dom": "^17.0.2",
"react-frame-component": "^4.1.2",
"react-icons": "^2.2.5",
"react-maskedinput": "^4.0.1",
"react-portal": "^4.2.1",
"react-textarea-autosize": "^7.1.2",
"rehype-parse": "^7.0.1",
"rehype-remark": "^8.0.0",
"remark-frontmatter": "^1.3.3",
"remark-parse": "^5.0.0",
"remark-stringify": "^5.0.0",
"scroll-into-view": "1.15.0",
"shortid": "^2.2.15",
"slate": "^0.31.8",
"slate-mdast-serializer": "^2.0.0",
"slate-prop-types": "^0.4.16",
"slate-react": "^0.10.23",
"subscriptions-transport-ws": "^0.9.17",
"topojson": "^3.0.2",
"unified": "^7.0.0",
"unist-util-visit": "^2.0.3",
"validator": "^10.11.0"
}
}