-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 2.06 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
{
"name": "@dipa-projekt/dipa-client",
"version": "1.0.0-beta.3",
"license": "Apache-2.0",
"scripts": {
"build": "npm run clear && cross-env NODE_ENV=production webpack",
"clear": "rm -rf .reports dist",
"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 i",
"remove": "rm -rf node_modules package-lock.json *.log *.tgz",
"serve": "cross-env NODE_ENV=development webpack serve --devtool=source-map",
"start": "npm run serve -- --open",
"test": "cross-env NODE_ENV=test mocha",
"update": "ncu -t minor -u && npm i && ncu",
"preinstall": "npm cache clear -f && rm -rf package-lock.json node_modules/@kolibri"
},
"devDependencies": {
"@kolibri/lib": "1.0.8-rc.2",
"@kolibri/solid": "1.0.8-rc.2",
"@leanup/cli-pwa": "1.2.20",
"@leanup/cli-solid": "1.2.20",
"@leanup/form": "1.2.20",
"@leanup/lib": "1.2.20",
"@leanup/stack": "1.2.20",
"@leanup/stack-solid": "1.2.20",
"@leanup/stack-webpack": "1.2.20",
"nightwatch-axe-verbose": "1.1.1",
"npm-check-updates": "12.1.0",
"oidc-client": "1.11.5",
"openid-client": "5.1.1",
"@unocss/preset-mini": "0.22.0",
"@unocss/webpack": "0.22.0",
"solid-app-router": "0.2.0",
"solid-js": "1.3.1",
"register-service-worker": "1.7.2",
"rxjs": "7.5.1",
"typescript": "4.5.4"
},
"files": [
"dist/"
],
"repository": {
"type": "git",
"url": "https://github.com/dipa-projekt/dipa-client"
},
"bugs": {
"url": "https://github.com/dipa-projekt/dipa-client/issues"
},
"publishConfig": {
"access": "restricted",
"registry": "https://npm.pkg.github.com"
}
}