-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
119 lines (119 loc) · 3.74 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
{
"name": "PaintGL",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build"
},
"dependencies": {
"@hscmap/vue-menu": "^1.5.0",
"angle-normals": "^1.0.0",
"animation-frame": "^0.3.0",
"axios": "^0.18.0",
"babel-polyfill": "^6.26.0",
"base64-js": "^1.2.3",
"binary-search-bounds": "^2.0.4",
"bp-vuejs-dropdown": "^2.1.1",
"core-js": "^2.5.4",
"cubic-hermite": "^1.0.0",
"geo-3d-transform-mat4": "^1.0.0",
"geom-triangulate": "^1.0.1",
"gl-mat4": "^1.1.4",
"gl-vec2": "^1.2.0",
"gl-vec3": "^1.1.1",
"glsl-blend": "^1.0.3",
"glsl-fast-gaussian-blur": "^1.0.2",
"glsl-hash-blur": "^1.0.3",
"glsl-hsv2rgb": "^1.0.0",
"glslify-hex": "^2.1.1",
"is-number": "^5.0.0",
"js-cookie": "^2.2.0",
"local-storage": "^1.4.2",
"mat4-interpolate": "^1.0.4",
"next-power-of-two": "^1.0.0",
"normals": "^1.1.0",
"object-sizeof": "^1.2.0",
"pako": "^1.0.6",
"pngjs": "^3.3.3",
"promise-polyfill": "7.1.0",
"raf-loop": "^1.1.3",
"regl": "1.3.3",
"regl-stats-widget": "^0.0.1",
"resl": "^1.0.3",
"right-now": "^1.0.0",
"shader-reload": "^2.0.1",
"simplify-js": "^1.2.3",
"vddl": "0.7.1",
"vertices-bounding-box": "^1.0.0",
"vue": "^2.5.13",
"vue-color": "^2.4.6",
"vue-shortkey": "^3.1.0",
"vue-simple-spinner": "^1.2.8",
"vue-social-sharing": "^2.3.3",
"vue-tippy": "^2.0.10",
"vuebar": "^0.0.18",
"vuetify": "1.0.11",
"vuex": "^3.0.1"
},
"devDependencies": {
"@babel/core": "^7",
"@babel/preset-env": "^7",
"@vue/cli-plugin-babel": "^3",
"@vue/cli-plugin-pwa": "^3",
"@vue/cli-service": "^3",
"autoprefixer": "^8.2.0",
"babel-cli": "^6.26.0",
"babel-loader": "^8",
"babel-plugin-glslify": "github:ataber/babel-plugin-glslify",
"babel-plugin-inline-import": "^2.0.6",
"babel-plugin-lodash": "^3.3.2",
"babel-plugin-transform-async-to-generator": "^6.24.1",
"babel-plugin-transform-imports": "^1.4.1",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-plugin-wildcard": "^4.0.0",
"babel-preset-vue": "^2.0.2",
"babel-preset-vue-app": "^2.0.0",
"babelify": "^8.0.0",
"browser-sync": "^2.23.6",
"cross-env": "^5.1.3",
"css-loader": "^0.28.10",
"eslint-plugin-vue": "^4.4.0",
"event-stream": "^3.3.4",
"fs": "0.0.1-security",
"glob": "^7.1.2",
"glslify": "^6.1.1",
"glslify-babel": "^1.0.1",
"glslify-loader": "^1.0.2",
"glslify-require": "^1.1.0",
"lodash-webpack-plugin": "^0.11.4",
"node-sass": "^4.7.2",
"path": "^0.12.7",
"prerender-spa-plugin": "^3.0.0",
"pug": "^2.0.3",
"pug-loader": "^2.4.0",
"pug-plain-loader": "^1.0.0",
"raw-loader": "^0.5.1",
"sass-loader": "^6.0.6",
"style-loader": "^0.20.2",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.2",
"uglifyjs-webpack-plugin": "^1.2.6",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0",
"vue-template-compiler": "^2.5.13"
},
"glslify": {
"transform": [
"glslify-hex"
]
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 10"
],
"author": "Nassos Yiannopoulos",
"license": "GPL3"
}