-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
64 lines (64 loc) · 1.99 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
{
"name": "postrchild-extension",
"version": "1.0.5",
"description": "A micropub client to create and edit content online on your own website",
"scripts": {
"build-old": "node utils/build.js",
"start-old": "node utils/webserver.js",
"build": "NODE_ENV=production webpack --config webpack.config.js",
"start": "NODE_ENV=development webpack-dev-server --config webpack.config.js"
},
"dependencies": {
"html-react-parser": "^0.6.1",
"immutable": "^4.0.0-rc.12",
"is-hotkey": "^0.1.4",
"microformat-shiv": "^2.0.3",
"micropub-client-editor": "^1.0.7",
"micropub-helper": "^1.5.2",
"page-metadata-parser": "^1.1.3",
"prop-types": "^15.6.2",
"qs": "^6.6.0",
"react": "^16.7.0",
"react-dom": "^16.7.0",
"react-icons": "^3.2.2",
"react-transition-group": "^2.5.2",
"rebass": "^2.3.4",
"slate": "^0.44.9",
"slate-collapse-on-escape": "^0.8.1",
"slate-drop-or-paste-images": "^0.9.1",
"slate-html-serializer": "^0.7.33",
"slate-paste-linkify": "^0.7.0",
"slate-plain-serializer": "^0.6.33",
"slate-react": "^0.21.15",
"slate-soft-break": "^0.9.0",
"styled-components": "^4.1.3",
"webextension-polyfill": "^0.3.1"
},
"devDependencies": {
"@babel/core": "^7.2.2",
"@babel/plugin-proposal-class-properties": "^7.2.3",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/preset-env": "^7.2.3",
"@babel/preset-react": "^7.0.0",
"babel-loader": "^8.0.5",
"clean-webpack-plugin": "^1.0.0",
"copy-webpack-plugin": "^4.5.2",
"css-loader": "^2.1.0",
"file-loader": "^3.0.1",
"fs-extra": "^7.0.0",
"html-loader": "^0.5.5",
"html-webpack-plugin": "3.2.0",
"react-hot-loader": "^4.3.4",
"style-loader": "^0.23.1",
"web-ext": "^2.8.0",
"webpack": "4.28.1",
"webpack-cli": "^3.2.1",
"webpack-dev-server": "^3.1.5",
"write-file-webpack-plugin": "4.5.0"
},
"prettier": {
"semi": false,
"trailingComma": "es5",
"singleQuote": true
}
}