-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
128 lines (128 loc) · 5.25 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
125
126
127
128
{
"name": "ripe-components-vue",
"version": "0.24.0",
"description": "RIPE Components for Vue.js",
"keywords": [
"components",
"ripe",
"vue"
],
"homepage": "https://github.com/ripe-tech/ripe-components-vue#readme",
"bugs": {
"url": "https://github.com/ripe-tech/ripe-components-vue/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ripe-tech/ripe-components-vue.git"
},
"license": "Apache-2.0",
"author": "Platforme",
"main": "dist/ripe-components-vue.min.js",
"files": [
"index.js",
"LICENSE",
"css/**/*.scss",
"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-lib": "cross-env NODE_ENV=production webpack --mode production --config webpack-lib.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": {
"jsonlint-mod": "^1.7.6",
"loaders.css": "^0.1.2",
"ripe-commons": "^0.8.1",
"vue": "^2.6.14",
"vue-global-events": "^1.2.1",
"yonius": "^0.11.3"
},
"devDependencies": {
"@babel/core": "^7.17.5",
"@babel/eslint-parser": "^7.17.0",
"@babel/plugin-transform-runtime": "^7.17.0",
"@babel/preset-env": "^7.16.11",
"@babel/runtime": "^7.17.2",
"@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.18",
"@vue/test-utils": "1.3.0",
"babel-loader": "^8.2.3",
"core-js": "^3.21.0",
"cross-env": "^7.0.3",
"css-loader": "^6.6.0",
"eslint": "^8.8.0",
"eslint-config-hive": "^0.5.3",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-mocha": ">=10.0.0 && <10.0.3",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-vue": "^8.7.1",
"eslint-webpack-plugin": "^3.1.1",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.5.0",
"jsdom": "^19.0.0",
"jsdom-global": "^3.0.2",
"mocha": "^9.2.0",
"mochapack": "^2.1.4",
"node-fetch": "^3.2.0",
"npm-check-updates": "^12.3.0",
"null-loader": "^4.0.1",
"postcss": "^8.4.6",
"postcss-html": "^1.3.0",
"prettier": "^2.5.1",
"prettier-config-hive": "^0.1.7",
"sass": "^1.49.7",
"sass-loader": "^12.4.0",
"sort-package-json": "^1.54.0",
"style-loader": "^3.3.1",
"stylelint": "^14.4.0",
"stylelint-config-hive": "^1.0.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",
"url-loader": "^4.1.1",
"vue-loader": "^15.9.8",
"vue-template-compiler": "^2.6.14",
"webpack": "^5.68.0",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.7.4"
},
"engines": {
"node": ">=12"
}
}