This repository has been archived by the owner on Apr 15, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
70 lines (70 loc) · 1.99 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "slioi-website",
"version": "0.5.3",
"description": "The Official Website of Sri Lankan Olympiad in Informatics",
"main": "dist/bundle.js",
"scripts": {
"test": "echo \\\"Error: no test specified\\\" && exit 1",
"start": "webpack-dev-server --inline --hot --env dev",
"build:dev": "npm run clean; webpack --env dev --progress --profile --colors",
"build:prod": "npm run clean; webpack --env prod --progress --profile --colors",
"clean": "rm -rf dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SLIOI/website.git"
},
"keywords": [
"slioi",
"website",
"source",
"material"
],
"author": "SLIOI",
"maintainers": [
"Adithya Narasinghe",
"Pasindu Wijesena",
"Nishan Wijethunga",
"Ravindu Ramesh"
],
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/SLIOI/website/issues"
},
"homepage": "https://github.com/SLIOI/website#readme",
"devDependencies": {
"@material/button": "^0.41.0",
"@material/ripple": "^0.39.3",
"@material/typography": "^0.39.0",
"@material/card": "^0.41.0",
"@material/elevation": "^0.41.0",
"@material/icon-button": "^0.41.0",
"@types/material-components-web": "^0.35.0",
"autoprefixer": "^9.1.5",
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-minify-webpack-plugin": "^0.3.1",
"babel-preset-es2015": "^6.24.1",
"copy-webpack-plugin": "^4.5.2",
"css-loader": "^1.0.0",
"extract-loader": "^3.0.0",
"file-loader": "^2.0.0",
"node-sass": "^4.9.3",
"optimize-css-assets-webpack-plugin": "^3.2.0",
"postcss-loader": "^3.0.0",
"prettier": "1.14.3",
"sass-loader": "^7.1.0",
"ts-loader": "^3.3.1",
"typescript": "^3.0.3",
"webpack": "^3.12.0",
"webpack-dev-server": "^2.11.3",
"@types/webpack": "^4.4.17",
"@types/gsap": "^1.20.0",
"@types/jquery": "^3.3.22"
},
"dependencies": {
"gsap": "^2.0.2",
"jquery": "^3.3.1",
"smooth-scroll": "^14.2.1"
}
}