-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.22 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
{
"name": "bare-mde",
"version": "0.2.5",
"description": "",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"css-watch": "npx sass --watch src/style/style.scss:test/view.css",
"css-build": "npx sass src/style/style.scss:dist/view.css --no-source-map",
"build": "npx webpack --mode production",
"watch": "npx webpack --mode development"
},
"babel": {
"plugins": [
[
"htm"
]
]
},
"author": "",
"license": "MIT",
"devDependencies": {
"copy-webpack-plugin": "^12.0.2",
"css-loader": "^6.7.1",
"html-inline-css-webpack-plugin": "^1.11.1",
"markdown-it": "^13.0.0",
"markdown-it-checkbox": "^1.1.0",
"markdown-it-emoji": "^2.0.2",
"markdown-it-multimd-table": "^4.1.3",
"react-dev-utils": "^12.0.1",
"sass": "^1.50.1",
"sass-loader": "^12.6.0",
"style-loader": "^3.3.1",
"svg-inline-loader": "^0.8.2",
"terser-webpack-plugin": "^5.3.10",
"twemoji": "^14.0.2",
"webpack": "^5.72.0",
"babel-loader": "^9.1.3",
"babel-plugin-htm": "^3.0.0",
"htm": "^3.1.1",
"preact": "^10.7.7",
"webpack-cli": "^4.9.2"
},
"dependencies": {
"codejar": "^3.6.0",
"prismjs": "^1.28.0"
}
}