-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
52 lines (52 loc) · 1.5 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
{
"name": "loco-js-model",
"version": "2.0.1",
"description": "Model part of loco-js",
"main": "dist/loco-model.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-model.git"
},
"keywords": [
"model",
"loco",
"framework"
],
"author": "Zbigniew Humeniuk <hello@artofcode.co>",
"license": "MIT",
"homepage": "http://locoframework.org",
"devDependencies": {
"@babel/core": "^7.21.0",
"@babel/eslint-parser": "^7.19.1",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/preset-env": "^7.20.2",
"babel-jest": "^29.7.0",
"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",
"jest-environment-jsdom": "^29.5.0",
"lint-staged": "^13.1.2",
"nock": "^13.3.0",
"prettier": "^2.8.4",
"webpack": "^5.76.0",
"webpack-cli": "^5.0.1",
"webpack-dev-middleware": "^6.0.1"
}
}