forked from Wykerd/bazcal
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.57 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.57 KB
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
{
"dependencies": {
"@wykerd/discord-framework": "^1.1.6",
"canvas": "^2.6.1",
"cors": "^2.8.5",
"discord.js": "^12.2.0",
"express": "^4.17.1",
"human-interval": "^1.0.0",
"mongoose": "^5.9.18",
"node-fetch": "^2.6.0",
"node-schedule": "^1.3.2",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"sb-glyph": "^1.0.2",
"yaml": "^1.10.0"
},
"devDependencies": {
"@babel/cli": "^7.10.1",
"@babel/core": "^7.10.2",
"@babel/plugin-transform-react-jsx": "^7.10.4",
"@babel/preset-env": "^7.10.2",
"@nlpjs/basic": "^4.4.0",
"@types/node": "^14.0.13",
"babel-loader": "^8.1.0",
"core-js": "3",
"html-webpack-plugin": "^4.3.0",
"regenerator-runtime": "^0.13.5",
"terser-webpack-plugin": "^3.0.6",
"typescript": "^3.9.5",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.0"
},
"name": "scheduler",
"version": "1.0.0",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "npx babel src --out-dir dist",
"start": "node dist/index",
"build:bscript": "npx tsc",
"build:bscript:web": "npx webpack -p --config ./bscript/webpack.config.js --config-name ui",
"build:bscript:runtime": "npx webpack -p --config ./bscript/webpack.config.js --config-name runtime",
"build:bscript:all": "npx webpack -p --config ./bscript/webpack.config.js",
"devserver:ui": "npx webpack-dev-server --config ./bscript/webpack.config.js --config-name ui"
},
"private": true,
"browserslist": "> 0.25%, not dead"
}