-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
34 lines (34 loc) · 913 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
{
"name": "rust",
"version": "1.0.0",
"description": "Official website for Dublin Rust Community",
"main": "index.js",
"scripts": {
"js-build": "node-sass css/main.scss -o css",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/soothethesenses/rust.git"
},
"author": "cillian",
"license": "ISC",
"bugs": {
"url": "https://github.com/soothethesenses/rust/issues"
},
"homepage": "https://github.com/soothethesenses/rust#readme",
"devDependencies": {
"@11ty/eleventy": "^1.0.0",
"cssnano": "^5.1.0",
"postcss": "^8.4.7",
"postcss-advanced-variables": "^3.0.1",
"postcss-nested": "^5.0.6",
"postcss-scss": "^4.0.3"
},
"dependencies": {
"autoprefixer": "^10.4.2",
"eleventy-plugin-youtube-embed": "^1.6.6",
"node-sass": "^7.0.1",
"postcss-cli": "^9.1.0"
}
}