-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
115 lines (115 loc) · 3.68 KB
/
Copy pathpackage.json
File metadata and controls
115 lines (115 loc) · 3.68 KB
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
{
"name": "djitsu",
"version": "1.2.2",
"dv": "lion",
"license": "MIT",
"private": "false",
"scripts": {
"start": "./scripts/start.sh",
"build": "./scripts/build.sh",
"build:local": "./scripts/build.sh local -v -e local -l false",
"build:ci": "./scripts/ci-deploy.sh",
"test": "razzle test --env=jsdom",
"type-check": "tsc --watch",
"start:local": "NODE_ENV=development . ./scripts/load-env.sh development && node build/server.js",
"start:prod": "NODE_ENV=production node build/server.js",
"start:deploy": "NODE_ENV=production node deploy/build/server.js",
"deploy": "./scripts/deploy.sh",
"load-env": "./scripts/load-env.sh",
"postinstall": "husky install scripts/husky",
"prepublishOnly": "pinst --disable",
"postpublish": "pinst --enable"
},
"dependencies": {
"@ant-design/icons": "4.3.0",
"@editorjs/embed": "^2.3.1",
"@editorjs/simple-image": "^1.4.0",
"@mdi/js": "^5.3.45",
"@mdi/react": "^1.4.0",
"@mdx-js/runtime": "^1.6.11",
"@sentry/browser": "^5.18.1",
"ahooks": "^2.5.0",
"antd": "4.9.1",
"babel-plugin-import": "^1.13.0",
"check-password-strength": "^1.0.8",
"cookie-parser": "^1.4.5",
"copy-webpack-plugin": "^6.1.0",
"d3-require": "^1.2.4",
"dropcss": "^1.0.16",
"estree-walker": "^2.0.1",
"express": "^4.17.1",
"find-line-column": "^0.5.2",
"firebase": "^7.15.5",
"git": "^0.1.5",
"html-to-react": "^1.4.3",
"html2canvas": "^1.0.0-rc.7",
"i18next": "^19.5.1",
"iframe-resizer": "^4.2.11",
"iframe-resizer-react": "https://github.com/elis/iframe-resizer-react#507592f",
"indent-string": "^4.0.0",
"is-heroku": "^2.0.0",
"is-react": "^1.4.1",
"js-beautify": "^1.11.0",
"lodash": "^4.17.20",
"nodemon": "^2.0.4",
"object-hash": "^2.0.3",
"prettier": "^2.0.5",
"prettier-eslint": "^11.0.0",
"razzle": "^3.1.3",
"razzle-heroku": "^3.0.0",
"razzle-plugin-antd": "^0.3.5",
"razzle-plugin-babel-ts": "https://github.com/elis/razzle-plugin-babel-ts#aea40a5",
"razzle-plugin-less": "https://github.com/elis/razzle-plugin-less#fe88976",
"razzle-plugin-typescript": "^3.1.4",
"react": "^16.13.1",
"react-ace": "^9.1.1",
"react-cookie": "^4.0.3",
"react-dom": "^16.13.1",
"react-editor-js": "^1.6.2",
"react-fast-compare": "^3.2.0",
"react-ga": "^3.0.0",
"react-helmet": "^6.1.0",
"react-hydration-on-demand": "^2.0.0",
"react-i18next": "^11.7.0",
"react-json-view": "^1.19.1",
"react-redux": "^7.2.0",
"react-router-dom": "^5.2.0",
"redux": "^4.0.5",
"redux-persist": "^6.0.0",
"redux-thunk": "^2.3.0",
"semver": "^7.3.2",
"serialize-javascript": "^4.0.0",
"ssl-express-www": "^3.0.7",
"ssr-window": "^2.0.0",
"styled-components": "5.2.0",
"vhost": "^3.0.2"
},
"devDependencies": {
"@editorjs/editorjs": "https://github.com/codex-team/editor.js#c1f9dd6",
"@editorjs/header": "^2.5.0",
"@editorjs/paragraph": "^2.7.0",
"@firebase/app-types": "^0.6.1",
"@types/react": "^16.9.41",
"@types/react-redux": "^7.1.9",
"@typescript-eslint/eslint-plugin": "^3.4.0",
"@typescript-eslint/parser": "^3.4.0",
"ace-builds": "^1.4.12",
"chalk": "^4.1.0",
"eslint": "^7.3.1",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-jest": "^23.17.1",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react": "^7.20.1",
"husky": "^5.0.6",
"multispinner": "^0.2.1",
"pinst": "^2.1.1",
"razzle-plugin-mdx": "^3.1.5",
"tslint": "^6.1.2",
"tslint-react": "^5.0.0",
"typescript": "^3.9.5",
"yargs": "^15.4.0"
},
"resolutions": {
"styled-components": "^5"
}
}