-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
161 lines (161 loc) · 5.85 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
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
{
"name": "@psychobolt/react-regl",
"version": "0.0.4",
"description": "React fiber renderer and component container for Regl",
"main": "./dist/index.js",
"repository": "https://github.com/psychobolt/react-regl.git",
"author": "psychobolt",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"scripts": {
"flow-typed-update": "cross-env BABEL_ENV=commonjs babel-node flow-typed-update.js",
"flow-typed-install": "rimraf flow-typed/npm && npm run flow-typed-update",
"build:dev": "cross-env BABEL_ENV=rollup rollup -c rollup.config.dev.js",
"build:prod": "cross-env BABEL_ENV=rollup rollup -c rollup.config.prod.js",
"clean": "rimraf dist/index.*.js dist/*-*.*.js packages/*/dist/index.*.js packages/*/dist/*-*.*.js",
"build": "npm run clean && npm run build:dev && npm run build:prod",
"watch": "npm run build:dev -- --w",
"start": "concurrently \"npm:watch\" \"npm:storybook\"",
"test": "cross-env NODE_OPTIONS=\"-r @babel/register\" BABEL_ENV=test jest --passWithNoTests",
"lint": "npm run lint:css && npm run lint:js",
"lint:css": "stylelint ./src/**/*.js",
"lint:js": "cross-env BABEL_ENV=commonjs eslint \"**/*.js\"",
"storybook": "start-storybook",
"build-storybook": "build-storybook",
"bootstrap": "yarn install --ignore-engines && lerna bootstrap",
"dist": "npm run build && lerna publish",
"codecov": "cross-env BABEL_ENV=commonjs babel-node codecov.js"
},
"devDependencies": {
"@babel/core": "^7.14.0",
"@babel/node": "^7.13.13",
"@babel/plugin-proposal-class-properties": "^7.13.0",
"@babel/plugin-proposal-decorators": "^7.13.15",
"@babel/plugin-proposal-do-expressions": "^7.14.0",
"@babel/plugin-proposal-export-default-from": "^7.12.13",
"@babel/plugin-proposal-export-namespace-from": "^7.12.13",
"@babel/plugin-proposal-json-strings": "^7.13.8",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.13.8",
"@babel/plugin-proposal-numeric-separator": "^7.12.13",
"@babel/plugin-proposal-optional-chaining": "^7.13.12",
"@babel/plugin-proposal-private-methods": "^7.13.0",
"@babel/plugin-proposal-private-property-in-object": "^7.14.0",
"@babel/plugin-proposal-throw-expressions": "^7.12.13",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-modules-commonjs": "^7.14.0",
"@babel/preset-env": "^7.14.0",
"@babel/preset-flow": "^7.13.13",
"@babel/preset-react": "^7.13.13",
"@babel/register": "^7.13.16",
"@lerna/project": "^4.0.0",
"@rollup/plugin-alias": "^3.1.2",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-commonjs": "^18.0.0",
"@rollup/plugin-node-resolve": "^11.2.1",
"@storybook/addon-actions": "^6.2.9",
"@storybook/addon-console": "^1.2.3",
"@storybook/addon-essentials": "^6.2.9",
"@storybook/addon-links": "^6.2.9",
"@storybook/cli": "^6.2.9",
"@storybook/react": "^6.2.9",
"@storybook/theming": "^6.2.9",
"@wojtekmaj/enzyme-adapter-react-17": "^0.6.1",
"ammonext": "^0.0.3",
"angle-normals": "^1.0.0",
"babel-core": "^7.0.0-bridge.0",
"babel-eslint": "10.1.0",
"babel-jest": "^26.6.3",
"babel-loader": "^8.2.2",
"babel-plugin-dynamic-import-node": "^2.3.3",
"babel-plugin-lodash": "^3.3.4",
"babel-plugin-module-resolver": "^4.1.0",
"babel-plugin-styled-components": "^1.12.0",
"baboon-image": "^2.1.0",
"bunny": "^1.0.1",
"canvas-orbit-camera": "^1.0.2",
"cash-true": "^0.0.2",
"codecov": "^3.8.1",
"color-normalize": "^1.5.2",
"color-rgba": "^2.2.3",
"concurrently": "^6.0.2",
"conway-hart": "^0.1.0",
"cross-env": "^7.0.3",
"cross-spawn": "^7.0.3",
"enzyme": "^3.11.0",
"eslint": "^7.25.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-react-app": "^6.0.0",
"eslint-import-resolver-babel-module": "^5.3.1",
"eslint-plugin-flowtype": "^5.7.2",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jest": "^24.3.6",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.23.2",
"fbjs": "3.0.0",
"flow-bin": "^0.150.0",
"flow-typed": "^3.3.1",
"geo-3d-transform-mat4": "^1.0.0",
"getusermedia": "^2.0.1",
"gl-mat3": "^2.0.0",
"gl-mat4": "^1.2.0",
"gl-vec2": "^1.3.0",
"gl-vec3": "^1.1.3",
"glob": "^7.1.6",
"glsl-solid-wireframe": "^1.0.1",
"glslify-loader": "^2.0.0",
"hsv2rgb": "^1.1.0",
"is-class": "^0.0.9",
"jest": "^26.6.3",
"jest-styled-components": "^7.0.4",
"lerna": "^4.0.0",
"lodash": "^4.17.21",
"micromatch": "^4.0.4",
"mouse-change": "^1.4.0",
"mouse-position": "^2.1.0",
"mouse-pressed": "^1.0.0",
"multi-regl": "^1.1.1",
"ndarray": "^1.0.19",
"parse-dds": "^1.2.1",
"primitive-sphere": "^3.0.0",
"prop-types": "^15.7.2",
"raf": "^3.4.1",
"raf-schd": "^4.0.3",
"react": "^17.0.2",
"react-cache": "^2.0.0-alpha.1",
"react-dom": "^17.0.2",
"react-reconciler": "^0.26.2",
"react-resize-detector": "^6.7.1",
"recompose": "^0.30.0",
"regl": "^2.1.0",
"rimraf": "^3.0.2",
"rollup": "2.46.0",
"rollup-plugin-glslify": "^1.2.0",
"rollup-plugin-terser": "^7.0.2",
"scheduler": "^0.20.2",
"seedrandom": "^3.0.5",
"slash": "3.0.0",
"source-map-loader": "^1.1.0",
"sphere-mesh": "^0.2.2",
"standardized-audio-context": "^25.1.17",
"styled-components": "^5.2.3",
"stylelint": "^13.13.1",
"stylelint-config-recommended": "^5.0.0",
"stylelint-config-styled-components": "^0.1.1",
"stylelint-processor-styled-components": "^1.10.0",
"vectorize-text": "^3.2.1",
"vertices-bounding-box": "^1.0.0",
"webpack-glsl-loader": "^1.0.1"
},
"dependencies": {
"react-is": "^17.0.2",
"resl": "^1.0.3"
},
"peerDependencies": {
"multi-regl": "^1.1.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"regl": "^2.1.0"
}
}