-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 905 Bytes
/
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
{
"name": "@compositor/jsx-loader",
"version": "1.0.0-4",
"description": "Webpack loader for Compositor JSX",
"main": "index.js",
"scripts": {
"start": "x0 examples",
"test": "nyc ava"
},
"keywords": [],
"author": "Brent Jackson",
"license": "MIT",
"devDependencies": {
"@compositor/x0": "^5.0.0-0",
"ava": "^0.25.0",
"grid-styled": "^4.1.0",
"memory-fs": "^0.4.1",
"nyc": "^11.8.0",
"rebass": "^2.0.0-2",
"webpack": "^4.8.3"
},
"dependencies": {
"buble": "^0.19.3",
"gray-matter": "^4.0.1",
"loader-utils": "^1.1.0",
"stringify-object": "^3.2.2"
},
"directories": {
"example": "examples"
},
"repository": {
"type": "git",
"url": "git+https://github.com/c8r/jsx-loader.git"
},
"bugs": {
"url": "https://github.com/c8r/jsx-loader/issues"
},
"homepage": "https://github.com/c8r/jsx-loader#readme"
}