-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
69 lines (69 loc) · 2.05 KB
/
package.json
File metadata and controls
69 lines (69 loc) · 2.05 KB
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
{
"name": "app",
"private": true,
"dependencies": {
"@babel/core": "^7.26.7",
"@babel/plugin-transform-runtime": "^7.25.9",
"@babel/preset-env": "^7.26.7",
"@babel/runtime": "^7.26.7",
"@tailwindcss/container-queries": "^0.1.1",
"@tailwindcss/forms": "^0.5.10",
"@tailwindcss/typography": "^0.5.16",
"@yohns/picocss": "^2.2.9",
"autoprefixer": "^10.4.20",
"babel-loader": "^9.2.1",
"babel-plugin-transform-require-context": "^0.1.1",
"bootstrap-icons": "^1.11.3",
"coffee-loader": "^0.9.0",
"coffeescript": "1.12.7",
"compression-webpack-plugin": "^11.1.0",
"css-loader": "^7.1.2",
"css-minimizer-webpack-plugin": "^7.0.0",
"daisyui": "^2.52.0",
"drag-drop-touch": "https://github.com/drag-drop-touch-js/dragdroptouch#07edc6d96c029dd83e98c09b8128816bf1438511",
"html5sortable": "^0.14.0",
"js-cookie": "^3.0.5",
"mini-css-extract-plugin": "^2.9.2",
"postcss": "^8.5.1",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-loader": "^8.1.1",
"postcss-preset-env": "^10.1.3",
"sass": "^1.83.4",
"sass-loader": "^12.6.0",
"shakapacker": "^8.1.0",
"style-loader": "^4.0.0",
"tailwindcss": "^3.4.17",
"terser-webpack-plugin": "^5.3.11",
"tiny-lru": "^11.2.11",
"webpack": "^5.97.1",
"webpack-assets-manifest": "^5.2.1",
"webpack-cli": "^6.0.1",
"webpack-merge": "^6.0.1"
},
"devDependencies": {
"babel-jest": "^29.7.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-extended": "^4.0.2",
"tailwindcss-debug-screens": "^2.2.1",
"webpack-dev-server": "^5.2.0",
"xhr-mock": "^2.5.1"
},
"version": "0.1.0",
"scripts": {
"test": "./bin/coffee compile && jest --config jest.config.js",
"test-clear": "./bin/coffee clobber && jest --config jest.config.js --clearCache"
},
"babel": {
"presets": [
"./node_modules/shakapacker/package/babel/preset.js"
],
"plugins": [
"transform-require-context"
]
},
"browserslist": [
"defaults"
],
"packageManager": "yarn@4.6.0"
}