-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.36 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
{
"name": "loco-js-ui",
"version": "6.0.1",
"description": "A UI part of loco-js",
"main": "dist/loco-ui.js",
"scripts": {
"build": "webpack --mode=production --node-env=production -c webpack.config.js --progress",
"lint-staged": "lint-staged",
"prepare": "husky install",
"server": "node dev/server.js",
"start": "webpack -c webpack.config.js --watch --progress",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/locoframework/loco-js-ui.git"
},
"keywords": [
"ui",
"loco",
"framework"
],
"author": "Zbigniew Humeniuk <[email protected]>",
"license": "MIT",
"homepage": "http://locoframework.org",
"devDependencies": {
"@babel/core": "^7.21.0",
"@babel/eslint-parser": "^7.19.1",
"@babel/preset-env": "^7.20.2",
"babel-jest": "^27.5.1",
"babel-loader": "^9.1.2",
"clean-webpack-plugin": "^4.0.0",
"coffee-loader": "^0.9.0",
"coffeescript": "^1.12.7",
"eslint": "^8.35.0",
"eslint-config-prettier": "^8.7.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jest": "^27.2.1",
"eslint-plugin-prettier": "^4.2.1",
"express": "^4.18.2",
"husky": "^8.0.3",
"jest": "^29.5.0",
"lint-staged": "^13.1.2",
"prettier": "^2.8.4",
"webpack": "^5.76.0",
"webpack-cli": "^5.0.1",
"webpack-dev-middleware": "^6.0.1"
}
}