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 1
/
Copy pathpackage.json
68 lines (68 loc) · 2.09 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
{
"name": "website-noi",
"version": "1.0.0",
"description": "Official website of National Olympiad in Informatics",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack-dev-server --inline --hot --env dev",
"build": "npm run clean; webpack --progress --hide-modules --env prod",
"clean": "rm -rf dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SLIOI/website-NOI.git"
},
"author": "NOI Web Team",
"license": "ISC",
"bugs": {
"url": "https://github.com/SLIOI/website-NOI/issues"
},
"homepage": "https://github.com/SLIOI/website-NOI#readme",
"devDependencies": {
"@fortawesome/fontawesome-free": "^5.6.3",
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-preset-env": "^1.7.0",
"copy-webpack-plugin": "^4.5.2",
"css-loader": "^2.1.0",
"extract-loader": "^3.1.0",
"file-loader": "^3.0.1",
"node-sass": "^4.12.0",
"optimize-css-assets-webpack-plugin": "^5.0.1",
"postcss-loader": "^3.0.0",
"sass-loader": "^7.1.0",
"vue-loader": "^15.5.0",
"vue-template-compiler": "^2.5.21",
"webpack": "^4.29.0",
"webpack-cli": "^3.2.1",
"webpack-dev-server": "^3.1.14"
},
"dependencies": {
"@material/button": "^0.42.0",
"@material/card": "^0.42.0",
"@material/drawer": "^0.43.0",
"@material/elevation": "^0.41.0",
"@material/icon-button": "^0.42.0",
"@material/image-list": "^0.42.0",
"@material/linear-progress": "^0.43.0",
"@material/list": "^0.43.0",
"@material/menu": "^0.43.0",
"@material/select": "^0.43.0",
"@material/snackbar": "^0.43.0",
"@material/tab-bar": "^0.42.0",
"@material/textfield": "^0.43.0",
"@material/theme": "^0.41.0",
"@material/toolbar": "^0.42.0",
"@material/top-app-bar": "^0.43.0",
"@material/typography": "^0.43.0",
"autoprefixer": "^9.4.4",
"axios": "^0.18.1",
"jquery": "^3.4.1",
"particles.js": "^2.0.0",
"smooth-scroll": "^15.0.0",
"smooth-scrolling": "^2.3.11",
"vue": "^2.5.21",
"vue-router": "^3.0.2"
}
}