-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
49 lines (49 loc) · 1.28 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
{
"name": "cyberdiscovery-community-site",
"version": "4.0.0",
"description": "The Cyber Discovery Community GitHub pages site!",
"main": "index.html",
"dependencies": {
"material-components-web": "^6.0.0"
},
"devDependencies": {
"@babel/core": "^7.10.2",
"@babel/preset-env": "^7.10.2",
"autoprefixer": "^9.8.0",
"babel-core": "^6.26.3",
"babel-loader": "^8.1.0",
"babel-polyfill": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"css-loader": "^3.6.0",
"extract-loader": "^5.1.0",
"file-loader": "^6.0.0",
"postcss-loader": "^3.0.0",
"sass": "^1.26.8",
"sass-loader": "^8.0.2",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.0"
},
"scripts": {
"test": "echo None",
"build": "webpack",
"start": "webpack-dev-server"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CyberDiscovery/cyberdiscovery.github.io.git"
},
"keywords": [
"Website",
"Page",
"Site",
"Showcase"
],
"author": "Sh3llcod3",
"license": "MIT",
"bugs": {
"url": "https://github.com/CyberDiscovery/cyberdiscovery.github.io/issues"
},
"homepage": "https://github.com/CyberDiscovery/cyberdiscovery.github.io#readme"
}