forked from raindropio/app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·127 lines (127 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
{
"name": "app",
"version": "5.2.74",
"description": "",
"author": "",
"license": "ISC",
"main": "index.js",
"engines": {
"node": ">=12.x"
},
"sideEffects": false,
"scripts": {
"local": "webpack serve --config build/web.js",
"local:extension:chrome": "webpack serve --config build/extension.js --env vendor=chrome",
"local:extension:opera": "webpack serve --config build/extension.js --env vendor=opera",
"local:electron": "webpack serve --config build/electron.js",
"local:prod": "yarn build && serve dist/web/prod -l 80",
"build": "webpack --config build/web.js --env production",
"build:extension": "yarn build:extension:chrome && yarn build:extension:firefox && yarn build:extension:opera && yarn build:extension:safari",
"build:extension:chrome": "webpack --config build/extension.js --env production --env vendor=chrome",
"build:extension:firefox": "webpack --config build/extension.js --env production --env vendor=firefox",
"build:extension:opera": "webpack --config build/extension.js --env production --env vendor=opera",
"build:extension:safari": "webpack --config build/extension.js --env production --env vendor=safari && cd 'build/xcode/Save to Raindrop.io' && ./version.sh",
"build:electron": "webpack --config build/electron.js --env production",
"size": "webpack --config build/web.js --env production --profile --json > dist/stats.json && webpack-bundle-analyzer dist/stats.json dist/web",
"deploy:prod": "git branch -f release/production master && git push --force origin release/production",
"preinstall": "npm list link-module-alias && link-module-alias clean || (exit 0)",
"postinstall": "link-module-alias && patch-package"
},
"_moduleAliases": {
"~network": "src/modules/network.js",
"~config": "src/config.js",
"~icon": "src/co/common/icon.js",
"~t": "src/modules/translate",
"~assets": "src/assets",
"~co": "src/co",
"~data": "src/data",
"~local": "src/local",
"~modules": "src/modules",
"~routes": "src/routes",
"~target": "src/target"
},
"dependencies": {
"@sentry/react": "6.2.x",
"date-fns": "2.16.x",
"dompurify": "^2.2.0",
"downshift": "6.1.x",
"form-request-submit-polyfill": "^2.0.0",
"lodash-es": "4.17.x",
"normalize-url": "4.x",
"postcss": "^8.1.1",
"rc-resize-observer": "^1.0.0",
"react": "17.0.x",
"react-autosize-textarea": "^7.1.0",
"react-beautiful-dnd": "^13.0.0",
"react-dom": "17.0.x",
"react-helmet": "6.1.x",
"react-portal": "^4.2.1",
"react-router-dom": "5.2.x",
"react-router-ga": "^1.2.3",
"react-sortablejs": "6.0.x",
"react-window": "^1.8.5",
"sortablejs": "^1.12.0",
"validator": "13.5.x",
"webextension-polyfill": "0.7.x"
},
"optionalDependencies": {
"@sentry/minimal": "6.2.x",
"localforage": "1.9.x",
"react-redux": "7.2.x",
"redux": "4.x",
"redux-persist": "6.0.x",
"redux-saga": "1.1.x",
"reselect": "4.x",
"seamless-immutable": "7.x"
},
"devDependencies": {
"@babel/core": "7.x",
"@babel/plugin-proposal-class-properties": "7.x",
"@babel/plugin-proposal-object-rest-spread": "7.x",
"@babel/plugin-syntax-dynamic-import": "7.x",
"@babel/plugin-transform-react-constant-elements": "^7.12.13",
"@babel/preset-env": "7.x",
"@babel/preset-react": "7.x",
"@sentry/webpack-plugin": "1.14.x",
"@svgr/webpack": "5.5.x",
"@welldone-software/why-did-you-render": "6.0.x",
"autoprefixer": "10.2.x",
"babel-eslint": "10.x",
"babel-loader": "8.x",
"babel-plugin-lodash": "3.3.x",
"babel-plugin-transform-remove-console": "^6.9.4",
"clean-webpack-plugin": "3.0.x",
"copy-webpack-plugin": "7.0.x",
"core-js": "3",
"css-loader": "5.0.x",
"eslint": "7.x",
"eslint-plugin-react": "7.x",
"eslint-plugin-react-hooks": "^4.2.0",
"extract-text-webpack-plugin": "3.0.x",
"file-loader": "6.2.x",
"html-webpack-plugin": "^5.0.0-beta.6",
"image-webpack-loader": "7.0.x",
"link-module-alias": "^1.2.0",
"lodash-webpack-plugin": "0.11.x",
"mini-css-extract-plugin": "1.3.x",
"optimize-css-assets-webpack-plugin": "5.0.x",
"patch-package": "^6.2.2",
"postcss-loader": "4.2.x",
"prop-types": "^15.7.2",
"serve": "^11.3.0",
"style-loader": "2.0.x",
"stylus": "0.54.x",
"stylus-loader": "5.0.x",
"svg-sprite-loader": "5.2.x",
"terser-webpack-plugin": "5.1.x",
"val-loader": "3.0.x",
"webpack": "5.24.x",
"webpack-bundle-analyzer": "4.4.x",
"webpack-cli": "4.5.x",
"webpack-dev-server": "^3.11.2",
"webpack-merge": "5.7.x",
"webpack-pwa-manifest": "4.x",
"write-file-webpack-plugin": "4.5.x",
"zip-webpack-plugin": "4.0.x"
}
}