-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.89 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
{
"name": "glorious-taslonic-website",
"version": "0.1.0",
"description": "Taslonic's website",
"main": "src/scripts/app.js",
"scripts": {
"build": "webpack",
"build:stats": "NODE_ENV=production webpack --profile --json > stats.json",
"build:analyze": "npm run build:stats && webpack-bundle-analyzer stats.json",
"format": "eslint ./src/**/*.js",
"start": "webpack-dev-server",
"test": "jest",
"deploy": "firebase deploy --non-interactive",
"postinstall": "node ./node_modules/puppeteer/install.js"
},
"keywords": [
"taslonic",
"website"
],
"author": "Rafael Camargo <[email protected]>",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.10.2",
"@babel/eslint-parser": "^7.18.2",
"@babel/preset-env": "^7.10.2",
"@vue/test-utils": "^1.0.0-beta.30",
"babel-jest": "^28.1.2",
"babel-loader": "^8.1.0",
"codecov": "^3.6.1",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^3.4.1",
"css-minimizer-webpack-plugin": "^4.0.0",
"eslint": "^8.19.0",
"firebase-tools": "^11.2.0",
"html-loader": "^4.2.0",
"html-loader-jest": "^0.2.1",
"html-webpack-plugin": "^5.5.0",
"jest": "^24.9.0",
"prerender-spa-plugin-next": "^4.2.0",
"style-loader": "^3.3.1",
"stylus": "^0.54.7",
"stylus-loader": "^3.0.2",
"terser-webpack-plugin": "^5.3.3",
"vue-template-compiler": "^2.6.11",
"webpack": "^5.73.0",
"webpack-bundle-analyzer": "^4.8.0",
"webpack-cli": "^4.10.0",
"webpack-dev-server": "^4.9.3",
"webpack-merge": "^5.8.0"
},
"dependencies": {
"@compilorama/statorama": "^0.1.0",
"@glorious/fyzer": "^0.1.10",
"@glorious/rasket": "^0.1.2",
"@glorious/taslonic-vue": "^1.1.1",
"highlight.js": "^9.18.5",
"query-string": "^7.1.1",
"vue": "^2.6.11",
"vue-head": "^2.2.0",
"vue-highlight.js": "^3.1.0",
"vue-router": "^3.1.5"
}
}