-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
36 lines (36 loc) · 1006 Bytes
/
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
{
"name": "wiki-2020",
"version": "1.0.0",
"description": "Wiki for iGEM 2020 UNSW",
"main": "index.js",
"scripts": {
"start": "npm-run-all --parallel dev:*",
"dev:eleventy": "eleventy --serve --watch",
"dev:encore": "encore dev --watch",
"prod:eleventy": "eleventy",
"prod:encore": "encore production",
"build": "npm-run-all prod:encore prod:eleventy"
},
"repository": {
"type": "git",
"url": "https://github.com/UNSW-iGEM/wiki-2020"
},
"author": "Jack Robbers",
"license": "ISC",
"bugs": {
"url": "https://github.com/UNSW-iGEM/wiki-2020/issues"
},
"homepage": "https://github.com/UNSW-iGEM/wiki-2020/#readme",
"devDependencies": {
"@11ty/eleventy": "^0.11.0",
"@symfony/webpack-encore": "^0.31.0",
"google-fonts-plugin": "^5.0.2",
"node-sass": "^4.14.1",
"npm-run-all": "^4.1.5",
"pdfjs": "^2.4.1",
"pdfjs-dist": "^2.5.207",
"sass-loader": "^9.0.1",
"webpack-notifier": "^1.8.0"
},
"private": true
}