-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
68 lines (68 loc) · 1.65 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "matterjs",
"version": "0.1.3",
"repository": {
"type": "git",
"url": "https://github.com/stevenmiller888/matter.git"
},
"style": "index.css",
"scripts": {
"lint": "eslint src",
"pretest": "npm run lint",
"preview": "node support/preview.js",
"test-local": "zuul --local 7000 -- test/*.js",
"test": "zuul -- test/*.js"
},
"keywords": [
"matter",
"matterjs",
"components",
"deku",
"deku-component",
"ui"
],
"devDependencies": {
"autoprefixer": "^6.1.2",
"babel-plugin-transform-react-jsx": "^6.3.13",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"babelify": "^7.2.0",
"browserify": "^12.0.1",
"budo": "^7.0.2",
"compat-trigger-event": "^1.0.0",
"deku-testutils": "^1.0.2",
"eslint": "^1.2.1",
"gh-pages": "^0.3.1",
"postcss": "^5.0.12",
"postcss-cli": "^2.3.2",
"postcss-cssnext": "^2.2.0",
"postcss-import": "^7.1.3",
"postcss-middleware": "^1.0.0",
"postcss-url": "^5.0.2",
"suitcss-base": "^1.0.1",
"zuul": "^3.8.0"
},
"license": "MIT",
"dependencies": {
"deku": "^1.0.0",
"highlight-bash": "0.0.1",
"highlight-csharp": "0.0.1",
"highlight-css": "0.0.2",
"highlight-go": "0.0.1",
"highlight-java": "0.0.1",
"highlight-javascript": "0.0.3",
"highlight-objective-c": "0.0.1",
"highlight-php": "0.0.1",
"highlight-python": "0.0.3",
"highlight-ruby": "0.0.1",
"highlight-xml": "0.0.1",
"highlight-yaml": "0.0.1",
"syntax-highlighter": "0.0.3",
"virtual-element": "^1.2.0"
},
"browserify": {
"transform": [
"babelify"
]
}
}