-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·51 lines (51 loc) · 1.4 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
{
"name": "@pushword/js-helper",
"version": "0.0.120",
"description": "Pushword front end helpers. ",
"author": "Robin@PiedWeb <contact@piedweb.com>",
"license": "MIT",
"scripts": {
"prettier": "prettier ./src/*.{js,scss} --write"
},
"dependencies": {
"140.css": "^1.0.1",
"@babel/core": "^7.24",
"@babel/preset-env": "^7.22",
"@symfony/webpack-encore": "^5",
"@tailwindcss/aspect-ratio": "^0.4",
"@tailwindcss/forms": "^0.5",
"@tailwindcss/typography": "^0.5",
"autoprefixer": "^10.4",
"babel-preset-stage-2": "^6.24.1",
"codemirror": "^6.0",
"core-js": "^3.38",
"easymde": "^2.18",
"file-loader": "^6.0",
"fslightbox": "^3.2.2",
"postcss": "^8.4",
"postcss-import": "^16",
"postcss-loader": "^8",
"sass": "^1.68",
"sass-loader": "^16",
"simple-jekyll-search": "^1.9.1",
"tailwindcss": "^3",
"tailwindcss-animated": "^2",
"tailwindcss-hero-patterns": "^0.1",
"tailwindcss-multi-column": "^1.0.2",
"webpack": "^5.94",
"webpack-cli": "^4.9.1 || ^5.0.1",
"webpack-watch-files-plugin": "^1.1.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Pushword/js-helper.git"
},
"keywords": [
"native"
],
"bugs": {
"url": "https://github.com/Pushword/Pushword/issues"
},
"homepage": "https://pushword.piedweb.com",
"gitHead": "242ec54483dca1be93d7a62d8d554c9c08008c28"
}