-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·37 lines (37 loc) · 1.04 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
{
"name": "css4",
"version": "0.1.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "npm-run-all --parallel dev:*",
"dev:eleventy": "ELEVENTY_ENV=development eleventy --serve --quiet",
"dev:encore": "encore dev --watch",
"prod:eleventy": "ELEVENTY_ENV=production eleventy",
"prod:encore": "encore production",
"deploy": "npm-run-all prod:encore prod:eleventy gh-pages",
"gh-pages": "gh-pages -d _site"
},
"author": "disjfa",
"license": "MIT",
"dependencies": {
"@11ty/eleventy": "^2.0.1",
"@babel/cli": "^7.12.10",
"@babel/core": "^7.12.10",
"@babel/node": "^7.12.10",
"@babel/preset-env": "^7.12.11",
"@fortawesome/fontawesome-free": "^6.2.0",
"@symfony/webpack-encore": "^4.0.0",
"bootstrap": "^5.0.1",
"caniuse-db": "^1.0.30001168",
"caniuse-lite": "^1.0.30001168",
"core-js": "^3.8.1",
"gh-pages": "^6.0.0",
"npm-run-all": "^4.1.5",
"popper.js": "^1.16.1"
},
"devDependencies": {
"sass": "^1.32.13",
"sass-loader": "^13.0.2"
}
}