-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
57 lines (57 loc) · 1.48 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
{
"name": "devcord-website",
"version": "0.1.0",
"dependencies": {
"axios": "^0.21.1",
"express": "^4.17.1",
"marked": "^2.0.0",
"prismjs": "^1.21.0",
"vue": "^2.6.11",
"vue-router": "^3.4.3",
"vue-template-compiler": "^2.6.11",
"vuex": "^3.5.1"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^4.15.1",
"babel-eslint": "^10.1.0",
"copy-webpack-plugin": "^6.0.3",
"cross-env": "^7.0.2",
"css-loader": "^4.2.1",
"eslint": "^7.5.0",
"eslint-plugin-vue": "^6.2.2",
"file-loader": "^6.0.0",
"html-webpack-plugin": "^4.3.0",
"pug": "^3.0.0",
"pug-loader": "^2.4.0",
"pug-plain-loader": "^1.0.0",
"raw-loader": "^4.0.1",
"sass": "^1.26.10",
"sass-loader": "^9.0.3",
"style-loader": "^1.2.1",
"typescript": "^3.9.7",
"vue-eslint-parser": "^7.1.0",
"vue-loader": "^15.9.3",
"vue-svg-loader": "^0.16.0",
"webpack": "^4.44.1",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.0"
},
"scripts": {
"dev": "cross-env NODE_ENV=development webpack-dev-server",
"build": "webpack --production",
"lint": "eslint --fix --ext .js,.vue src"
},
"repository": {
"type": "git",
"url": "git+https://github.com/devcord/website.git"
},
"keywords": [
"devcord"
],
"author": "Andres Sweeney-Rios",
"license": "MIT",
"bugs": {
"url": "https://github.com/devcord/website/issues"
},
"homepage": "https://github.com/devcord/website#readme"
}