-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
153 lines (153 loc) · 5.63 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
{
"name": "stroke",
"version": "1.8.7",
"description": "",
"main": "app/main.js",
"repository": {
"url": "https://github.com/jlf123/stroke.git",
"type": "git"
},
"scripts": {
"test": "./node_modules/mocha/bin/mocha",
"build": "./node_modules/.bin/webpack --mode=production",
"start": "concurrently 'yarn dev' 'sleep 8 && electron .'",
"dev": "./node_modules/.bin/webpack --watch --mode=development",
"dev:splashscreen": "./node_modules/.bin/webpack-dev-server -d --watch --mode=development --open",
"pack": "./node_modules/.bin/electron-builder --dir",
"dist": "./node_modules/.bin/electron-builder",
"release": "./node_modules/.bin/electron-builder --publish=always",
"postinstall": "./node_modules/.bin/electron-builder install-app-deps",
"lint": "./node_modules/.bin/eslint . --fix",
"hack": "cp -r ./app/hacking/editor-core/dist/es2015/. ./node_modules/@atlaskit/editor-core/dist/es2015",
"zip:app": "7z a stroke-$STROKE_RELEASE-mac.zip dist/mac/stroke.app",
"zip": "node ./scripts/zip-app.js",
"upload:zip": "export NODE_OPTIONS=--max_old_space_size=4096 && node ./scripts/upload-assets.js"
},
"author": "Jofo",
"license": "MIT",
"dependencies": {
"@atlaskit/adf-utils": "^9.0.0",
"@atlaskit/blanket": "^10.0.17",
"@atlaskit/button": "^13.3.9",
"@atlaskit/drawer": "^5.3.5",
"@atlaskit/dropdown-menu": "^9.0.2",
"@atlaskit/editor-core": "^121.0.0",
"@atlaskit/icon": "^20.1.0",
"@atlaskit/layer-manager": "^8.0.4",
"@atlaskit/media-core": "31.1.0",
"@atlaskit/modal-dialog": "^10.5.5",
"@atlaskit/navigation": "^36.0.7",
"@atlaskit/navigation-next": "^8.0.9",
"@atlaskit/page": "^11.0.12",
"@atlaskit/quick-search": "^7.8.5",
"@atlaskit/renderer": "^56.0.0",
"@atlaskit/smart-card": "^13.0.0",
"@atlaskit/tooltip": "^17.1.2",
"@trodi/electron-splashscreen": "^1.0.0",
"axios": "^0.19.2",
"debounce": "^1.2.0",
"deep-freeze": "0.0.1",
"electron-debug": "^3.0.1",
"electron-devtools-installer": "^3.0.0",
"electron-drag": "^1.2.2",
"electron-updater": "^4.2.5",
"firebase": "^7.14.0",
"firebase-admin": "^8.10.0",
"history": "^4.10.1",
"immer": "^6.0.3",
"lodash": "^4.17.15",
"lunr": "^2.3.8",
"moment": "^2.24.0",
"node-sass": "^4.13.1",
"prop-types": "^15.7.2",
"prosemirror-inputrules": "^1.1.2",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-feel": "^2.0.2",
"react-intl": "^2.6.0",
"react-redux": "^7.2.0",
"react-router": "^5.1.2",
"react-router-dom": "^5.1.2",
"redux-saga": "^1.1.3",
"redux-thunk": "^2.3.0",
"regenerator": "^0.14.4",
"regenerator-runtime": "^0.13.5",
"reselect": "^4.0.0",
"rxjs": "^6.5.5",
"rxjs-compat": "^6.5.5",
"sass-loader": "^8.0.2",
"styled-components": "^3.2.6"
},
"devDependencies": {
"7zip-bin": "^5.0.3",
"@atlaskit/panel": "^0.3.4",
"@babel/core": "^7.9.0",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/plugin-proposal-export-namespace-from": "^7.8.3",
"@babel/plugin-proposal-throw-expressions": "^7.8.3",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/polyfill": "^7.8.7",
"@babel/preset-env": "^7.9.5",
"@babel/preset-react": "^7.9.4",
"@emotion/babel-preset-css-prop": "^10.0.27",
"babel-loader": "^8.1.0",
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"concurrently": "^5.1.0",
"css-loader": "^3.5.2",
"devtron": "^1.4.0",
"electron": "^8.3.0",
"electron-builder": "^22.6.0",
"electron-notarize": "^0.3.0",
"electron-react-devtools": "^0.5.3",
"electron-redux-devtools": "^0.3.4",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.10.1",
"eslint-config-standard": "^14.1.1",
"eslint-plugin-async-await": "0.0.0",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-jest": "^23.8.2",
"eslint-plugin-mocha": "^7.0.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.1.3",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-react": "^7.19.0",
"eslint-plugin-react-hooks": "^3.0.0",
"eslint-plugin-standard": "^4.0.1",
"eslint-plugin-unicorn": "^18.0.1",
"file-loader": "^6.0.0",
"gh-release-assets": "^1.1.2",
"html-webpack-plugin": "^4.2.0",
"js-yaml": "^3.13.1",
"less": "^3.11.1",
"less-loader": "^5.0.0",
"mocha": "^8.0.1",
"node-7z": "^2.1.1",
"npm-check-updates": "^4.1.2",
"octonode": "^0.9.5",
"spectron": "^10.0.0",
"style-loader": "^1.1.3",
"webpack": "^4.42.1",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.10.3"
},
"resolutions": {
"prosemirror-model": "1.9.1"
},
"build": {
"appId": "atlassian.stroke",
"afterSign": "notarize.js",
"productName": "stroke",
"dmg": {
"sign": false
},
"mac": {
"category": "productivity",
"publish": "github",
"hardenedRuntime": true,
"gatekeeperAssess": false,
"entitlements": "entitlements.mac.plist",
"entitlementsInherit": "entitlements.mac.plist"
}
}
}