generated from vi-son/template.artwort
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
73 lines (73 loc) · 2.14 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
{
"name": "artwork.running-patterns",
"version": "0.0.10",
"description": "Running Patterns/Laufende Muster artwork for the vi.son - mixing-senses project",
"main": "src/js/index.js",
"scripts": {
"dev": "webpack serve --open --hot --mode development --env NODE_ENV=development",
"build": "webpack --config webpack.production.js --env NODE_ENV=production --progress"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vi-son/artwork.running-patterns.git"
},
"keywords": [
"creative code",
"audio-reactive",
"music",
"visualization"
],
"author": "Guido Schmidt <git@guidoschmidt.cc>",
"license": "CC-BY-4.0",
"bugs": {
"url": "https://github.com/vi-son/template.artwort/issues"
},
"homepage": "https://github.com/vi-son/template.artwort#readme",
"devDependencies": {
"@babel/core": "^7.14.6",
"@babel/preset-env": "^7.14.7",
"@babel/preset-react": "^7.14.5",
"@svgr/webpack": "^5.5.0",
"@tweenjs/tween.js": "^18.6.4",
"@types/three": "^0.129.2",
"@vi.son/rouge": "^1.0.7",
"babel-loader": "^8.2.2",
"blueimp-md5": "^2.18.0",
"copy-webpack-plugin": "^9.0.1",
"css-loader": "^5.2.6",
"dat.gui": "^0.7.7",
"favicons-webpack-plugin": "^5.0.2",
"file-loader": "^6.2.0",
"glslify": "^7.1.1",
"glslify-import-loader": "^0.1.2",
"glslify-loader": "^2.0.0",
"html-webpack-plugin": "^5.3.2",
"raw-loader": "^4.0.2",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-router-dom": "^5.2.0",
"react-svg-loader": "^3.0.3",
"sass": "^1.35.1",
"sass-loader": "^12.1.0",
"shelljs": "^0.8.4",
"style-loader": "^3.0.0",
"three": "^0.130.0",
"three-quaternion-from-normal": "^1.0.0",
"tween.js": "^16.6.0",
"webpack": "^5.76.2",
"webpack-cli": "^4.7.2",
"webpack-dev-server": "^3.11.2",
"workbox-webpack-plugin": "^6.1.5"
},
"dependencies": {
"@vi.son/components": "^0.0.13",
"favicons": "^6.2.2",
"kea": "^2.4.5",
"kea-typegen": "^1.0.4",
"react-redux": "^7.2.4",
"redux": "^4.1.0",
"reselect": "^4.0.0",
"ts-loader": "^9.2.3",
"typescript": "^4.3.5"
}
}