This repository has been archived by the owner on Feb 24, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathpackage.json
62 lines (62 loc) · 1.92 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
{
"name": "s8-platform-builder",
"version": "0.0.1",
"description": "S8 Platform Builder",
"scripts": {
"lint": "eslint . --ext .ts",
"lint:fix": "yarn lint --fix",
"build": "node build.js"
},
"license": "AGPL-3.0",
"engines": {
"node": "14"
},
"devDependencies": {
"@babel/cli": "^7.14.5",
"@babel/core": "^7.14.6",
"@babel/plugin-proposal-class-properties": "^7.14.5",
"@babel/preset-env": "^7.14.7",
"@babel/preset-react": "^7.14.5",
"@babel/preset-typescript": "^7.14.5",
"@types/express": "^4.17.6",
"@types/jest": "^27.5.1",
"@types/node": "^14.0.4",
"@types/ua-parser-js": "^0.7.35",
"@typescript-eslint/eslint-plugin": "^5.3.1",
"@typescript-eslint/parser": "^5.3.1",
"babel-loader": "^8.2.2",
"core-js": "^3.15.2",
"eslint": "^8.2.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-jest": "^25.2.4",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-unused-imports": "^2.0.0",
"express": "^4.17.1",
"html-webpack-plugin": "^4.3.0",
"jest": "^28.0.3",
"jest-cli": "^28.0.3",
"memfs": "^3.2.0",
"prettier": "^2.4.1",
"puppeteer": "^10.2.0",
"regenerator-runtime": "^0.13.5",
"rimraf": "^3.0.2",
"ts-jest": "^28.0.3",
"ts-loader": "^8.2.0",
"ts-node": "^9.0.0",
"typescript": "^4.7.2",
"uglifyjs-webpack-plugin": "^2.2.0",
"webpack": "^4.43.0",
"webpack-cli": "^4.2.0",
"webpack-dev-middleware": "^3.7.2",
"write-file-webpack-plugin": "^4.5.1"
},
"dependencies": {
"@scale8/s8-interpreter": "^0.3.2"
},
"resolutions": {
"glob-parent": "^5.1.2",
"node-notifier": "^8.0.1",
"serialize-javascript": "^3.1.0",
"node-fetch": "^2.6.7"
}
}