-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
129 lines (129 loc) · 4.34 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
{
"name": "nukleus",
"version": "16.2.1",
"description": "Shared components repo for kununu projects",
"main": "dist/components/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/kununu/nukleus.git"
},
"author": "kununu",
"bugs": {
"url": "https://github.com/kununu/nukleus/issues"
},
"homepage": "https://github.com/kununu/nukleus#readme",
"license": "ISC",
"files": [
"dist/",
"package.json"
],
"readme": "README.md",
"devDependencies": {
"@babel/cli": "7.4.3",
"@babel/core": "7.4.3",
"@babel/plugin-proposal-class-properties": "7.4.0",
"@babel/plugin-proposal-export-default-from": "7.2.0",
"@babel/polyfill": "7.4.3",
"@babel/preset-env": "7.4.3",
"@babel/preset-react": "7.0.0",
"@babel/preset-stage-0": "7.0.0",
"@babel/register": "7.4.4",
"@kununu/eslint-config": "1.0.6",
"@storybook/addon-a11y": "4.1.18",
"@storybook/addon-actions": "4.1.18",
"@storybook/addon-backgrounds": "4.1.18",
"@storybook/addon-centered": "4.1.18",
"@storybook/addon-events": "4.1.18",
"@storybook/addon-info": "4.1.18",
"@storybook/addon-jest": "4.1.18",
"@storybook/addon-knobs": "4.1.18",
"@storybook/addon-links": "4.1.18",
"@storybook/addon-notes": "4.1.18",
"@storybook/addon-options": "4.1.18",
"@storybook/addon-storyshots": "4.1.18",
"@storybook/addon-storyshots-puppeteer": "4.1.18",
"@storybook/addon-storysource": "4.1.18",
"@storybook/addon-viewport": "4.1.18",
"@storybook/addons": "4.1.18",
"@storybook/components": "4.1.18",
"@storybook/core-events": "4.1.18",
"@storybook/node-logger": "4.1.18",
"@storybook/react": "4.1.18",
"autoprefixer": "9.5.0",
"babel-eslint": "10.0.1",
"babel-jest": "24.5.0",
"babel-loader": "8.0.5",
"babel-plugin-transform-rename-import": "2.3.0",
"bootstrap-sass": "3.4.1",
"core-js": "2.6.5",
"cross-env": "5.2.0",
"css-loader": "2.1.1",
"enzyme": "3.9.0",
"enzyme-adapter-react-16": "1.11.2",
"enzyme-to-json": "3.3.5",
"eslint": "5.15.1",
"eslint-import-resolver-webpack": "0.11.0",
"eslint-plugin-babel": "5.3.0",
"eslint-plugin-import": "2.16.0",
"eslint-plugin-jsx-a11y": "6.2.1",
"eslint-plugin-react": "7.12.4",
"file-loader": "3.0.1",
"identity-obj-proxy": "3.0.0",
"jest": "24.5.0",
"jest-junit": "6.3.0",
"node-sass": "4.11.0",
"node-sass-module-importer": "0.1.0",
"postcss-cli": "6.1.2",
"postcss-loader": "3.0.0",
"react": "16.8.4",
"react-dom": "16.8.4",
"react-markdown": "4.0.6",
"react-router": "4.3.1",
"react-router-dom": "4.3.1",
"react-test-renderer": "16.8.4",
"rimraf": "2.6.3",
"sass-lint": "1.12.1",
"sass-loader": "7.1.0",
"style-loader": "0.23.1",
"url-loader": "1.1.2",
"webpack": "4.29.6",
"webpack-cli": "3.2.3",
"webpack-dev-server": "3.2.1"
},
"dependencies": {
"@kununu/kununu-icons": "1.6.1",
"@kununu/kununu-theme-v2": "2.0.2",
"classnames": "2.2.6",
"date-fns": "2.0.0-alpha.25",
"debounce": "1.2.0",
"prop-types": "15.7.2",
"query-string": "6.4.0",
"react-aria-modal": "4.0.0",
"react-autosuggest": "9.4.3",
"react-datepicker": "2.2.0",
"react-scroll": "1.7.11"
},
"peerDependencies": {
"react": ">=16.0.0",
"react-dom": ">=16.0.0"
},
"scripts": {
"babel": "cross-env NODE_ENV=dist babel ./src/components --out-dir ./dist/components --ignore 'src/components/**/story.js' && babel ./utils --out-dir ./dist/utils",
"build": "rimraf ./docs && build-storybook -s ./static -c .storybook -o docs",
"clean": "rimraf ./dist",
"coverage": "jest --coverage --testResultsProcessor=\"jest-junit\"",
"dist": "npm run clean && npm run babel && npm run sass",
"lint": "npm run lint:js && npm run lint:sass",
"lint:js": "eslint ./src/components ./tests --max-warnings 0 --ext jsx --ext js",
"lint:sass": "sass-lint --verbose",
"prepare": "npm run dist",
"presass": "node-sass ./src/components --output ./dist/components --importer node_modules/node-sass-module-importer",
"sass": "postcss dist/components/**/*.css --replace --use autoprefixer --no-map",
"start": "start-storybook -s ./static -p 3000",
"test": "jest --coverage",
"test:watch": "jest --watch"
},
"jest-junit": {
"output": "./coverage/junit.xml"
}
}