-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.43 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.43 KB
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
{
"name": "levant-carta",
"version": "1.0.0",
"description": "My sensational Nuxt.js project",
"author": "Davi Teodoro",
"private": true,
"scripts": {
"dev": "cross-env NODE_ENV=development nodemon server/index.js --watch server",
"build": "nuxt build",
"start": "cross-env NODE_ENV=production node server/index.js",
"generate": "nuxt generate",
"test": "jest",
"styleguide": "vue-styleguidist server",
"styleguide:build": "vue-styleguidist build"
},
"dependencies": {
"@mapbox/mapbox-gl-draw": "^1.1.2",
"@nuxtjs/pwa": "^3.0.0-0",
"@nuxtjs/style-resources": "^1.0.0",
"@turf/combine": "^6.0.1",
"@turf/explode": "^5.1.5",
"@turf/union": "^6.0.3",
"axios": "^0.19.0",
"cross-env": "^5.2.0",
"dotenv-safe": "^8.1.0",
"element-ui": "^2.4.11",
"express": "^4.16.4",
"mapbox-gl": "^1.4.0",
"node-sass": "^4.12.0",
"nuxt": "2.9.2",
"nuxt-i18n": "^6.3.1",
"pg": "^7.12.1",
"pg-hstore": "^2.3.3",
"sass-loader": "^8.0.0",
"sequelize": "^5.19.2",
"tippy.js": "^5.1.2",
"uuid": "^3.3.3"
},
"devDependencies": {
"@vue/test-utils": "^1.0.0-beta.27",
"babel-jest": "^24.1.0",
"eslint-config-prettier": "^4.1.0",
"eslint-plugin-prettier": "^3.0.1",
"jest": "^24.1.0",
"nodemon": "^1.18.9",
"prettier": "^1.16.4",
"vue-jest": "^4.0.0-0",
"vue-styleguidist": "^3.24.2",
"vue-svg-loader": "^0.12.0"
}
}