-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathpackage.json
120 lines (120 loc) · 4.04 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
{
"name": "@pubsweet/blogger",
"version": "1.0.0-alpha.1",
"description": "A PubSweet blogger app",
"files": [
"app",
"config",
"static",
"webpack"
],
"main": "app.js",
"dependencies": {
"@atlaskit/adf-schema": "^2.3.1",
"@atlaskit/avatar": "^15.0.1",
"@atlaskit/avatar-group": "^3.0.1",
"@atlaskit/editor-common": "36.2.2",
"@atlaskit/editor-core": "107.24.0",
"@atlaskit/editor-test-helpers": "^9.1.1",
"@atlaskit/media-core": "^29.1.0",
"@atlaskit/renderer": "^48.0.1",
"@atlaskit/util-data-test": "^10.2.2",
"@babel/preset-typescript": "^7.3.3",
"@pubsweet/coko-theme": "^5.1.2",
"@pubsweet/component-password-reset-client": "^3.1.1",
"@pubsweet/component-password-reset-server": "^2.1.1",
"@pubsweet/db-manager": "3.0.6",
"@pubsweet/default-theme": "4.0.15",
"@pubsweet/logger": "^0.2.20",
"@pubsweet/model-blog": "^0.0.13",
"@pubsweet/model-fragment": "^3.0.6",
"@pubsweet/model-team": "^2.0.7",
"@pubsweet/model-user": "^4.0.7",
"@pubsweet/models": "0.2.7",
"@pubsweet/ui": "^10.2.1",
"@types/styled-components": "^4.1.14",
"authsome": "^0.1.0",
"cors": "^2.8.5",
"mini-css-extract-plugin": "^0.5.0",
"prosemirror-dev-tools": "^2.1.1",
"pubsweet": "^4.1.2",
"pubsweet-client": "^9.2.2",
"pubsweet-component-login": "^3.0.2",
"pubsweet-component-signup": "^2.0.2",
"pubsweet-server": "^13.4.1",
"react-intl": "^2.8.0",
"react-select": "^2.4.3",
"socket.io": "^2.2.0",
"xpub-edit": "^2.5.17"
},
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/plugin-proposal-class-properties": "^7.0.0",
"@babel/plugin-proposal-decorators": "^7.0.0",
"@babel/plugin-proposal-export-namespace-from": "^7.0.0",
"@babel/plugin-proposal-function-sent": "^7.0.0",
"@babel/plugin-proposal-json-strings": "^7.0.0",
"@babel/plugin-proposal-numeric-separator": "^7.0.0",
"@babel/plugin-proposal-throw-expressions": "^7.0.0",
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
"@babel/plugin-syntax-import-meta": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"@babel/preset-react": "^7.0.0",
"@typescript-eslint/eslint-plugin": "^1.7.0",
"@typescript-eslint/parser": "^1.7.0",
"app-module-path": "^2.2.0",
"babel-eslint": "^10.0.1",
"babel-loader": "^8.0.0",
"babel-preset-es2015-native-modules": "^6.9.4",
"babel-preset-minify": "^0.5.0",
"compression-webpack-plugin": "^2.0.0",
"copy-webpack-plugin": "^5.0.2",
"css-loader": "^2.1.1",
"eslint": "^4.17.0",
"eslint-config-pubsweet": "^0.0.6",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-jest": "^21.9.0",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-node": "^6.0.0",
"eslint-plugin-prettier": "^2.6.0",
"eslint-plugin-promise": "^3.6.0",
"eslint-plugin-react": "^7.6.1",
"eslint-plugin-standard": "^3.0.1",
"faker": "^4.1.0",
"file-loader": "^1.1.6",
"fs-extra": "^5.0.0",
"html-webpack-plugin": "^3.2.0",
"husky": "^0.14.3",
"joi-browser": "^13.0.1",
"json-loader": "^0.5.4",
"lint-staged": "^6.1.0",
"node-sass": "^4.5.2",
"objection": "^1.3.0",
"prettier": "^1.10.2",
"react-hot-loader": "^4.8.3",
"regenerator-runtime": "^0.11.0",
"script-loader": "^0.7.0",
"smtp-server": "^3.3.0",
"style-loader": "^0.23.1",
"testcafe": "^0.23.3",
"testcafe-react-selectors": "^3.0.0",
"url-loader": "^1.1.2",
"webpack": "^4.29.6",
"webpack-hot-middleware": "^2.22.1"
},
"resolutions": {
"styled-components": "4.2.0"
},
"scripts": {
"lint": "eslint --ext js,jsx,ts,tsx app config test webpack",
"start": "docker-compose up",
"server": "pubsweet server",
"start:services": "docker-compose up db",
"setupdb": "pubsweet setupdb",
"seed": "node scripts/seed.js",
"precommit": "lint-staged",
"test": "NODE_ENV=test NODE_PRESERVE_SYMLINKS=1 testcafe chrome 'test/**/*.test.js'"
},
"repository": "https://gitlab.coko.foundation/pubsweet/pubsweet-starter",
"license": "MIT"
}