-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 1.02 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
{
"name": "cny2023",
"version": "1.2.0",
"description": "Chinese New Year greeting card and mini video game for the Year of the Rabbit. Gong Xi Fa Cai, everyone!",
"main": "index.js",
"scripts": {
"start": "webpack && sass src:app && node server.js",
"dev": "concurrently \"webpack --watch\" \"sass --watch src:app\" \"node server.js\""
},
"repository": {
"type": "git",
"url": "https://github.com/shaunanoordin/cny2023.git"
},
"author": "Shaun A. Noordin",
"bugs": {
"url": "https://github.com/shaunanoordin/cny2023/issues"
},
"homepage": "https://github.com/shaunanoordin/cny2023#readme",
"devDependencies": {
"@babel/core": "~7.17.10",
"@babel/plugin-proposal-optional-chaining": "~7.16.7",
"@babel/preset-env": "~7.17.10",
"babel-loader": "~8.2.5",
"concurrently": "~6.5.1",
"express": "~4.18.1",
"sass": "~1.51.0",
"standard": "~17.0.0",
"webpack": "~5.72.1",
"webpack-cli": "~4.9.2"
},
"engines": {
"node": ">= 10",
"npm": ">= 6"
}
}