-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
51 lines (51 loc) · 1.36 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "goldsim-website",
"version": "1.0.0",
"description": "Dependencies for both client-side development (e.g., JS, CSS) as well as precompilation (i.e., Gulp).",
"main": "gulpFile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/GoldSimSoftware/Website.git"
},
"keywords": [
"GoldSim",
"Website",
"Build",
"Gulp"
],
"author": "Ignia",
"license": "ISC",
"bugs": {
"url": "https://github.com/GoldSimSoftware/Website/issues"
},
"homepage": "https://github.com/GoldSimSoftware/Website#readme",
"devDependencies": {
"@fortawesome/fontawesome-free": "^6.1.1",
"@microsoft/applicationinsights-web": "^2.8.4",
"autoprefixer": "^10.4.7",
"awesome-foundation6-checkbox": "^2.0.3",
"cssnano": "^5.0.12",
"dashjs": "^4.4.0",
"foundation-sites": "^6.7.4",
"gsap": "^3.10.4",
"gulp": "^4.0.2",
"gulp-concat": "^2.6.1",
"gulp-if": "^3.0.0",
"gulp-jshint": "^2.1.0",
"gulp-postcss": "^9.0.1",
"gulp-sass": "^5.1.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-uglify": "^3.0.2",
"jquery": "^3.6.0",
"jshint": "^2.13.4",
"merge2": "^1.4.1",
"node-sass": "^7.0.1",
"owl.carousel": "^2.3.4",
"postcss": "^8.4.14",
"scrollmagic": "^2.0.8",
"what-input": "^5.2.12"
}
}