forked from openfoodfoundation/openfoodnetwork
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.51 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
{
"name": "openfoodnetwork",
"version": "1.0.0",
"repository": {
"type": "git",
"url": "https://github.com/openfoodfoundation/openfoodnetwork"
},
"scripts": {
"storybook": "start-storybook",
"prepare": "husky install",
"pretty-quick": "pretty-quick"
},
"jest": {
"testRegex": [
"spec/javascripts/.*_test\\.js"
],
"transformIgnorePatterns": [
"/node_modules/(?!(stimulus)/)"
]
},
"devDependencies": {
"@storybook/addon-controls": "^6.4.13",
"@storybook/addon-docs": "^6.4.13",
"@storybook/server": "^6.4.13",
"husky": "^8.0.0",
"jasmine-core": "~2.4.1",
"jest": "^27.4.7",
"karma": "~6.3.11",
"karma-chrome-launcher": "~3.1.0",
"karma-coffee-preprocessor": "~1.0.1",
"karma-jasmine": "~0.3.8",
"prettier": "2.7.1",
"pretty-quick": "^3.1.3",
"webpack-dev-server": "~3"
},
"license": "AGPL-3.0",
"dependencies": {
"@babel/preset-env": "^7.18.2",
"@floating-ui/dom": "^1.0.1",
"@hotwired/turbo": "^7.1.0",
"@rails/webpacker": "5.4.3",
"babel-loader": "^8.2.3",
"cable_ready": "5.0.0-pre9",
"stimulus_reflex": "3.5.0-pre9",
"flatpickr": "^4.6.9",
"foundation-sites": "^5.5.2",
"jquery-ui": "1.13.0",
"js-big-decimal": "^1.3.5",
"moment": "^2.29.1",
"mrujs": "^0.7.4",
"select2": "^4.0.13",
"shortcut-buttons-flatpickr": "^0.4.0",
"stimulus": "^3.0.1",
"stimulus-flatpickr": "^1.4.0",
"tom-select": "^2.0.0",
"webpack": "~4",
"webpack-cli": "~3"
}
}