-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 948 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
31
32
33
34
35
36
{
"name": "winword",
"version": "1.0.0",
"description": "This is winword project",
"main": "index.js",
"dependencies": {
"angular": "^1.7.9",
"angular-route": "^1.6.9",
"animejs": "^3.1.0",
"metro4": "^4.3.5",
"screenfull": "^5.0.2",
"validate.js": "^0.13.1"
},
"devDependencies": {
"laravel-mix": "^5.0.1",
"resolve-url-loader": "^3.1.0",
"sass": "^1.26.2",
"sass-loader": "^8.0.2",
"vue-template-compiler": "^2.6.11"
},
"scripts": {
"webpackCompile": "node_modules/.bin/webpack --config=node_modules/laravel-mix/setup/webpack.config.js",
"webpackWatch": "npm run webpackCompile -- --watch"
},
"repository": {
"type": "git",
"url": "git+https://gitlab.com/mrtzaj/winword.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://gitlab.com/mrtzaj/winword/issues"
},
"homepage": "https://gitlab.com/mrtzaj/winword#readme"
}