-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.51 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
{
"name": "codework",
"version": "1.0.2",
"description": "Daily programming challenge turns into an interactive programming reference guide.",
"homepage": "https://codework.coolthings.dev",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/mariehooper/codework"
},
"bugs": {
"url": "https://github.com/mariehooper/codework/issues"
},
"author": "Marie Hooper <marie.ashtari@gmail.com> (https://mariehooper.me)",
"contributors": [
"Patrick Hooper <patrick.d.hooper@gmail.com> (https://patrickhooper.me)"
],
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"format": "prettier --write '**/*.{html,js,json,md,vue}'",
"ci": "npm run lint && npm run build"
},
"dependencies": {
"core-js": "^3.6.4",
"firebase": "^7.8.2",
"marked": "^0.8.0",
"normalize.css": "^8.0.1",
"prismjs": "^1.19.0",
"vue": "^2.6.11",
"vue-router": "^3.1.5",
"vuex": "^3.1.2"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^4.2.2",
"@vue/cli-plugin-eslint": "^4.2.2",
"@vue/cli-service": "^4.2.2",
"babel-eslint": "^10.0.3",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.10.0",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-vue": "^6.1.2",
"husky": "^4.2.3",
"lint-staged": "^10.0.7",
"node-sass": "^4.13.1",
"prettier": "^1.19.1",
"sass-loader": "^8.0.2",
"vue-template-compiler": "^2.6.11"
}
}