-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
39 lines (39 loc) · 1.02 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
{
"name": "exhibition",
"version": "3.0.1",
"description": "A-Frame exhibition about women and non-binary in tech.",
"homepage": "https://adas-salon.github.io/exhibition",
"dependencies": {
"aframe": "^0.7.1",
"aframe-animation-component": "^3.2.5",
"aframe-htmltexture-component": "^0.2.1",
"aframe-particle-system-component": "^1.0.8",
"aframe-react": "^4.3.0",
"babel-polyfill": "^6.26.0",
"react": "^15.4.1",
"react-dom": "^15.4.1",
"react-scripts": "0.9.5",
"redux": "^3.7.2",
"react-redux": "^5.0.6"
},
"scripts": {
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"repository": {
"type": "git",
"url": ""
},
"author": "WIT Exhibition",
"license": "MIT",
"bugs": {
"url": "https://github.com/wit-exhibition/exhibition/issues"
},
"devDependencies": {
"gh-pages": "^1.1.0"
}
}