-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.24 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
{
"name": "rubiks",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "webpack --mode production & node server.js",
"combo": "node server.js 12 run-trainer",
"train": "node 2x2/suite.js",
"host": "node server.js",
"build": "webpack",
"dev": "concurrently \"npm run build\" \"npm run host\"",
"gauge": "node 2x2/deep-scramble-generator.js & node 2x2/fitness-benchmark.js run",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.9.1",
"@tweenjs/tween.js": "^18.6.0",
"brain.js": "2.0.0-beta.2",
"colors": "^1.4.0",
"concurrently": "^5.3.0",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"node-fetch": "^2.6.1",
"progress": "^2.0.3",
"ramda": "^0.27.1",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"serve-static": "^1.14.1",
"three": "^0.113.2",
"ws": "^7.3.1"
},
"devDependencies": {
"@babel/cli": "^7.11.6",
"@babel/core": "^7.11.6",
"@babel/preset-env": "^7.11.5",
"@babel/preset-react": "^7.10.4",
"babel-loader": "^8.1.0",
"webpack": "^4.44.1",
"webpack-cli": "^3.3.12"
}
}