-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.17 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
{
"name": "to-htm",
"version": "0.1.0",
"description": "Conversion tool from Handlebars or JSX to htm",
"keywords": [
"htm",
"jsx",
"handlebars",
"lit-html"
],
"url": "https://github.com/blikblum/to-htm",
"repository": {
"type": "git",
"url": "https://github.com/blikblum/to-htm.git"
},
"author": "Luiz Américo Pereira Câmara",
"dependencies": {
"@babel/core": "^7.4.3",
"@babel/standalone": "^7.4.3",
"ace-builds": "^1.4.3",
"babel-plugin-transform-jsx-to-htm": "^1.0.0",
"file-set": "^2.0.1",
"handlebars-to-jsx": "^0.0.7",
"lit-element": "^2.1.0",
"prettier": "^1.17.0",
"underscore": "^1.9.1"
},
"devDependencies": {
"clean-webpack-plugin": "^2.0.1",
"css-loader": "^2.1.1",
"html-webpack-plugin": "^3.2.0",
"mini-css-extract-plugin": "^0.6.0",
"style-loader": "^0.23.1",
"webpack": "^4.30.0",
"webpack-nano": "^0.6.1",
"webpack-plugin-serve": "^0.8.0"
},
"scripts": {
"web:dev": "wp --config web/webpack.config.js --mode development",
"web:prod": "wp --config web/webpack.config.js --mode production"
},
"bin": "./cli/index.js",
"files": [
"cli/*.js"
]
}