-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
33 lines (33 loc) · 1004 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
{
"name": "A-Frame-Preact",
"description": "A boilerplate project for getting started with WebVR using A-Frame and Preact",
"private": true,
"author": "Prayash Thapa",
"homepage": "http://effulgence.io/",
"version": "1.0.0",
"repository": "https://github.com/prayasht/aframe-preact-starter/",
"scripts": {
"start": "brunch watch --server",
"build": "brunch build --production",
"deploy": "ghpages -d public"
},
"dependencies": {
"aframe": "^0.6.0",
"aframe-animation-component": "^3.2.5",
"aframe-bmfont-text-component": "^0.1.4",
"aframe-event-set-component": "^3.0.3",
"aframe-particle-system-component": "^1.0.10",
"aframe-react": "^4.3.0",
"preact": "^8.1.0"
},
"devDependencies": {
"auto-reload-brunch": "^2",
"babel-brunch": "~6.0",
"babel-plugin-transform-react-jsx": "^6.24.1",
"babel-preset-latest": "^6",
"brunch": "^2",
"clean-css-brunch": "^2",
"ghpages": "0.0.3",
"uglify-js-brunch": "^2"
}
}