-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
41 lines (41 loc) · 1.1 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
{
"name": "@kbrw/babel-plugin-transform-jsxz",
"version": "1.2.1",
"description": "Precompile your JSX HTML components from static HTML templates using CSS selectors transformations (in the same way that enlive templates work).",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/kbrw/babel-plugin-transform-jsxz"
},
"dependencies": {
"babel-traverse": "^6.20.0",
"babel-types": "^6.20.0",
"babel-plugin-syntax-jsx": "^6.18.0",
"css-select": "~1.2.0",
"deepcopy": "~0.6.0",
"htmlparser2": "~3.9.0"
},
"devDependencies": {
"babel-core": "^6.20.0",
"babel-plugin-transform-react-jsx": "^6.8.0"
},
"keywords": [
"jsx",
"enlive",
"template",
"ast",
"css",
"react",
"html",
"babel"
],
"author": "Kbrw <contact@kbrw.fr> (https://github.com/kbrw)",
"license": "MIT",
"bugs": {
"url": "https://github.com/kbrw/babel-plugin-transform-jsxz/issues"
},
"homepage": "https://github.com/kbrw/babel-plugin-transform-jsxz"
}