-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
62 lines (62 loc) · 1.67 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
{
"type": "module",
"dependencies": {
"@babel/cli": "^7.19.3",
"@babel/core": "^7.20.2",
"@babel/preset-env": "^7.21.4",
"@babel/preset-react": "^7.18.6",
"@dnd-kit/core": "^6.0.8",
"@dnd-kit/modifiers": "^6.0.1",
"@dnd-kit/sortable": "^7.0.2",
"@dnd-kit/utilities": "^3.2.1",
"@floating-ui/dom": "^1.6.12",
"@giphy/js-fetch-api": "^5.2.0",
"@inquirer/prompts": "^3.0.4",
"@popperjs/core": "^2.11.8",
"babel-loader": "^9.1.0",
"canvas-confetti": "^1.9.2",
"chokidar-cli": "^3.0.0",
"classnames": "^2.3.2",
"colors": "^1.4.0",
"core-js": "^3.32.2",
"cross-fetch": "^4.0.0",
"css-loader": "^6.7.1",
"dotenv": "^16.0.3",
"dotenv-up": "^1.0.32",
"esbuild": "^0.19.2",
"esbuild-minify-templates": "^0.11.0",
"express": "^4.18.2",
"firebase": "^9.17.2",
"forever": "^4.0.3",
"inspc": "^0.0.19",
"jest": "^29.5.0",
"lodash": "^4.17.21",
"md5": "^2.3.0",
"mini-css-extract-plugin": "^2.7.3",
"mkdirp": "^2.1.5",
"nlab": "^0.7.1",
"node-vault": "^0.9.22",
"onchange": "^7.1.0",
"playwright": "^1.31.2",
"postcss-loader": "^7.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-popper": "^2.3.0",
"regenerator-runtime": "^0.13.10",
"sass-loader": "^13.2.0",
"serialize-error": "^11.0.0",
"serve-index": "^1.9.1",
"webpack": "^5.76.0"
},
"devDependencies": {
"@playwright/test": "^1.31.2",
"crypto-js": "^4.1.1",
"detect-node": "^2.1.0",
"open-cli": "^7.1.0",
"postcss": "^8.4.21",
"postcss-preset-env": "^8.0.1",
"prettier": "^2.8.4",
"sass": "^1.59.3",
"webpack-cli": "^5.0.1"
}
}