-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.41 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
49
{
"name": "telephenesis-nodejs",
"version": "1.0.0",
"description": "",
"main": "server.js",
"private": true,
"dependencies": {
"animejs": "^3.2.1",
"bcrypt-nodejs": "0.0.3",
"connect-mongo": "^3.2.0",
"cookie-parser": "^1.4.5",
"express": "^4.17.1",
"express-session": "^1.17.2",
"ibm-cos-sdk": "^1.11.0",
"mongodb": "^3.7.3",
"multer": "^1.4.5-lts.1",
"nano-jsx": "^0.0.21",
"nanoid": "^3.1.30",
"node-html-parser": "^5.1.0",
"node-lame": "^1.3.2",
"pug": "^3.0.2",
"validator": "^13.6.0"
},
"devDependencies": {
"@babel/cli": "^7.16.0",
"@babel/core": "^7.16.0",
"@babel/plugin-transform-react-jsx": "^7.16.0",
"@babel/preset-env": "^7.16.0",
"babel-loader": "^8.2.3",
"core-js": "^3.19.1",
"css-loader": "^5.2.7",
"mini-css-extract-plugin": "^1.6.2",
"nodemon": "^2.0.14",
"sass": "^1.43.4",
"sass-loader": "^11.1.1",
"style-loader": "^2.0.0",
"webpack": "^5.61.0",
"webpack-cli": "^4.9.1",
"webpack-node-externals": "^3.0.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"sass": "sass client/scss/constellations.scss public/constellations.css",
"sasswatch": "sass client/scss/constellations.scss public/constellations.css --watch",
"jsdoc": "jsdoc ./ -c config/telephenesis-jsdoc.config.json -r -d ./docs"
},
"author": "Cameron Steele",
"license": "ISC"
}