-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 2.21 KB
/
Copy pathpackage.json
File metadata and controls
64 lines (64 loc) · 2.21 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
{
"name": "codex",
"description": "CodeX website engine",
"license": "UNLICENSED",
"scripts": {
"build": "webpack --mode production",
"build:dev": "webpack --mode development --progress --display-error-details --watch",
"editor-upgrade": "yarn add -D @editorjs/{editorjs,header,code,delimiter,list,link,quote,raw,image,table,embed,inline-code,marker}@latest"
},
"devDependencies": {
"@babel/core": "^7.1.2",
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
"@babel/preset-env": "^7.1.0",
"@codexteam/ajax": "^3.1.1",
"@codexteam/deeplinker": "^1.0.7",
"@codexteam/reactions": "^1.0.3",
"@editorjs/code": "^2.4.0",
"@editorjs/delimiter": "^1.1.0",
"@editorjs/editorjs": "^2.11.9",
"@editorjs/embed": "^2.2.0",
"@editorjs/header": "^2.2.2",
"@editorjs/image": "^2.1.2",
"@editorjs/inline-code": "^1.3.0",
"@editorjs/link": "^2.1.2",
"@editorjs/list": "^1.3.1",
"@editorjs/marker": "^1.2.0",
"@editorjs/quote": "^2.2.0",
"@editorjs/raw": "^2.1.1",
"@editorjs/table": "^1.2.0",
"autoprefixer": "^8.6.2",
"babel-eslint": "^9.0.0",
"babel-loader": "^8.0.4",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.2",
"codex-notifier": "^1.0.3",
"css-loader": "^0.28.11",
"dotenv": "^6.1.0",
"eslint": "^4.19.1",
"eslint-loader": "^2.1.1",
"exports-loader": "^0.7.0",
"file-loader": "^1.1.11",
"hawk.javascript": "^2.0.0",
"mini-css-extract-plugin": "^0.4.4",
"module-dispatcher": "^2.0.0",
"postcss-apply": "^0.10.0",
"postcss-color-function": "^4.0.1",
"postcss-color-hex-alpha": "^3.0.0",
"postcss-cssnext": "^3.1.0",
"postcss-custom-media": "^6.0.0",
"postcss-custom-properties": "^7.0.0",
"postcss-custom-selectors": "^4.0.1",
"postcss-font-family-system-ui": "^3.0.0",
"postcss-font-variant": "^3.0.0",
"postcss-loader": "^2.1.6",
"postcss-media-minmax": "^3.0.0",
"postcss-nested": "^3.0.0",
"postcss-nested-ancestors": "^2.0.0",
"postcss-nesting": "^6.0.0",
"postcss-smart-import": "^0.7.6",
"stylelint-webpack-plugin": "^0.10.5",
"webpack": "^4.21.0",
"webpack-cli": "^3.1.2"
}
}