This repository was archived by the owner on Jul 1, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
71 lines (71 loc) · 2.04 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
{
"name": "boros-cmp-showcase",
"version": "1.1.0",
"description": "Showcase for Boros CMP",
"main": "index.js",
"scripts": {
"phoenix": "rm -Rf node_modules && rm -Rf package-lock.json && npm install",
"build:dev": "webpack --config src/CMP_Demo/infrastructure/configuration/webpack.config.cmp.babel.js --mode development",
"start": "webpack-dev-server --config src/CMP_Demo/infrastructure/configuration/webpack.config.cmp.babel.js --mode development --open --hot",
"lint": "sui-lint js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/scm-spain/CMP-Showcase.git"
},
"keywords": [
"ads",
"advertising",
"schibsted",
"cmp"
],
"author": "One Punch Team",
"license": "ISC",
"bugs": {
"url": "https://github.com/scm-spain/CMP-Showcase/issues"
},
"homepage": "https://github.com/scm-spain/CMP-Showcase#readme",
"devDependencies": {
"@s-ui/lint": "^2.13.0",
"@babel/cli": "7.2.3",
"@babel/core": "7.3.4",
"@babel/plugin-transform-modules-commonjs": "7.2.0",
"@babel/polyfill": "7.2.5",
"@babel/register": "7.0.0",
"babel-loader": "8.0.5",
"babel-plugin-transform-define": "1.3.1",
"babel-preset-sui": "3",
"clean-webpack-plugin": "^0.1.19",
"css-loader": "^0.28.11",
"html-webpack-plugin": "^3.2.0",
"node-sass": "^4.9.3",
"prop-types": "^15.6.2",
"sass-loader": "^7.1.0",
"style-loader": "^0.21.0",
"webpack": "^4.17.1",
"webpack-cli": "^3.0.8",
"webpack-dev-server": "^3.1.4"
},
"dependencies": {
"@s-ui/react-cmp-banner": "^1.3.0",
"@s-ui/react-cmp-services": "^1.1.0",
"@s-ui/react-services-markdown": "^1.6.0",
"@adv-ui/boros-cmp": "2",
"@schibstedspain/sui-atom-button": "^1.13.0",
"@schibstedspain/sui-theme": "^8.37.0",
"react": "^16.4.1",
"react-dom": "^16.4.1",
"react-router": "^4.3.1",
"react-router-dom": "^4.3.1"
},
"babel": {
"presets": [
"sui"
]
},
"eslintConfig": {
"extends": [
"./node_modules/@s-ui/lint/eslintrc.js"
]
}
}