forked from patriciogonzalezvivo/glslEditor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
65 lines (65 loc) · 1.77 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
{
"name": "glslEditor",
"version": "0.0.22",
"description": "Simple GLSL Fragment Shader Editor",
"main": "src/main.js",
"scripts": {
"build": "rollup -c",
"buildCss": "gulp css"
},
"repository": {
"type": "git",
"url": "git+https://github.com/patriciogonzalezvivo/glslEditor.git"
},
"keywords": [
"glsl",
"shader",
"editor"
],
"author": "Patricio Gonzalez Vivo",
"license": "MIT",
"bugs": {
"url": "https://github.com/patriciogonzalezvivo/glslEditor/issues"
},
"homepage": "https://github.com/patriciogonzalezvivo/glslEditor#readme",
"devDependencies": {
"autoprefixer": "^6.0.3",
"babelify": "^6.4.0",
"browserify": "^11.2.0",
"browserify-shim": "^3.8.11",
"csswring": "^4.0.0",
"jscs": "^2.4.0",
"modernizr": "^3.1.0",
"postcss-color-hex-alpha": "^2.0.0",
"postcss-custom-properties": "^5.0.0",
"postcss-import": "^7.1.0",
"postcss-nested": "^1.0.0",
"postcss-reporter": "^1.3.0"
},
"dependencies": {
"@babel/core": "^7.17.9",
"@babel/plugin-transform-runtime": "^7.17.0",
"@babel/preset-env": "^7.16.11",
"@babel/runtime": "^7.17.9",
"@rollup/plugin-babel": "^5.3.1",
"@rollup/plugin-node-resolve": "^13.2.1",
"babel": "^5.8.29",
"babel-runtime": "5.8.29",
"codemirror": "5.8.0",
"cross-storage": "^1.0.0",
"document-register-element": "^1.9.1",
"eslint": "^4.11.0",
"glslCanvas": "^0.1.7",
"gulp": "^4.0.2",
"gulp-livereload": "^4.0.2",
"gulp-plumber": "^1.2.1",
"gulp-postcss": "^9.0.1",
"gulp-sourcemaps": "^3.0.0",
"rollup-obfuscator": "^3.0.1",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-uglify": "^6.0.4",
"xhr": "^2.2.0"
},
"browserify-shim": {}
}