-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.35 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.35 KB
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
{
"name": "codepled",
"version": "1.0.0",
"description": "",
"private": true,
"directories": {
"lib": "lib"
},
"scripts": {
"test": "npx jest",
"start": "npx webpack-dev-server --open --config webpack.dev.js",
"build": "npx webpack --config webpack.prod.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Annoraaq/codepled.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Annoraaq/codepled/issues"
},
"homepage": "https://github.com/Annoraaq/codepled#readme",
"devDependencies": {
"@types/diff-match-patch": "^1.0.32",
"@types/highlight.js": "^10.1.0",
"@types/jest": "^26.0.19",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^7.0.0",
"css-loader": "^5.0.1",
"css-minimizer-webpack-plugin": "^1.1.5",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^4.5.0",
"jest": "^26.6.3",
"mini-css-extract-plugin": "^1.3.3",
"ts-jest": "^26.4.4",
"ts-loader": "^8.0.12",
"typescript": "^4.1.3",
"webpack": "^5.11.0",
"webpack-cli": "^4.3.0",
"webpack-dev-server": "^3.11.0",
"webpack-merge": "^5.7.3"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.1",
"cookieconsent": "^3.1.1",
"dedent-js": "^1.0.1",
"diff-match-patch": "^1.0.5",
"highlight.js": "^10.5.0"
}
}