-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
31 lines (31 loc) · 970 Bytes
/
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
{
"name": "cny2022",
"version": "1.0.0",
"description": "Chinese New Year greeting card and mini video game for the Year of the Tiger. Gong Xi Fa Cai!",
"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/cny2022.git"
},
"author": "Shaun A. Noordin",
"bugs": {
"url": "https://github.com/shaunanoordin/cny2022/issues"
},
"homepage": "https://github.com/shaunanoordin/cny2022#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"
}
}