-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 1010 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
{
"name": "ulole-framework-v3",
"version": "1.0.0",
"description": "Optional package.json",
"main": "resources/js/index.js",
"scripts": {
"build": "webpack --config webpack.js",
"watch": "nodemon -e js,scss,vue,php,html,css --ignore public/assets/js --ignore public/assets/css -x \"npm run build\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/interaapps/ulole-framework-v2.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/interaapps/ulole-framework-v2/issues"
},
"homepage": "https://github.com/interaapps/ulole-framework-v2#readme",
"devDependencies": {
"node-sass": "^4.14.1",
"css-loader": "^3.0.0",
"sass-loader": "^7.1.0",
"scss-loader": "0.0.1",
"style-loader": "^1.2.1",
"nodemon": "^2.0.4",
"webpack": "^4.35.0",
"webpack-cli": "^3.3.4",
"mini-css-extract-plugin": "^0.11.0"
},
"dependencies": {
}
}