-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.34 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
{
"name": "@knownout/lib",
"version": "0.0.0",
"author": "Alexandr <re-knownout> knownout@hotmail.com",
"license": "AGPL-3.0",
"description": "Utility functions library",
"scripts": {
"serve": "webpack-dev-server --config webpack.config.js",
"build:package": "webpack --config webpack.package.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/re-knownout/lib.git",
"directory": "src/package"
},
"bugs": {
"url": "https://github.com/re-knownout/lib/issues"
},
"homepage": "https://github.com/re-knownout/lib#readme",
"devDependencies": {
"@babel/core": "^7.21.0",
"@types/jest": "^27.4.1",
"@types/react": "^17.0.41",
"@types/react-dom": "^17.0.14",
"babel-loader": "^8.2.3",
"css-loader": "^6.7.1",
"html-webpack-plugin": "^5.5.0",
"jest": "^27.5.1",
"mini-css-extract-plugin": "^2.6.0",
"postcss": "^8.4.21",
"postcss-loader": "^6.2.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"sass": "^1.49.9",
"sass-loader": "^12.6.0",
"ts-jest": "^27.1.3",
"ts-loader": "^9.2.8",
"typescript": "^4.6.2",
"webpack": "^5.70.0",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.7.4"
}
}