-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
74 lines (74 loc) · 2.62 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
63
64
65
66
67
68
69
70
71
72
73
74
{
"name": "angular-and-nexus-iq",
"version": "1.1.0-rc.305",
"description": "",
"scripts": {
"build": "cross-env NODE_ENV=production webpack",
"coverage": "cross-env NODE_ENV=test nyc mocha",
"cucumber": "cross-env NIGHTWATCH_ENV=chrome cucumber-js tests/cucumber/features/**/*.feature --require @babel/register --require cucumber.conf.js --require tests/cucumber/step-definitions --format node_modules/cucumber-pretty --format json:.reports/cucumber/report.json",
"e2e": "nightwatch",
"format": "prettier --check {src,tests}/**",
"lint": "eslint {src,tests}/**/*.{html,js,json,jsx,ts,tsx,gql,graphql}",
"reinstall": "npm run remove && npm install",
"postinstall": "rm -rf node_modules/@leanup/stack-webpack/node_modules/copy-modules-webpack-plugin",
"remove": "rm -rf node_modules package-lock.json",
"remove:nexus-iq": "rm -rf .reports/nexus-iq",
"serve": "cross-env NODE_ENV=development webpack serve --devtool=source-map",
"start": "npm run serve -- --open=chrome",
"test": "cross-env NODE_ENV=test mocha",
"update": "ncu -t minor -u && npm install && ncu"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged",
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
},
"lint-staged": {
"{src,tests}/**/*.{html,js,json,jsx,ts,tsx,gql,graphql}": [
"eslint"
],
"{src,tests}/**": [
"prettier --check"
]
},
"dependencies": {
"@angular/common": "next",
"@angular/compiler": "next",
"@angular/compiler-cli": "next",
"@angular/core": "next",
"@angular/forms": "next",
"@angular/platform-browser": "next",
"@angular/platform-browser-dynamic": "next",
"@leanup/form": "^1.1.0-rc.305",
"@leanup/lib": "^1.1.0-rc.305",
"core-js": "3.9.1",
"navigo": "8.9.0",
"react": "17.0.1",
"react-dom": "17.0.1",
"rxjs": "6.6.6",
"zone.js": "0.11.4"
},
"devDependencies": {
"@leanup/cli": "^1.1.0-rc.305",
"@leanup/cli-angular": "^1.1.0-rc.305",
"@leanup/cli-react": "1.1.0-rc.305",
"@leanup/git-hooks": "^1.1.0-rc.305",
"@leanup/stack": "^1.1.0-rc.305",
"@leanup/stack-webpack": "^1.1.0-rc.305",
"@leanup/stack-angular": "^1.1.0-rc.305",
"@leanup/stack-react": "1.1.0-rc.305",
"@ngtools/webpack": "next",
"@types/react": "17.0.2",
"@types/react-dom": "17.0.1",
"chromedriver": "88.0.0",
"copy-modules-webpack-plugin": "2.2.1",
"cssnano": "4.1.10",
"npm-check-updates": "11.1.9",
"selenium-server": "3.141.59",
"tailwindcss": "2.0.3",
"typescript": "~4.1.5",
"webpack": "5.24.2"
},
"gitHead": "d77d4ffcfdbaddda7b135c14a94a809981d488a6"
}