-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.69 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
{
"name": "astartup-mcc",
"version": "0.0.3",
"description": "Mission-driven development startup control center Chrome extension and OBS live coding, timesheet logging, employee monitoring, and video creation tool with IMUL, Script2, and pen and paper.",
"main": "index.js",
"scripts": {
"github": "GITHUB_TOKEN=$GITHUB_TOKEN node cli.js",
"start": "webpack --watch --progress --config webpack.development.js",
"build": "webpack --watch --progress --config webpack.production.js",
"test": "jest"
},
"author": "AStartup",
"license": "Copyright AStartup™; most rights reserved, Open-source theft prohibited, closed-source commercial use allowed, licensed under the Kabuki Weak Source-available License that YOU MUST CONSENT TO at https://github.com/AStarStartup/AStartupMCC.",
"devDependencies": {
"@apollo/client": "^3.7.1",
"@octokit/plugin-create-or-update-text-file": "^4.0.1",
"@octokit/rest": "^19.0.5",
"@types/chrome": "^0.0.195",
"@types/react": "^18.0.17",
"@types/react-dom": "^18.0.6",
"autoprefixer": "^10.4.16",
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.7.1",
"dayjs": "^1.11.6",
"html-webpack-plugin": "^5.6.0",
"jest": "^29.7.0",
"linearid": "^0.2.0",
"postcss": "^8.4.32",
"postcss-loader": "^7.3.4",
"style-loader": "^3.3.1",
"tailwindcss": "^3.4.0",
"terser-webpack-plugin": "^5.3.5",
"ts-jest": "^29.1.1",
"ts-loader": "^9.3.1",
"ts-node": "^10.9.2",
"typescript": "^4.7.4",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0",
"webpack-merge": "^5.8.0"
},
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0"
}
}