-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 938 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
{
"name": "site-3",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"watch:sass": "node-sass scss/main.scss css/style.css --watch",
"compile:sass": "node-sass scss/main.scss css/style.css",
"build": "parcel index.html"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MAGGIx1404/awwward-rebuild-2.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/MAGGIx1404/awwward-rebuild-2/issues"
},
"homepage": "https://github.com/MAGGIx1404/awwward-rebuild-2#readme",
"devDependencies": {
"node-sass": "^6.0.1",
"parcel": "^2.0.1",
"parcel-bundler": "^1.12.5"
},
"dependencies": {
"curtainsjs": "^8.1.3",
"draggabilly": "^2.3.0",
"gsap": "^3.8.0",
"imagesloaded": "^4.1.4",
"locomotive-scroll": "^4.1.3",
"three": "^0.135.0"
}
}