-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
125 lines (125 loc) · 4.12 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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
{
"name": "frontend-timekeeper",
"version": "0.6.0",
"description": "Frontend of client application to fill in timesheets",
"repository": {
"type": "git",
"url": "git+https://github.com/redpencilio/frontend-timekeeper.git"
},
"license": "MIT",
"author": "redpencil.io",
"directories": {
"doc": "doc",
"test": "tests"
},
"scripts": {
"build": "cp ./public/assets/favicon-prod.ico ./public/assets/favicon.ico && npm run postcss:build && ember build --environment=production",
"lint": "concurrently \"npm:lint:*(!fix)\" --names \"lint:\"",
"lint:css": "stylelint \"**/*.css\"",
"lint:css:fix": "concurrently \"npm:lint:css -- --fix\"",
"lint:fix": "concurrently \"npm:lint:*:fix\" --names \"fix:\"",
"lint:hbs": "ember-template-lint .",
"lint:hbs:fix": "ember-template-lint . --fix",
"lint:js": "eslint . --cache",
"lint:js:fix": "eslint . --fix",
"postcss:build": "postcss ./app/styles/app.css -o ./public/assets/frontend-timekeeper.css",
"release": "release-it",
"start": "cp ./public/assets/favicon-dev.ico ./public/assets/favicon.ico && ember serve",
"test": "concurrently \"npm:lint\" \"npm:test:*\" --names \"lint,test:\"",
"test:ember": "ember test"
},
"release-it": {
"npm": {
"publish": false
}
},
"devDependencies": {
"@babel/core": "^7.24.7",
"@babel/eslint-parser": "^7.24.7",
"@babel/plugin-proposal-decorators": "^7.24.7",
"@ember/optional-features": "^2.1.0",
"@ember/render-modifiers": "^2.1.0",
"@ember/string": "^3.1.1",
"@ember/test-helpers": "^3.3.0",
"@embroider/compat": "^3.5.6",
"@embroider/core": "^3.4.14",
"@embroider/webpack": "^3.2.3",
"@floating-ui/dom": "^1.6.11",
"@glimmer/component": "^1.1.2",
"@glimmer/tracking": "^1.1.2",
"@nullvoxpopuli/ember-composable-helpers": "^5.2.6",
"@tailwindcss/forms": "^0.5.9",
"autoprefixer": "^10.4.20",
"broccoli-asset-rev": "^3.0.0",
"concurrently": "^8.2.2",
"ember-auto-import": "^2.7.4",
"ember-basic-dropdown": "^8.6.0",
"ember-cli": "~5.10.0",
"ember-cli-app-version": "^6.0.1",
"ember-cli-babel": "^8.2.0",
"ember-cli-clean-css": "^3.0.0",
"ember-cli-dependency-checker": "^3.3.2",
"ember-cli-htmlbars": "^6.3.0",
"ember-cli-inject-live-reload": "^2.1.0",
"ember-concurrency": "^4.0.2",
"ember-data": "~4.12.8",
"ember-fetch": "^8.1.2",
"ember-load-initializers": "^2.1.2",
"ember-local-storage": "^2.0.7",
"ember-math-helpers": "^4.0.0",
"ember-modifier": "^4.2.0",
"ember-mu-login": "^3.0.0",
"ember-page-title": "^8.2.3",
"ember-power-select": "^8.6.0",
"ember-qunit": "^8.1.0",
"ember-ref-bucket": "^5.0.7",
"ember-resolver": "^11.0.1",
"ember-set-helper": "^3.0.1",
"ember-simple-auth": "^6.1.0",
"ember-source": "~5.10.0",
"ember-svg-jar": "^2.6.0",
"ember-template-imports": "^4.1.3",
"ember-template-lint": "^5.13.0",
"ember-truth-helpers": "^4.0.3",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-ember": "^11.12.0",
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-qunit": "^8.1.1",
"loader.js": "^4.7.0",
"postcss": "^8.4.47",
"postcss-cli": "^10.1.0",
"postcss-loader": "^8.1.1",
"prettier": "^3.4.2",
"prettier-plugin-ember-template-tag": "^2.0.2",
"prettier-plugin-tailwindcss": "^0.6.9",
"qunit": "^2.21.0",
"qunit-dom": "^2.0.0",
"release-it": "^18.1.1",
"stylelint": "^15.11.0",
"stylelint-config-standard": "^34.0.0",
"stylelint-prettier": "^4.1.0",
"tailwindcss": "^3.4.14",
"tinyduration": "^3.3.1",
"tracked-built-ins": "^3.3.0",
"tracked-toolbox": "^2.0.0",
"uuid": "^10.0.0",
"webpack": "^5.92.1"
},
"engines": {
"node": ">= 18"
},
"ember": {
"edition": "octane"
},
"dependencies": {
"@fontsource/lexend-deca": "^5.1.0",
"@fullcalendar/core": "^6.1.15",
"@fullcalendar/daygrid": "^6.1.15",
"@fullcalendar/interaction": "^6.1.15",
"bootstrap-icons": "^1.11.3",
"date-fns": "^4.1.0",
"reactiveweb": "^1.3.0"
}
}