-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.35 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
{
"name": "forkgame",
"version": "1.0.0",
"description": "",
"private": true,
"scripts": {
"start": "webpack && node index.js",
"dev": "concurrently --kill-others \"npm run dev:front\" \"npm run dev:back\"",
"dev:front": "webpack --progress --colors --watch",
"dev:back": "node index.js",
"build": "webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/daltonschool/forkgame.git"
},
"author": "Dalton School Web Engineering",
"license": "MIT",
"bugs": {
"url": "https://github.com/daltonschool/forkgame/issues"
},
"homepage": "https://github.com/daltonschool/forkgame#readme",
"dependencies": {
"@babel/core": "^7.4.3",
"@babel/plugin-transform-react-jsx": "^7.3.0",
"@babel/preset-env": "^7.4.3",
"babel": "^6.23.0",
"babel-loader": "^8.0.5",
"body-parser": "^1.18.3",
"concurrently": "^4.1.0",
"cookie-parser": "^1.4.4",
"css-loader": "^2.1.1",
"express": "^4.16.4",
"html-webpack-plugin": "^3.2.0",
"html-webpack-template": "^6.2.0",
"mini-css-extract-plugin": "^0.6.0",
"optimize-css-assets-webpack-plugin": "^5.0.1",
"preact": "^8.4.2",
"request-promise": "^4.2.4",
"sqlite3": "^4.0.6",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.2",
"uuid": "^3.3.2",
"webpack": "^4.30.0",
"webpack-cli": "^3.3.0"
}
}