forked from uploadcare/uploadcare-widget
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.75 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
53
{
"name": "uploadcare-widget",
"version": "0.0.0",
"description": "Source of Uploadcare Widget",
"scripts": {
"lint:css": "stylelint app/**/*.pcss",
"lint:js": "eslint .",
"build:svg": "svg-sprite --config ./scripts/svg-sprite.config.json app/assets/images/uploadcare/svg/icon-*.svg",
"build:css": "postcss ./app/assets/stylesheets/uploadcare/styles.pcss -o ./app/assets/stylesheets/uploadcare/styles.css -c ./scripts/postcss.config.js",
"build:css:min": "cross-env NODE_ENV=production npm run build:css",
"build": "npm run build:svg && npm run build:css:min",
"test": "echo \"Soon there will be tests 🖖\" && exit 0",
"serve:latest": "node ./scripts/serve.js"
},
"dependencies": {},
"devDependencies": {
"autoprefixer": "^7.1.5",
"browser-sync": "^2.18.13",
"cross-env": "^5.1.0",
"cssnano": "^3.9.1",
"eslint": "^4.9.0",
"eslint-config-uploadcare": "^1.1.0",
"ngrok": "^2.2.23",
"path": "^0.12.7",
"postcss-calc": "^6.0.1",
"postcss-cli": "^4.1.1",
"postcss-color-function": "^4.0.0",
"postcss-css-variables": "^0.8.0",
"postcss-custom-media": "^6.0.0",
"postcss-flexbugs-fixes": "^3.2.0",
"postcss-import": "^11.0.0",
"postcss-nested": "^2.1.2",
"postcss-prefixer": "^2.0.5",
"postcss-reporter": "^5.0.0",
"stylelint": "^8.2.0",
"stylelint-config-uploadcare": "^3.0.0",
"svg-sprite": "^1.3.6"
},
"browserslist": [
"> .4%",
"ie >= 10"
],
"repository": {
"type": "git",
"url": "git+https://github.com/uploadcare/uploadcare-widget.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/uploadcare/uploadcare-widget/issues"
},
"homepage": "https://github.com/uploadcare/uploadcare-widget#readme"
}