forked from axo-lol-tl/scratchtank
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.65 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.65 KB
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
{
"name": "scratchtank",
"version": "1.0.0",
"description": "axolotl amphibians",
"main": "index.js",
"scripts": {
"start": "cross-env NODE_ENV=production nodemon server/server.js",
"build": "cross-env NODE_ENV=production webpack",
"dev": "cross-env NODE_ENV=development concurrently \"webpack-dev-server --open\" \"nodemon server/server.js\""
},
"dependencies": {
"@types/matter-js": "^0.14.6",
"cookie-session": "^1.4.0",
"express": "^4.12.3",
"gulp": "^3.9.0",
"passport": "^0.4.1",
"passport-google-oauth2": "^0.2.0",
"pg": "^8.5.1",
"poly-decomp": "^0.3.0",
"prop-types": "^15.6.1",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-router-dom": "^5.2.0"
},
"devDependencies": {
"@babel/core": "^7.12.3",
"@babel/preset-env": "^7.12.1",
"@babel/preset-react": "^7.12.5",
"babel-loader": "^8.2.1",
"body-parser": "^1.19.0",
"concurrently": "^4.1.0",
"cross-env": "^5.2.0",
"css-loader": "^5.0.1",
"eslint": "^7.13.0",
"eslint-config-prettier": "^6.15.0",
"eslint-plugin-prettier": "^3.1.4",
"matter-js": "^0.14.2",
"nodemon": "^1.18.9",
"prettier": "^2.1.2",
"react-hot-loader": "^4.13.0",
"sass": "^1.29.0",
"sass-loader": "^10.1.0",
"style-loader": "^2.0.0",
"webpack": "^4.32.2",
"webpack-cli": "^3.3.0",
"webpack-dev-server": "^3.11.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mggower/scratchtank.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/mggower/scratchtank/issues"
},
"homepage": "https://github.com/mggower/scratchtank#readme"
}