-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
73 lines (73 loc) · 2.19 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
71
72
73
{
"name": "osu-carbon-calculator",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "SET NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service serve --open",
"build": "./node_modules/\\@vue/cli-service/bin/vue-cli-service.js build --modern",
"lint": "vue-cli-service lint",
"test:unit": "vue-cli-service test:unit",
"prettier": "prettier --write **/*.{js,ts,tsx,json,html,md,css,scss,vue}",
"format": "npm-run-all --continue-on-error prettier \"lint -- --fix\""
},
"dependencies": {
"axios": "^0.18.0",
"chart.js": "^2.7.3",
"element-ui": "^2.4.10",
"file-loader": "^2.0.0",
"prettier": "^3.0.1",
"vue": "2.6.14",
"vue-chartjs": "^3.4.0",
"vue-directive-long-press": "^1.1.0",
"vue-focus-lock": "^1.3.0",
"vue-i18n": "^8.3.2",
"vue-router": "^3.0.1",
"vue-svg-loader": "^0.11.0",
"vuex": "^3.0.1",
"vuex-persist": "^2.0.0"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.3.0",
"@vue/cli-plugin-eslint": "^3.1.5",
"@vue/cli-plugin-unit-jest": "^3.1.1",
"@vue/cli-service": "^3.1.4",
"@vue/eslint-config-standard": "^4.0.0",
"@vue/test-utils": "^1.0.0-beta.20",
"babel-eslint": "^10.0.1",
"eslint": "^5.8.0",
"eslint-plugin-vue": "^5.0.0-0",
"npm-run-all": "^4.1.5",
"sass": "^1.57.1",
"sass-loader": "^7.3.1",
"vue-template-compiler": "2.6.14"
},
"eslintConfig": {
"root": true,
"env": {
"node": true
},
"extends": [
"plugin:vue/essential",
"eslint:recommended"
],
"rules": {},
"parserOptions": {
"parser": "babel-eslint"
}
},
"description": "## [Production Build](https://myco2.sustainability.oregonstate.edu)",
"main": ".eslintrc.js",
"directories": {
"test": "tests"
},
"repository": {
"type": "git",
"url": "git+https://github.com/OSU-Sustainability-Office/osu_carbon_calculator_update_project.git"
},
"author": "Jack Woods & Brogan Miner",
"license": "MIT",
"bugs": {
"url": "https://github.com/OSU-Sustainability-Office/osu_carbon_calculator_update_project/issues"
},
"homepage": "https://github.com/OSU-Sustainability-Office/osu_carbon_calculator_update_project#readme"
}