-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
97 lines (97 loc) · 2.98 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
{
"name": "open_perform",
"version": "0.0.2",
"description": "",
"main": "index.jsx",
"scripts": {
"webpack": "webpack-dev-server --history-api-fallback --watch-poll --progress --colors",
"data": "node server/dataServer.js",
"build": "webpack --config webpack-production.config.js --progress --profile --colors",
"build-gh-pages": "webpack --config webpack-gh-pages.config.js --progress --profile --colors",
"file": "node ./server/fileServer.js",
"start": "npm run file | npm run data",
"dev": "npm run webpack | npm run data",
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kinetecharts/openPerform.git"
},
"author": "Kinecth Arts",
"license": "ISC",
"homepage": "https://github.com/kinetecharts/openPerform/#readme",
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.6.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"base64-image-loader": "^1.2.1",
"copy-webpack-plugin": "^4.3.1",
"css-loader": "^2.1.0",
"enzyme": "^3.0.0",
"eslint": "^5.14.1",
"eslint-config-airbnb": "^17.1.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-friendly-formatter": "^4.0.1",
"eslint-loader": "^2.1.2",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-react": "^7.4.0",
"expose-loader": "^0.7.3",
"express": "^4.16.3",
"extract-text-webpack-plugin": "^3.0.0",
"file-loader": "^3.0.1",
"html-webpack-plugin": "^3.2.0",
"img-loader": "^3.0.1",
"imports-loader": "^0.8.0",
"mocha": "^6.0.0",
"multer": "^1.3.0",
"react-hot-loader": "^4.7.0",
"style-loader": "^0.23.1",
"terser": "^3.14.1",
"url-loader": "^1.1.2",
"webapp-webpack-plugin": "^2.6.0",
"webpack": "^4.0.0",
"webpack-cli": "^3.2.1",
"webpack-dev-server": ">=3.1.11",
"webpack-glsl-loader": "^1.0.1"
},
"dependencies": {
"bootstrap": "^3.3.7",
"comment-regex": "^1.0.1",
"console-log-html": "^2.0.2",
"dat-gui": "^0.5.0",
"jquery": "^3.2.1",
"layout-bmfont-text": "^1.3.4",
"load-bmfont": "^1.3.1",
"lodash-keyarrange": "^1.1.0",
"mousetrap": "^1.6.1",
"myo": "^3.0.0",
"net": "^1.0.2",
"node-neurosky": "0.0.1",
"node-osc": "^3.0.0",
"os": "^0.1.1",
"quad-indices": "^2.0.1",
"rc-input-number": "^4.0.2",
"react": "^16.7.0",
"react-bootstrap": "^0.32.0",
"react-color": "^2.13.8",
"react-dat-gui": "^2.1.0",
"react-dom": "^16.0.0",
"react-dropzone": "^5.0.1",
"react-fa": "^5.0.0",
"react-list-select": "^0.4.0",
"react-select": "^1.0.0-rc.10",
"react-simple-select": "^1.2.2",
"three": "^0.101.1",
"three-buffer-vertex-data": "^1.1.0",
"three-orbit-controls": "^82.1.0",
"three-shadertoy-material": "^1.2.6",
"tls": "^0.0.1",
"tween": "^0.9.0",
"tween.js": "^16.6.0",
"ws": "^6.1.4"
}
}