-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·70 lines (70 loc) · 2.34 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
69
70
{
"name": "@orbiting/photo-sphere-viewer",
"version": "0.0.1",
"description": "custom components for the story",
"main": "index.js",
"scripts": {
"dev": "rollup -c -w & node test/server.js",
"dev:code": "NODE_ENV=development rollup -c -w",
"dev:server": "cd test && node server.js",
"build": "NODE_ENV=production rollup -c",
"now-build": "NODE_ENV=production rollup -c && cd test && next build",
"heroku-postbuild": "NODE_ENV=production rollup -c && cd test && next build",
"start": "NODE_ENV=production cd test && node server.js",
"translations": "gsheets --key= --title=de --pretty --out src/lib/translations.de.json",
"deploy": "s3cmd sync --exclude '.DS_Store' --verbose --acl-public build/ s3://republik-assets/dynamic-components/photo-sphere-viewer/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/orbiting/photo-sphere-viewer.git"
},
"author": "",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/orbiting/photo-sphere-viewer/issues"
},
"homepage": "https://github.com/orbiting/photo-sphere-viewer#readme",
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"@babel/preset-react": "^7.0.0",
"@orbiting/remark-preset": "^1.2.3",
"@project-r/styleguide": "^7.8.0",
"core-js": "^2.5.7",
"d3-array": "^1.2.4",
"d3-dsv": "^1.0.8",
"d3-format": "^1.3.0",
"d3-geo": "^1.11.3",
"d3-scale": "^2.2.2",
"d3-shape": "^1.2.0",
"d3-time-format": "^2.1.1",
"dotenv": "^6.0.0",
"downshift": "^2.0.0",
"express": "^4.16.3",
"file-loader": "^1.1.11",
"glamor": "^2.20.40",
"gsheets": "^2.0.0",
"isomorphic-unfetch": "^3.0.0",
"mdast-react-render": "^1.2.0",
"next": "^7.0.3",
"prop-types": "^15.7.2",
"raw-loader": "^3.0.0",
"react": "^16.8.0",
"react-dom": "^16.8.0",
"react-textarea-autosize": "^6.1.0",
"rollup": "^0.68.2",
"rollup-plugin-alias": "^1.4.0",
"rollup-plugin-babel": "^4.0.0-beta.5",
"rollup-plugin-commonjs": "^9.1.3",
"rollup-plugin-json": "^3.0.0",
"rollup-plugin-node-resolve": "^3.3.0",
"rollup-plugin-replace": "^2.0.0",
"rollup-plugin-uglify": "^6.0.2",
"scroll-into-view": "^1.9.7",
"topojson": "^3.0.2",
"unist-util-visit": "^1.3.1"
},
"dependencies": {
"photo-sphere-viewer": "^3.5.1"
}
}