forked from DOI-USGS/gw-conditions
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.71 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
{
"name": "gw-conditions",
"version": "0.0.1",
"private": true,
"scripts": {
"serve": "vue-cli-service serve --mode test_tier",
"serve-test": "NODE_ENV=development vue-cli-service serve --mode test_tier",
"serve-beta": "NODE_ENV=development vue-cli-service serve --mode beta_tier",
"serve-prod": "vue-cli-service serve --mode prod_tier",
"build": "vue-cli-service build --mode prod_tier",
"build-test": "NODE_ENV=production vue-cli-service build --mode test_tier",
"build-beta": "NODE_ENV=production vue-cli-service build --mode beta_tier",
"build-prod": "NODE_ENV=production vue-cli-service build --mode prod_tier",
"lint": "vue-cli-service lint"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.30",
"@fortawesome/free-brands-svg-icons": "^5.14.0",
"@fortawesome/free-solid-svg-icons": "^5.14.0",
"@fortawesome/vue-fontawesome": "^0.1.10",
"core-js": "^3.6.5",
"d3": "^5.16.0",
"d3-transition": "^3.0.1",
"file-loader": "^4.3.0",
"html-loader": "^2.0.0",
"lint": "^0.7.0",
"mobile-device-detect": "^0.4.3",
"regenerator-runtime": "^0.13.9",
"vue": "2.6.12",
"vue-analytics": "^5.22.1",
"vue-browser-detect-plugin": "^0.1.13",
"vue-loader": "14.2.2",
"vue-mobile-detection": "^1.0.0",
"vue-router": "^3.4.3",
"vuex": "^3.5.1",
"webpack": "^4.42.0"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^4.5.4",
"@vue/cli-plugin-eslint": "^4.5.4",
"@vue/cli-service": "^4.5.4",
"babel-eslint": "^10.1.0",
"eslint": "^7.7.0",
"eslint-plugin-vue": "^6.2.2",
"node-sass": "^4.14.1",
"sass-loader": "^9.0.3",
"vue-svg-loader": "0.16.0",
"vue-template-compiler": "2.6.12"
}
}