-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
52 lines (52 loc) · 1.79 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
{
"name": "pingcrm-yii2",
"version": "1.0.0",
"description": "<p align=\"center\"> <a href=\"https://github.com/yiisoft\" target=\"_blank\"> <img src=\"https://avatars0.githubusercontent.com/u/993323\" height=\"100px\"> </a> <h1 align=\"center\">Yii 2 Basic Project Template</h1> <br> </p>",
"main": "index.js",
"directories": {
"test": "tests"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "webpack --config webpack.config.js",
"prod": "webpack --config webpack.config.js --optimize-minimize --mode production",
"css-dev": "cross-env NODE_ENV=development postcss resources/css/app.css -o web/assets/inertia/css/app.css",
"css-prod": "cross-env NODE_ENV=development postcss resources/css/app.css -o web/assets/inertia/css/app.min.css"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tbreuss/pingcrm-yii2.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/tbreuss/pingcrm-yii2/issues"
},
"homepage": "https://github.com/tbreuss/pingcrm-yii2#readme",
"dependencies": {
"@inertiajs/inertia": "^0.1.7",
"@inertiajs/inertia-vue": "^0.1.2",
"lodash": "^4.17.21",
"popper.js": "^1.16.1",
"portal-vue": "^2.1.7",
"tailwindcss": "^1.2.0",
"vue": "^2.6.11",
"vue-meta": "^2.3.3"
},
"devDependencies": {
"@fullhuman/postcss-purgecss": "^2.1.0",
"autoprefixer": "^9.7.4",
"cross-env": "^7.0.2",
"css-loader": "^3.4.2",
"cssnano": "^4.1.10",
"minimist": ">=1.2.6",
"postcss-cli": "^7.1.0",
"postcss-import": "^12.0.1",
"style-loader": "^1.1.3",
"vue-loader": "^15.9.1",
"vue-style-loader": "^4.1.2",
"vue-template-compiler": "^2.6.11",
"webpack": "^4.46.0",
"webpack-cli": "^3.3.10"
}
}