This repository has been archived by the owner on Jun 1, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
121 lines (121 loc) · 4.86 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
{
"name": "ripe-sdk-components-react",
"version": "0.1.1",
"description": "RIPE SDK Components for React.js",
"keywords": [
"components",
"ripe",
"react"
],
"homepage": "https://github.com/ripe-tech/ripe-sdk-components-react#readme",
"bugs": {
"url": "https://github.com/ripe-tech/ripe-sdk-components-react/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ripe-tech/ripe-sdk-components-react.git"
},
"license": "Apache-2.0",
"author": "Platforme",
"main": "dist/ripe-sdk-components-react.min.js",
"files": [
"index.js",
"LICENSE",
"dist/**/*",
"res/**/*.ico",
"res/**/*.png",
"test/**/*.js",
"react/**/*.js",
"react/**/*.css"
],
"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 dist/storybook",
"docs": "styleguidist server",
"docs:build": "styleguidist build",
"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,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:react",
"test-watch:react": "npm run test-react -- --watch",
"test:mocha": "mocha --recursive",
"test:react": "cross-env NODE_ENV=development mochapack --webpack-config react/test/webpack.config.js --require react/test/setup.js react/test/**/*.test.js",
"upgrade": "npx sort-package-json && ncu -u",
"vercel-build": "npm run build && npm run build-storybook && npm run docs:build && cp -r res dist/",
"watch": "cross-env NODE_ENV=development webpack --config webpack.build.config.js --mode development --watch",
"webpack": "webpack --config webpack.config.js"
},
"dependencies": {
"@babel/runtime": "^7.17.2",
"loaders.css": "^0.1.2",
"prop-types": "^15.8.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"ripe-sdk": "^2.20.0",
"yonius": "^0.11.5"
},
"devDependencies": {
"@babel/core": "^7.17.5",
"@babel/plugin-proposal-class-properties": "^7.16.7",
"@babel/plugin-syntax-jsx": "^7.16.7",
"@babel/plugin-transform-runtime": "^7.17.0",
"@babel/preset-env": "^7.16.11",
"@babel/preset-react": "^7.16.7",
"@storybook/addon-knobs": "^6.4.0",
"@storybook/addon-storysource": "^6.4.19",
"@storybook/builder-webpack5": "^6.4.19",
"@storybook/manager-webpack5": "^6.4.19",
"@storybook/react": "^6.4.19",
"@storybook/source-loader": "^6.4.19",
"@testing-library/react": "^12.1.5",
"babel-loader": "^8.2.3",
"cheerio": "=1.0.0-rc.3",
"cross-env": "7.0.3",
"css-loader": "^6.6.0",
"eslint": "^8.9.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-react": "^7.28.0",
"jsdom": "^19.0.0",
"mocha": "^9.2.1",
"mochapack": "^2.1.4",
"node-fetch": "^2.6.7",
"npm-check-updates": "^12.4.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",
"react-styleguidist": "^11.2.0",
"sass": "^1.49.8",
"sass-loader": "^12.6.0",
"sinon": "^13.0.1",
"sort-package-json": "^1.54.0",
"style-loader": "^3.3.1",
"stylelint": "^14.5.3",
"stylelint-config-hive": "^1.0.0",
"stylelint-config-html": "^1.0.0",
"stylelint-config-standard": "^24.0.0",
"stylelint-config-standard-scss": "^3.0.0",
"stylelint-order": "^5.0.0",
"svgo": "^2.8.0",
"webpack": "^5.69.1",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.7.4"
},
"engines": {
"node": ">=12"
}
}