-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 1.88 KB
/
package.json
File metadata and controls
64 lines (64 loc) · 1.88 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "www",
"version": "1.2.2",
"description": "Landing page of Code Our Dreams",
"main": "index.js",
"scripts": {
"clean": "rm -rf ./dist",
"build": "npm run clean && production=true webpack",
"buildinstall": "npm run pristine && npm install && npm run build",
"pristine": "npm run clean && rm -rf ./node_modules && rm -rf ./package-lock.json",
"start": "webpack-dashboard -- webpack-dev-server",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CodeOurDreams/www.git"
},
"keywords": [
"Landing",
"Page",
"Website",
"Site",
"General"
],
"author": "Shane Cory Selig",
"license": "ISC",
"bugs": {
"url": "https://github.com/CodeOurDreams/www/issues"
},
"homepage": "https://github.com/CodeOurDreams/www#readme",
"devDependencies": {
"autoprefixer": "^8.6.4",
"copy-webpack-plugin": "^4.5.2",
"css-loader": "^0.28.11",
"file-loader": "^1.1.11",
"friendly-errors-webpack-plugin": "^1.7.0",
"html-webpack-plugin": "^3.2.0",
"image-webpack-loader": "^4.3.1",
"mini-css-extract-plugin": "^0.4.0",
"modernizr-webpack-plugin": "^1.0.7",
"node-sass": "^4.9.3",
"postcss-loader": "^2.1.5",
"pug": "^2.0.3",
"pug-loader": "^2.4.0",
"sass-loader": "^7.0.1",
"svg-loader": "0.0.2",
"url-loader": "^1.0.1",
"webpack": "^4.12.2",
"webpack-cli": "^2.1.4",
"webpack-dashboard": "^2.0.0",
"webpack-dev-server": "^3.1.4"
},
"dependencies": {
"@fortawesome/fontawesome": "^1.1.8",
"@fortawesome/fontawesome-free-brands": "^5.0.13",
"@fortawesome/fontawesome-free-regular": "^5.0.13",
"@fortawesome/fontawesome-free-solid": "^5.0.13",
"jquery": "^3.3.1",
"jquery.scrollex": "^0.2.1",
"skel-framework-npm": "^1.0.1",
"slidebars": "^2.0.2",
"typed.js": "^2.0.8"
}
}