-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
41 lines (41 loc) · 1.05 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
{
"name": "ZeroPoint",
"version": "1.0.2",
"description": "",
"type": "module",
"main": "index.html",
"scripts": {
"🪐": "cross-env ELEVENTY_ENV=development eleventy --serve",
"🚧": "cross-env ELEVENTY_ENV=staging eleventy",
"🚀": "cross-env ELEVENTY_ENV=production eleventy",
"dev": "npm run-s 🪐",
"staging": "npm run-s 🚧",
"production": "npm run-s 🚀",
"start": "npm run dev"
},
"repository": {
"type": "git",
"url": "git+project_urlname"
},
"author": "MWDelaney",
"license": "MIT",
"browserslist": [
"last 2 versions"
],
"devDependencies": {
"@11ty/eleventy": "^3.0.0",
"@11ty/eleventy-img": "^5.0.0",
"autoprefixer": "^10.3.1",
"chalk": "^4.0.0",
"cross-env": "^7.0.3",
"eleventy-plugin-metagen": "^1.8.3",
"esbuild": "^0.20.2",
"esbuild-sass-plugin": "^3.2.0",
"js-beautify": "^1.15.0",
"markdown-it": "^14.1.0",
"npm-run-all": "^2.1.0",
"postcss": "^8.1.0",
"stylelint": "^14.0.1",
"stylelint-config-standard": "^23.0.0"
}
}