-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.46 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.46 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
{
"name": "me",
"version": "1.0.0",
"description": "me project, creating a development environment for better manage of code and improve the capabilities about the developer.",
"main": "index.js",
"repository": "git@github.com:kasec/me.git",
"author": "galfan <galfan18kasec@gmail.com>",
"type": "module",
"license": "MIT",
"scripts": {
"build": "rollup -c rollup.config.js",
"dev": "rollup -c rollup.config.js --watch --environment DEVELOPMENT",
"start": "rollup -c rollup.config.js --watch --environment PRODUCTION"
},
"devDependencies": {
"@rollup/plugin-html": "^0.2.0",
"@rollup/plugin-multi-entry": "^4.0.0",
"@rollup/plugin-virtual": "^2.0.3",
"@wessberg/rollup-plugin-ts": "^1.3.3",
"matched": "^5.0.0",
"pug": "^3.0.0",
"rollup": "^2.23.1",
"rollup-plugin-clear": "^2.0.7",
"rollup-plugin-copy": "^3.3.0",
"rollup-plugin-css-only": "^2.1.0",
"rollup-plugin-html": "^0.2.1",
"rollup-plugin-html-entry": "^0.3.0",
"rollup-plugin-livereload": "^1.3.0",
"rollup-plugin-pug": "^1.1.1",
"rollup-plugin-serve": "^1.0.3",
"rollup-plugin-stylus-compiler": "^1.0.1",
"rollup-pluginutils": "^2.8.2",
"typescript": "^4.0.2"
},
"dependencies": {
"@types/pug": "^2.0.4",
"express": "^4.17.1",
"highlight.js": "^10.3.1",
"jstransformer-markdown-it": "^2.1.0",
"markdown-it": "^12.0.2",
"mime": "^2.4.6",
"opener": "^1.5.2",
"rollup-plugin-md": "^0.0.7"
}
}