-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.58 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
{
"name": "glorious-pitsby-website",
"version": "0.1.0",
"description": "Pitsby Website",
"scripts": {
"build": "webpack",
"format": "eslint ./src/**/*.js",
"start": "webpack-dev-server",
"test": "jest",
"deploy": "firebase deploy --non-interactive"
},
"main": "./src/scripts/app.js",
"keywords": [
"Pitsby",
"documentation",
"tool",
"website"
],
"author": "Rafael Camargo <[email protected]>",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.10.2",
"@babel/preset-env": "^7.10.2",
"@vue/test-utils": "^1.0.0-beta.30",
"babel-eslint": "^10.0.3",
"babel-jest": "^24.9.0",
"babel-loader": "^8.1.0",
"codecov": "^3.8.3",
"copy-webpack-plugin": "^5.1.1",
"css-loader": "^3.4.1",
"eslint": "^6.8.0",
"file-loader": "^6.2.0",
"firebase-tools": "^11.23.1",
"html-loader": "^0.5.5",
"html-loader-jest": "^0.2.1",
"html-webpack-plugin": "^3.2.0",
"jest": "^24.9.0",
"mini-css-extract-plugin": "^0.8.2",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"prerender-spa-plugin": "^3.4.0",
"stylus": "^0.54.7",
"stylus-loader": "^3.0.2",
"terser-webpack-plugin": "^2.3.1",
"vue-template-compiler": "^2.6.11",
"webpack": "^4.41.5",
"webpack-cli": "^3.3.10",
"webpack-dev-server": "^3.10.1",
"webpack-merge": "^4.2.2"
},
"dependencies": {
"@compilorama/statorama": "^0.1.0",
"@glorious/demo": "^0.11.2",
"@glorious/fyzer": "^0.1.10",
"prismjs": "^1.27.0",
"vue": "^2.6.11",
"vue-head": "^2.2.0",
"vue-router": "^3.1.5"
}
}