-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
78 lines (78 loc) · 2.48 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
{
"name": "dokuforte",
"version": "0.1.0",
"description": "Dokuforte private dev repository",
"main": "index.js",
"scripts": {
"clean": "rm -rf _dist src/data/manifest-js.json src/data/manifest-css.json",
"eleventy": "npx eleventy",
"eleventy:serve": "npx eleventy --serve",
"webpack": "webpack",
"webpack:serve": "webpack -- --watch",
"postcss": "postcss 'src/scss/[!_]*.scss' --verbose --dir _dist/css/ --ext css",
"postcss:serve": "npm run postcss -- --watch",
"build": "ENV=production npm-run-all clean webpack postcss eleventy",
"dev": "ENV=development npm-run-all -l --silent clean webpack postcss --parallel *:serve"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dokuforte/website-frontend.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/dokuforte/website-frontend/issues"
},
"homepage": "https://github.com/dokuforte/website-frontend/#readme",
"devDependencies": {
"@11ty/eleventy": "latest",
"@11ty/eleventy-fetch": "^4.0.0",
"@csstools/postcss-sass": "latest",
"autoprefixer": "latest",
"caniuse-lite": "latest",
"css-select": "latest",
"css-what": "latest",
"dotenv": "latest",
"eslint": "latest",
"eslint-config-airbnb-base": "latest",
"eslint-config-prettier": "latest",
"eslint-plugin-compat": "latest",
"eslint-plugin-import": "latest",
"eslint-plugin-prettier": "latest",
"html-minifier": "latest",
"latest-version": "latest",
"netlify-cli": "latest",
"npm-run-all": "latest",
"pm": "^2.2.6",
"postcss": "latest",
"postcss-cli": "latest",
"postcss-hash": "latest",
"postcss-import": "latest",
"postcss-import-ext-glob": "latest",
"postcss-inline-svg": "latest",
"postcss-minify": "latest",
"postcss-scss": "latest",
"prettier": "latest",
"stylelint": "latest",
"stylelint-no-unsupported-browser-features": "latest",
"stylelint-prettier": "latest",
"terser": "latest",
"terser-webpack-plugin": "latest",
"webpack": "latest",
"webpack-cli": "latest",
"webpack-manifest-plugin": "latest"
},
"dependencies": {
"@hotwired/stimulus": "latest",
"@hotwired/stimulus-webpack-helpers": "latest",
"axios": "latest",
"dayjs": "latest",
"iframe-resizer": "^4.3.9",
"lodash": "latest",
"markdown-it": "latest",
"markdown-it-anchor": "latest",
"markdown-it-attrs": "latest",
"object.fromentries": "latest"
},
"keywords": []
}