-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·71 lines (71 loc) · 2 KB
/
package.json
File metadata and controls
executable file
·71 lines (71 loc) · 2 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
{
"name": "silver-creator",
"version": "1.2.0",
"silver_api_version": 3,
"description": "SilverBlog management tool",
"main": "electron/main.js",
"scripts": {
"start": "rollup -c ./config/rollup.dev.js -w",
"build": "cross-env NODE_ENV=production rollup -c ./config/rollup.prod.js",
"lint": "eslint --ext .js src",
"electron": "electron ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/SilverBlog/SilverCreator.git"
},
"keywords": [
"template",
"framework",
"ef",
"blog"
],
"author": "ClassicOldSong",
"license": "MIT",
"bugs": {
"url": "https://github.com/SilverBlog/SilverCreator/issues"
},
"homepage": "https://github.com/SilverBlog/SilverCreator#readme",
"devDependencies": {
"@rollup/plugin-buble": "^0.21.3",
"@rollup/plugin-commonjs": "^11.1.0",
"@rollup/plugin-inject": "^4.0.1",
"@rollup/plugin-json": "^4.0.3",
"@rollup/plugin-node-resolve": "^7.1.3",
"@rollup/plugin-replace": "^2.3.2",
"camelcase": "^6.0.0",
"chalk": "^4.0.0",
"chokidar": "^3.4.0",
"connect-history-api-fallback": "^1.6.0",
"cross-env": "^7.0.2",
"cssnano": "^4.1.10",
"del": "^5.1.0",
"del-cli": "^3.0.0",
"eft-parser": "^0.10.6",
"electron": "^8.2.3",
"eslint": "^6.8.0",
"eslint-plugin-react": "^7.19.0",
"postcss-modules": "^2.0.0",
"postcss-nested": "^4.2.1",
"postcss-preset-env": "^6.7.0",
"postcss-simple-vars": "^5.0.2",
"rollup": "^2.7.3",
"rollup-plugin-copy-glob": "^0.3.1",
"rollup-plugin-eft": "^0.10.6",
"rollup-plugin-eslint": "^7.0.0",
"rollup-plugin-live-server": "^1.0.3",
"rollup-plugin-postcss": "^3.1.1",
"rollup-plugin-progress": "^1.1.1",
"rollup-plugin-uglify": "^6.0.4"
},
"dependencies": {
"axios": "^0.19.2",
"blueimp-md5": "^2.13.0",
"crypto-js": "^4.0.0",
"ef-core": "^0.10.7",
"marked": "^1.0.0",
"neonclear": "0.1.0-alpha.4",
"simplemde": "^1.11.2",
"url-polyfill": "^1.1.8"
}
}