-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.25 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
{
"name": "snake-game-creamie",
"version": "0.0.0",
"private": true,
"scripts": {
"build": "creamie-watch -i && webpack --mode=development",
"development": "webpack-dev-server",
"start": "creamie-watch -i && webpack --mode=production && pm2 start",
"lint": "eslint"
},
"dependencies": {
"@creamie/core": "^0.1.7",
"npm-check-updates": "^16.3.13",
"pm2": "^5.2.2"
},
"devDependencies": {
"@babel/core": "^7.19.3",
"@babel/preset-env": "^7.19.4",
"@creamie/watcher": "^0.0.4",
"babel-loader": "^8.2.5",
"copy-webpack-plugin": "^5.1.2",
"css-loader": "^3.6.0",
"eslint": "^7.32.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.26.0",
"express": "^4.18.2",
"file-loader": "^4.3.0",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.2.0",
"mini-css-extract-plugin": "^0.8.2",
"node-watch": "^0.6.4",
"sass": "^1.55.0",
"sass-loader": "^8.0.2",
"style-loader": "^1.3.0",
"url-loader": "^2.3.0",
"webpack": "^4.46.0",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.3"
},
"main": "ecosystem.config.js",
"author": "Haribalaji Ravi",
"license": "MIT",
"description": "A simple snake game using creamie.io framework"
}