-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
31 lines (31 loc) · 966 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": "cny2021",
"version": "1.0.0",
"description": "Chinese New Year greeting card and mini video game for the Year of the Ox. 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/cny2021.git"
},
"author": "Shaun A. Noordin",
"bugs": {
"url": "https://github.com/shaunanoordin/cny2021/issues"
},
"homepage": "https://github.com/shaunanoordin/cny2021#readme",
"devDependencies": {
"@babel/core": "^7.12.10",
"@babel/plugin-proposal-optional-chaining": "^7.12.7",
"@babel/preset-env": "^7.12.11",
"babel-loader": "^8.2.2",
"concurrently": "^5.3.0",
"express": "^4.17.1",
"sass": "^1.30.0",
"standard": "^16.0.3",
"webpack": "^5.11.1",
"webpack-cli": "^4.3.0"
}
}