-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
33 lines (33 loc) · 1.06 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
{
"name": "yii2-page-guide",
"version": "1.3.0",
"description": "Page guide extension\r ====================\r Ability to add guide to pages for user orientation",
"main": "",
"scripts": {
"postcss:watch": "postcss src/web/css/assist.css -o src/web/css/assist.min.css --watch",
"postcss:compile": "postcss src/web/css/assist.css -o src/web/css/assist.min.css",
"babel:compile": "babel src/web/js/assist.js -o src/web/js/assist.min.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Matej-ch/yii2-page-guide.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Matej-ch/yii2-page-guide/issues"
},
"homepage": "https://github.com/Matej-ch/yii2-page-guide#readme",
"devDependencies": {
"@babel/cli": "^7.16.0",
"@babel/core": "^7.16.0",
"@babel/preset-env": "^7.16.0",
"babel-preset-minify": "^0.5.1",
"cssnano": "^5.0.10",
"postcss": "^8.3.11",
"postcss-cli": "^9.0.2",
"postcss-import": "^14.0.2",
"postcss-preset-env": "^6.7.0"
}
}