-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.15 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
48
{
"name": "jsmagneticpoetry",
"version": "1.0.0",
"description": "",
"main": "app.js",
"repository": {
"type": "git",
"url": "git+https://github.com/sparklerfish/JSMagneticPoetry.git"
},
"directories": {
"lib": "lib"
},
"engines": {
"node": ">=8.1.0"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/sparklerfish/JSMagneticPoetry/issues"
},
"homepage": "https://github.com/sparklerfish/JSMagneticPoetry#readme",
"scripts": {
"build:watch": "webpack --watch --mode=development",
"start": "node app.js",
"start:debug": "DEBUG=* node app.js",
"server:debug": "nodemon --inspect app.js",
"heroku-postbuild": "webpack -p"
},
"dependencies": {
"axios": "^0.28.0",
"babel-core": "^6.26.3",
"babel-loader": "^8.1.0",
"babel-preset-es2015": "^6.24.1",
"d3-selection": "^1.4.1",
"express": "^4.21.1",
"mem": ">=6.0.1",
"node-fetch": "^3.2.10",
"node-sass": "^9.0.0",
"sass-loader": "^13.3.0",
"webpack": "^5.94.0",
"webpack-cli": "^5.1.4"
},
"devDependencies": {
"nodemon": "^2.0.20"
},
"type": "module"
}