-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
72 lines (72 loc) · 2.08 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
{
"name": "app",
"private": true,
"dependencies": {
"@babel/core": "^7.17.5",
"@babel/plugin-transform-runtime": "^7.17.0",
"@babel/preset-env": "^7.16.11",
"@babel/runtime": "^7.17.2",
"@picocss/pico": "^1.5.0",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/container-queries": "^0.1.1",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.14",
"autoprefixer": "^10.4.2",
"babel-loader": "^8.2.3",
"babel-plugin-transform-require-context": "^0.1.1",
"bootstrap-icons": "^1.8.1",
"bootstrap-sass": "3.4.1",
"bootswatch": "3.4.1",
"coffee-loader": "^0.9.0",
"coffeescript": "1.12.7",
"compression-webpack-plugin": "^9.2.0",
"css-loader": "^6.7.1",
"css-minimizer-webpack-plugin": "^3.4.1",
"daisyui": "^2.6.4",
"js-cookie": "^3.0.1",
"mini-css-extract-plugin": "^2.6.0",
"postcss": "^8.4.8",
"postcss-comment": "^2.0.0",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-loader": "^6.2.1",
"postcss-preset-env": "^7.4.2",
"rails-erb-loader": "^5.5.2",
"sass": "^1.49.9",
"sass-loader": "^12.6.0",
"shakapacker": "^7.2.3",
"style-loader": "^3.3.1",
"tailwindcss": "^3.4.9",
"terser-webpack-plugin": "^5.3.1",
"tiny-lru": "^6.0.1",
"webpack": "^5.70.0",
"webpack-assets-manifest": "^5.1.0",
"webpack-cli": "^4.9.2",
"webpack-merge": "^5.8.0"
},
"devDependencies": {
"babel-jest": "^28.0.3",
"jest": "^28.0.3",
"jest-environment-jsdom": "^28.0.2",
"jest-extended": "^2.0.0",
"tailwindcss-debug-screens": "^2.2.1",
"webpack-bundle-analyzer": "^4.5.0",
"webpack-dev-server": "^4.7.4",
"xhr-mock": "^2.5.1"
},
"version": "0.1.0",
"scripts": {
"test": "./bin/coffee compile-lib && TZ=GMT jest --config jest.config.js",
"test-clear": "./bin/coffee clobber-lib && jest --config jest.config.js --clearCache"
},
"babel": {
"presets": [
"./node_modules/shakapacker/package/babel/preset.js"
],
"plugins": [
"transform-require-context"
]
},
"browserslist": [
"defaults"
]
}