-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (53 loc) · 1.65 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
{
"name": "petron",
"version": "1.0.0",
"description": "Petron is a carbon based code formatting API.",
"author": "Infotition",
"license": "MIT",
"homepage": "https://github.com/Infotition/petron#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/Infotition/petron.git"
},
"scripts": {
"webpack:build": "cross-env NODE_ENV=production&& webpack",
"webpack:start": "cross-env NODE_ENV=development&& webpack serve",
"start:build": "npm run webpack:build&& cd ./build/&& node index.js",
"start:dev": "npm run webpack:start&& cd ./build/&& node index.js",
"start": "cross-env NODE_ENV=production&& node index.js"
},
"dependencies": {
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"node-cron": "^3.0.0",
"puppeteer": "^8.0.0",
"puppeteer-core": "^8.0.0",
"raw-body": "^2.4.1",
"rimraf": "^3.0.2",
"uniqid": "^5.3.0",
"cross-env": "^7.0.3"
},
"devDependencies": {
"@types/cors": "^2.8.10",
"@types/express": "^4.17.11",
"@types/node": "^14.14.41",
"@types/node-cron": "^2.0.3",
"@types/rimraf": "^3.0.0",
"@types/uniqid": "^5.3.0",
"@typescript-eslint/eslint-plugin": "^4.22.0",
"@typescript-eslint/parser": "^4.22.0",
"eslint": "^7.24.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-config-prettier": "^8.2.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-prettier": "^3.4.0",
"prettier": "^2.2.1",
"clean-webpack-plugin": "^4.0.0-alpha.0",
"copy-webpack-plugin": "^8.1.1",
"ts-loader": "^8.1.0",
"typescript": "^4.2.4",
"webpack": "^5.33.2",
"webpack-cli": "^4.6.0"
}
}