-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
75 lines (75 loc) · 2.03 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "canvas",
"version": "1.3.0",
"displayName": "Kidz",
"description": "An interactive website designed to engage and educate children who are beginning their journey of learning the alphabet.",
"publisher": "@xkeshav",
"scripts": {
"build": "webpack --config webpack.prod.config.js --mode production",
"clean": "rd /s /q dist build >nul 2>&1|echo.>null",
"start": "nodemon ./dist/scripts/server.js",
"dev": "webpack --config webpack.dev.config.js --mode development --watch",
"test": "jest"
},
"repository": {
"type": "git",
"url": "https://github.com/xkeshav/canvas.git"
},
"keywords": [
"canvas",
"varnmala",
"maths",
"kannada",
"hindi",
"kids",
"abcdkbd",
"abcd",
"kbd"
],
"author": {
"name": "Keshav Mohta",
"email": "xkeshav@gmail.com"
},
"contributors": [],
"license": "MIT",
"bugs": {
"type": "git",
"url": "https://github.com/xkeshav/canvas/issues"
},
"homepage": "https://www.abcdkbd.com",
"dependencies": {
"@google-analytics/data": "^4.8.0",
"cors": "^2.8.5",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"nodemon": "^3.1.0",
"path": "^0.12.7",
"request": "^2.88.2"
},
"devDependencies": {
"@babel/core": "^7.24.5",
"@babel/eslint-parser": "^7.22.9",
"@babel/preset-env": "^7.24.5",
"@babel/register": "^7.0.0",
"babel-jest": "^29.7.0",
"babel-loader": "^9.1.0",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.7.3",
"css-minimizer-webpack-plugin": "^5.0.1",
"eslint": "^8.30.0",
"eslint-webpack-plugin": "^3.2.0",
"html-loader": "^4.2.0",
"html-webpack-plugin": "^5.5.0",
"http-proxy-middleware": "^2.0.6",
"jest": "^29.7.0",
"mini-css-extract-plugin": "^2.7.6",
"style-loader": "^3.3.1",
"webpack": "^5.88.2",
"webpack-cli": "^5.1.4",
"webpack-dev-middleware": "^6.0.1",
"webpack-dev-server": "^4.15.1",
"webpack-hot-middleware": "^2.25.4",
"webpack-node-externals": "^3.0.0"
},
"testEnvironment": "jsdom"
}