forked from etiennepinchon/aframe-material
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·50 lines (50 loc) · 1.51 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
{
"name": "Aframe-Material",
"main": "dist/aframe-material.min.js",
"description": "Material design (inputs, keyboards, checkbox, radio button) for A-Frame (https://aframe.io).",
"version": "0.1.1",
"license": "MIT",
"scripts": {
"watch": "cross-env webpack --progress --colors --watch",
"build": "cross-env webpack --progress --colors",
"start": "cross-env NODE_ENV=dev webpack-dev-server --progress --colors --hot -d --host 0.0.0.0",
"dist": "npm run dist:max && npm run dist:min",
"dist:max": "cross-env npm run build",
"dist:min": "cross-env NODE_ENV=production npm run build"
},
"devDependencies": {
"babel-core": "^6.10.4",
"babel-eslint": "^6.1.0",
"babel-jest": "^16.0.0",
"babel-loader": "^6.2.4",
"babel-plugin-transform-class-properties": "^6.10.2",
"babel-preset-es2015": "^6.16.0",
"cross-env": "^2.0.0",
"eslint": "^2.9.x",
"eslint-config-standard": "^5.3.1",
"eslint-plugin-promise": "^1.3.2",
"eslint-plugin-react": "^5.2.2",
"eslint-plugin-standard": "^1.3.2",
"gh-pages": "^0.11.0",
"gm": "^1.23.0",
"jest": "^16.0.1",
"object-assign": "^4.1.0",
"open": "0.0.5",
"shx": "^0.1.2",
"style-loader": "^0.13.1",
"stylelint": "^8.0.0",
"stylelint-config-standard": "^17.0.0",
"stylelint-order": "^0.6.0",
"webpack": "^1.13.1",
"webpack-dev-server": "^1.15.1"
},
"keywords": [
"aframe",
"aframe-component",
"webvr",
"vr"
],
"dependencies": {
"aframe-rounded": "^1.0.3"
}
}