-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
124 lines (124 loc) · 5.03 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
{
"name": "ripe-commons-pluginus",
"version": "0.31.2",
"description": "RIPE Commons Pluginus",
"keywords": [
"commons",
"pluginus",
"ripe"
],
"homepage": "https://github.com/ripe-tech/ripe-commons-pluginus#readme",
"bugs": {
"url": "https://github.com/ripe-tech/ripe-commons-pluginus/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ripe-tech/ripe-commons-pluginus.git"
},
"license": "Apache-2.0",
"author": "Platforme",
"main": "dist/ripe-commons-pluginus.min.js",
"files": [
"index.js",
"LICENSE",
"dist/**/*",
"js/**/*.js",
"res/**/*.ico",
"res/**/*.png",
"test/**/*.js",
"vue/**/*.js",
"vue/**/*.vue"
],
"scripts": {
"build": "cross-env NODE_ENV=production webpack --mode production --config webpack.config.js",
"build-dev": "cross-env NODE_ENV=development webpack --mode development --config webpack.config.js",
"build-storybook": "cross-env NODE_ENV=development build-storybook -c .storybook -o storybook",
"dev": "cross-env NODE_ENV=development webpack serve --config webpack.config.js --mode development --hot",
"lint": "npm run lint:base && npm run lint:stylelint",
"lint-fix": "npm run lint-fix:base && npm run lint-fix:stylelint",
"lint-fix:base": "eslint \"./**/*.{js,vue}\" --fix",
"lint-fix:stylelint": "stylelint \"./**/*.{css,scss,vue}\" --fix",
"lint:base": "eslint \"./**/*.{js,vue}\"",
"lint:stylelint": "stylelint \"./**/*.{css,scss,vue}\"",
"prettier": "prettier \"./**/*.{js,vue,json}\" --write",
"pretty": "npm run prettier && npm run lint-fix && npm run svgo",
"storybook": "start-storybook -p 9001 -c .storybook",
"svgo": "svgo -r .",
"test": "npm run test:mocha && npm run test:vue",
"test-debug": "cross-env NODE_ENV=development node --inspect node_modules/.bin/mochapack --webpack-config vue/test/webpack.config.js --require vue/test/setup.js vue/**/*.test.js",
"test-watch:vue": "npm run test:vue -- --watch",
"test:mocha": "mocha --recursive test",
"test:vue": "cross-env NODE_ENV=development mochapack --webpack-config vue/test/webpack.config.js --require vue/test/setup.js vue/test/**/*.test.js",
"upgrade": "npx sort-package-json && ncu -u",
"vercel-build": "npm run build && npm run build-storybook",
"watch": "cross-env NODE_ENV=development webpack --config webpack.config.js --mode development --watch",
"webpack": "webpack --config webpack.config.js"
},
"dependencies": {
"loaders.css": "^0.1.2",
"pluginus": "^0.4.2",
"ripe-sdk": "^3.0.0",
"vue": "^2.6.14",
"vue-global-events": "^1.2.1",
"vuex": "^3.6.2",
"yonius": "^0.11.7"
},
"devDependencies": {
"@babel/core": "^7.18.2",
"@babel/eslint-parser": "^7.18.2",
"@babel/plugin-transform-runtime": "^7.18.2",
"@babel/preset-env": "^7.18.2",
"@babel/runtime": "^7.18.3",
"@storybook/addons": "~6.4.22",
"@storybook/addon-knobs": "^6.4.0",
"@storybook/addon-storysource": "~6.4.22",
"@storybook/builder-webpack5": "~6.4.22",
"@storybook/manager-webpack5": "~6.4.22",
"@storybook/source-loader": "~6.4.22",
"@storybook/vue": "~6.4.22",
"@vue/test-utils": "^1.3.0",
"babel-loader": "^8.2.5",
"core-js": "^3.22.8",
"cross-env": "^7.0.3",
"css-loader": "^6.7.1",
"eslint": "^8.17.0",
"eslint-config-hive": "^0.5.8",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-mocha": "^10.0.5",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-vue": "^8.4.1",
"eslint-webpack-plugin": "^3.1.1",
"html-webpack-plugin": "^5.5.0",
"jsdom": "^19.0.0",
"jsdom-global": "^3.0.2",
"mocha": "^9.2.2",
"mochapack": "^2.1.4",
"node-fetch": "^2.6.7",
"npm-check-updates": "^13.1.1",
"null-loader": "^4.0.1",
"postcss": "^8.4.14",
"postcss-html": "^1.4.1",
"prettier": "^2.6.2",
"prettier-config-hive": "^0.1.7",
"sass": "^1.52.2",
"sass-loader": "^12.6.0",
"sort-package-json": "^1.57.0",
"style-loader": "^3.3.1",
"stylelint": "^14.8.5",
"stylelint-config-hive": "^1.1.0",
"stylelint-config-html": "^1.0.0",
"stylelint-config-standard": "^29.0.0",
"stylelint-config-standard-scss": "^6.1.0",
"stylelint-order": "^5.0.0",
"svgo": "^2.8.0",
"vue-loader": "^15.9.8",
"vue-template-compiler": "^2.6.14",
"webpack": "^5.73.0",
"webpack-cli": "^4.9.2"
},
"engines": {
"node": ">=12"
}
}