-
Notifications
You must be signed in to change notification settings - Fork 1
/
xpackage.json
executable file
·174 lines (174 loc) · 6.4 KB
/
xpackage.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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
{
"name": "WebXR.LINK",
"version": "1.0.0",
"description": "WebXR.LINK",
"main": "index.js",
"license": "MIT",
"author": "Integrated upon the shoulders of giants by Ben Erwin",
"scripts": {
"start": "cd xr/react-scripts && node bin/react-scripts.js start",
"dev": "gulp dev",
"export": "gulp export",
"build-react": "cd xr/react-scripts && node bin/react-scripts.js build",
"build": "lerna exec --ignore=troika-examples -- rollup -c \\$LERNA_ROOT_PATH/rollup.config.js",
"changelog": "lerna-changelog",
"create-react-app": "node tasks/cra.js",
"e2e": "tasks/e2e-simple.sh",
"e2e:docker": "tasks/local-test.sh",
"postinstall": "npm run bootstrap",
"publish": "tasks/publish.sh",
"screencast": "node ./tasks/screencast.js",
"screencast:error": "svg-term --cast jyu19xGl88FQ3poMY8Hbmfw8y --out screencast-error.svg --window --at 12000 --no-cursor",
"alex": "alex .",
"test": "jest",
"format": "prettier --trailing-comma es5 --single-quote --write 'xr/*/*.js' 'xr/*/!(node_modules)/**/*.js'",
"compile:lockfile": "node tasks/compile-lockfile.js",
"bootstrap": "lerna bootstrap --hoist",
"build-opentype": "npm run bootstrap && lerna exec --scope=troika-3d-text -- npm run build-opentype",
"build-typr": "lerna exec --scope=troika-3d-text -- npm run build-typr",
"build-yoga": "npm run bootstrap && lerna exec --scope=troika-flex-layout -- npm run build-yoga",
"build-examples": "lerna exec --scope=troika-examples -- npm run build",
"build-site": "lerna exec --scope=webxrlink -- npm run build",
"serve-examples": "lerna exec --scope=troika-examples -- npm run serve",
"examples": "npm run serve-examples",
"serve-docs": "cd website && npm start",
"clean": "lerna exec -- rm -rf dist",
"lint": "lerna exec -- standard src/**/*.js src/**/*.jsx"
},
"devDependencies": {
"@ampproject/rollup-plugin-closure-compiler": "^0.26.0",
"@babel/core": "^7.10.5",
"@babel/preset-env": "^7.10.4",
"@babel/preset-react": "^7.10.4",
"@commitlint/cli": "^9.0.1",
"@commitlint/config-conventional": "^9.0.1",
"@gulp-sourcemaps/identity-map": "^2.0.0",
"@rollup/plugin-buble": "^0.21.3",
"@rollup/plugin-commonjs": "^14.0.0",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^8.4.0",
"@testing-library/jest-dom": "^4.2.0",
"@testing-library/react": "^9.3.0",
"@testing-library/user-event": "^7.1.2",
"alex": "^8.0.0",
"autoprefixer": "^9.1.3",
"babel-jest": "^26.1.0",
"babel-loader": "^8.0.6",
"babel-preset-env": "^1.7.0",
"browser-sync": "^2.24.6",
"del": "^3.0.0",
"eslint": "^6.8.0",
"eslint-config-airbnb-base": "^13.2.0",
"eslint-plugin-import": "^2.13.0",
"execa": "1.0.0",
"fs-extra": "^7.0.1",
"get-port": "^4.2.0",
"globby": "^9.1.0",
"gulp": "^4.0.2",
"gulp-babel": "^7.0.1",
"gulp-bundle-assets": "^2.29.0",
"gulp-cache": "^1.1.3",
"gulp-concat": "^2.6.1",
"gulp-cssnano": "^2.1.3",
"gulp-csso": "^4.0.1",
"gulp-htmlmin": "^4.0.0",
"gulp-imagemin": "^4.1.0",
"gulp-jshint": "^2.1.0",
"gulp-notify": "^3.2.0",
"gulp-postcss": "^8.0.0",
"gulp-replace": "^1.0.0",
"gulp-sass": "^4.0.1",
"gulp-sourcemaps": "^2.6.4",
"gulp-uglify": "^3.0.1",
"gulp-uglify-es": "^2.0.0",
"gulp-zip": "^4.2.0",
"husky": "^4.2.5",
"imagemin-gifsicle": "^5.2.0",
"imagemin-jpeg-recompress": "^5.1.0",
"imagemin-jpegtran": "^5.0.2",
"imagemin-optipng": "^5.2.1",
"imagemin-pngquant": "^6.0.0",
"imagemin-svgo": "^7.0.0",
"jest": "26.1.0",
"jshint": "^2.11.0-rc1",
"jshint-stylish": "^2.2.1",
"lerna": "^3.22.1",
"lerna-changelog": "~0.8.2",
"lint-staged": "^8.0.4",
"meow": "^5.0.0",
"mitt": "^1.2.0",
"multimatch": "^3.0.0",
"node-fetch": "^2.6.0",
"postcss-uncss": "^0.16.1",
"prettier": "1.19.1",
"promises-aplus-tests": "^2.1.2",
"pump": "^3.0.0",
"puppeteer": "^2.0.0",
"react-dom": "^16.13.1",
"rollup": "^2.20.0",
"rollup-plugin-buble": "^0.19.8",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-json": "^4.0.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-postcss": "^3.1.2",
"rollup-plugin-replace": "^2.2.0",
"rollup-plugin-serve": "^1.0.1",
"rollup-plugin-string": "^3.0.0",
"standard": "^14.3.4",
"strip-ansi": "^5.1.0",
"svg-term-cli": "^2.1.1",
"tempy": "^0.2.1",
"three": "^0.103.0",
"through2": "^2.0.3",
"uncss": "^0.16.2",
"uuid-v4": "^0.1.0",
"vinyl-named": "^1.1.0",
"wait-for-localhost": "^3.1.0",
"webpack": "^4.41.2",
"webpack-cli": "^3.1.0",
"webpack-stream": "^5.1.1"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"*.{js,md,css,html}": [
"prettier --trailing-comma es5 --single-quote --write",
"git add"
],
"yarn.lock": [
"git rm --cached"
]
},
"dependencies": {
"@babel/register": "^7.8.6",
"adaptive-bezier-curve": "^1.0.3",
"d3-hierarchy": "^1.1.8",
"d3-voronoi": "^1.1.4",
"ecsy": "^0.2.3",
"node-gyp": "^6.1.0",
"react": "^16.13.1",
"react-dat-gui": "^4.0.0",
"react-dom": "^16.13.1",
"react-three-fiber": "^4.2.18",
"rebuild": "^0.1.2",
"scrapedin": "^1.0.12",
"three": "^0.117.0",
"three-line-2d": "^1.1.6",
"three-obj-loader": "^1.1.3",
"three-pointerlock": "0.0.2",
"troika-2d": "^0.30.0",
"troika-3d": "^0.30.0",
"troika-3d-text": "^0.30.1",
"troika-3d-ui": "^0.30.1",
"troika-animation": "^0.30.0",
"troika-core": "^0.30.0",
"troika-three-utils": "^0.30.0",
"troika-xr": "^0.30.0",
"webpack-dev-server": "^3.10.3",
"webxr-polyfill": "^2.0.1"
},
"optionalDependencies": {}
}