-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
36 lines (36 loc) · 1.24 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
{
"name": "sonar-rules",
"version": "1.0.0",
"description": "Make documents about Sonar rules",
"private": true,
"directories": {
"test": "tests"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "NODE_ENV=development webpack --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"watch": "NODE_ENV=development webpack --watch --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"hot": "NODE_ENV=development webpack-dev-server --inline --hot --config=node_modules/laravel-mix/setup/webpack.config.js",
"prod": "NODE_ENV=production webpack --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rikkeisoft/sonar-rules.git"
},
"keywords": [],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/rikkeisoft/sonar-rules/issues"
},
"homepage": "https://github.com/rikkeisoft/sonar-rules#readme",
"devDependencies": {
"laravel-mix": "^1.7.2"
},
"dependencies": {
"babel-polyfill": "^6.23.0",
"bootstrap": "^4.0.0-beta.2",
"bootstrap-vue": "^1.0.0-beta.9",
"vue": "^2.5.2"
}
}