-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
137 lines (137 loc) · 5.24 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
129
130
131
132
133
134
135
136
137
{
"name": "@wikia/react-common",
"version": "12.11.2",
"description": "Wikia's reusable React parts",
"repository": "[email protected]:Wikia/react-common.git",
"license": "UNLICENSED",
"scripts": {
"prepublishOnly": "yarn clean && yarn build:lib",
"build": "yarn clean && yarn build:lib && yarn build:docs",
"build:docs": "yarn styleguide:build",
"build:lib": "yarn clean && yarn lib:build",
"clean": "node ./scripts/clean.js",
"coverage": "yarn test --coverage",
"coveralls": "yarn coverage --runInBand && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
"dev": "concurrently --names \"SERVER,TESTS\" --prefix \"{time}|{name}\" \"yarn styleguide:watch\" \"yarn test:watch\"",
"git:reset": "git checkout master && git pull",
"lib:build": "rollup -c config/rollup.config.js",
"lint": "yarn lint:js && yarn lint:css",
"lint:css": "stylelint \"source/components/**/*.scss\" \"source/components/**/*.css\"",
"lint:fix": "stylelint \"source/components/**/*.scss\" \"source/components/**/*.css\" --fix",
"lint:js": "eslint --cache .",
"extract-assets-from-ds": "node ./scripts/extract-assets-from-ds.js && yarn generate-icons-demo",
"generate-icons-demo": "node ./scripts/generate-icons-demo.js",
"bump:version": "node ./scripts/bump-version.js",
"create:tag": "node ./scripts/create-tag.js",
"release": "yarn release:patch",
"release:test": "yarn bump:version test && yarn publish",
"release:major": "yarn git:reset && yarn bump:version major && yarn build && git add . && yarn create:tag && git push --follow-tags && yarn publish",
"release:minor": "yarn git:reset && yarn bump:version minor && yarn build && git add . && yarn create:tag && git push --follow-tags && yarn publish",
"release:patch": "yarn git:reset && yarn bump:version patch && yarn build && git add . && yarn create:tag && git push --follow-tags && yarn publish",
"styleguide:build": "styleguidist build --config ./config/styleguide.config.js",
"styleguide:watch": "styleguidist server --config ./config/styleguide.config.js",
"ci": "yarn lint && yarn coverage --runInBand",
"test": "jest --config ./config/jest.config.js",
"test:update": "jest -u --config ./config/jest.config.js",
"test:watch": "yarn test --watchAll --notify"
},
"dependencies": {
"@fandom/design-system": "^23.26.0",
"classnames": "^2.2.6",
"color": "^3.1.2",
"coveralls": "^3.0.9",
"i18next": "^19.7.0",
"immutable": "^4.0.0-rc.12",
"lodash": "^4.17.15",
"mockdate": "^3.0.2",
"prop-types": "^15.7.2",
"react": "^16.13.0",
"react-dom": "^16.13.0",
"react-i18next": "^11.7.1",
"react-redux": "^7.2.0",
"react-select": "^3.0.8",
"styled-components": "^5.0.1"
},
"devDependencies": {
"@babel/core": "^7.8.7",
"@babel/node": "^7.8.7",
"@babel/plugin-external-helpers": "^7.8.3",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/plugin-proposal-export-default-from": "^7.8.3",
"@babel/plugin-proposal-object-rest-spread": "^7.8.3",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/preset-env": "^7.8.7",
"@babel/preset-react": "^7.8.3",
"@rollup/plugin-commonjs": "^11.0.2",
"@rollup/plugin-node-resolve": "^7.1.1",
"@testing-library/react": "^11.2.2",
"babel-core": "^7.0.0-bridge.0",
"babel-eslint": "^10.1.0",
"babel-jest": "^25.1.0",
"babel-loader": "^8.0.6",
"babel-plugin-styled-components": "^1.10.7",
"concurrently": "^5.1.0",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.2",
"enzyme-redux": "^0.2.1",
"enzyme-to-json": "^3.4.4",
"eslint": "^6.8.0",
"eslint-config-airbnb": "^18.0.1",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-jest": "^23.8.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.18.3",
"fs-extra": "^8.1.0",
"glob": "^7.1.6",
"identity-obj-proxy": "^3.0.0",
"jest": "^25.1.0",
"mkdirp": "^1.0.3",
"node-sass": "^4.13.1",
"path": "^0.12.7",
"postcss-modules": "^1.5.0",
"raw-loader": "^4.0.0",
"react-docgen": "3.0.0",
"react-styleguidist": "^8.0.6",
"react-svg-loader": "^3.0.3",
"react-test-renderer": "^16.13.0",
"redux": "^4.0.5",
"redux-test-utils": "^0.3.0",
"rimraf": "^3.0.2",
"rollup": "^1.20.0",
"rollup-plugin-babel": "^4.3.3",
"rollup-plugin-postcss": "^2.2.0",
"rollup-plugin-postprocess": "^1.0.2",
"rollup-plugin-react-svg": "^3.0.3",
"rollup-plugin-sass": "^1.2.2",
"rollup-plugin-string": "^3.0.0",
"rollup-plugin-svg": "^2.0.0",
"sass-loader": "^8.0.2",
"semver": "^7.1.3",
"sinon": "^9.0.0",
"stylelint": "^13.2.0",
"stylelint-config-fandom": "https://github.com/Wikia/stylelint-config-fandom.git#0.0.1",
"stylelint-order": "^4.0.0",
"stylelint-scss": "^3.14.2",
"waait": "^1.0.5",
"webpack": "^4.42.0",
"webpack-cli": "^3.3.11"
},
"peerDependencies": {
"i18next": "^19.7.0",
"react-i18next": "^11.7.1"
},
"publishConfig": {
"registry": "https://artifactory.wikia-inc.com/artifactory/api/npm/wikia-npm/"
},
"files": [
"/assets",
"/components",
"/hocs",
"/hooks",
"/icons",
"/models",
"/systems",
"/theme",
"/utils"
]
}