-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.48 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
{
"name": "math-logic",
"version": "1.0.8",
"description": "tugas mata kuliah logika matematika membuat aplikasi logika matematika",
"main": "app.js",
"scripts": {
"dev": "NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"watch": "NODE_ENV=development node_modules/webpack/bin/webpack.js --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",
"production": "NODE_ENV=production node_modules/webpack/bin/webpack.js --no-progress --hide-modules --optimize-minimize --config=node_modules/laravel-mix/setup/webpack.config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ohchiko/math-logic.git"
},
"keywords": [
"mlogic"
],
"author": "gregorio ([email protected])",
"license": "copyright",
"bugs": {
"url": "https://github.com/ohchiko/math-logic/issues"
},
"homepage": "https://github.com/ohchiko/math-logic#readme",
"devDependencies": {
"clean-webpack-plugin": "^0.1.19",
"laravel-mix": "^4.1.2",
"resolve-url-loader": "^3.1.0",
"sass": "^1.23.0",
"sass-loader": "^7.3.1",
"tar": "^4.4.10",
"vue-template-compiler": "^2.6.10",
"webpack-dev-server": "^3.7.2"
},
"dependencies": {
"mithril": "^1.1.6",
"lodash": ">=4.17.13"
}
}