-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.19 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.19 KB
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
{
"name": "noga_inbar",
"version": "1.0.0",
"description": "noga inbar personal portfolio website",
"main": "server.js",
"scripts": {
"start": "node lib/index.js",
"css-watch": "postcss ./lib/css/index.css --output ./public/css/style.min.css --watch --config ./postcss.config.js",
"dev": "nodemon lib/index.js & npm run css-watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nogainbar/Noga_Inbar.git"
},
"keywords": [
"noga_inbar"
],
"author": "noga_inbar",
"license": "ISC",
"bugs": {
"url": "https://github.com/nogainbar/Noga_Inbar/issues"
},
"homepage": "https://github.com/nogainbar/Noga_Inbar#readme",
"dependencies": {
"aos": "^2.1.1",
"handlebars": "^4.0.6",
"hapi": "^16.1.0",
"inert": "^4.1.0",
"tachyons-custom": "^4.6.0",
"vision": "^4.1.1"
},
"devDependencies": {
"autoprefixer": "^7.1.2",
"nodemon": "^1.11.0",
"postcss": "^5.0.14",
"postcss-clean": "^1.0.3",
"postcss-cli": "^4.1.0",
"postcss-custom-media": "^6.0.0",
"postcss-custom-properties": "^6.1.0",
"postcss-import": "^10.0.0",
"postcss-nested": "^2.1.2",
"postcss-simple-vars": "^4.1.0"
}
}