forked from schmich/marinara
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 898 Bytes
/
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
{
"name": "marinara",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"dev": "vue-cli-service build --mode development --no-unsafe-inline --dest package/modules --watch",
"build": "vue-cli-service build --mode production --no-unsafe-inline --dest package/modules",
"test:unit": "vue-cli-service test:unit"
},
"dependencies": {
"d3": "^5.0.0",
"events": "^3.0.0",
"moment": "^2.24.0",
"tippy.js": "^3.2.0",
"vue": "^2.5.17",
"vue-router": "^3.0.1"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.1.1",
"@vue/cli-plugin-unit-mocha": "^3.1.1",
"@vue/cli-service": "^3.8.0",
"@vue/test-utils": "^1.0.0-beta.20",
"chai": "^4.1.2",
"filemanager-webpack-plugin": "^2.0.5",
"node-sass": "^4.12.0",
"sass-loader": "^7.0.1",
"vue-template-compiler": "^2.5.17",
"webpack-touch": "^1.0.2"
}
}