-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
141 lines (141 loc) · 4.29 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
138
139
140
141
{
"name": "codio",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "webpack-dev-server --devtool eval --progress --colors --content-base build",
"test": "node scripts/test.js --env=jsdom",
"coverage": "yarn run test -- --coverage",
"build": "webpack --mode production",
"storybook": "start-storybook -p 9001 -c .storybook",
"deploy": "npm run build && aws s3 sync dist/ s3://www.codio.team --delete",
"test-ci": "JEST_JUNIT_OUTPUT=\"reports/junit/js-test-results.xml\" jest --maxWorkers=2 --ci"
},
"author": "",
"license": "ISC",
"dependencies": {
"@react-pdf/renderer": "^1.6.8",
"@storybook/addon-actions": "^5.2.4",
"@storybook/addon-docs": "^5.2.4",
"@storybook/addon-links": "^5.2.4",
"@storybook/addon-notes": "^5.2.4",
"@storybook/addon-storysource": "^5.2.4",
"@storybook/react": "^5.2.3",
"@storybook/theming": "^5.2.3",
"animate.css": "^3.7.2",
"axios": "^0.19.0",
"babel-plugin-require-context-hook": "^1.0.0",
"calidators": "^3.0.2",
"codemirror-colorpicker": "^1.9.50",
"console-feed": "^2.8.8",
"css-tree": "^1.0.0-alpha.29",
"date-fns": "^2.2.1",
"enzyme-to-json": "^3.4.3",
"gonzales-pe": "^4.2.4",
"jest": "^24.7.1",
"jest-junit": "^8.0.0",
"js-beautify": "^1.10.0",
"lodash": "^4.17.11",
"node-fetch": "^2.6.0",
"query-ast": "^1.0.2",
"rc-progress": "^2.5.2",
"react": "^16.10.2",
"react-codemirror": "^1.0.0",
"react-codemirror2": "^6.0.0",
"react-dom": "^16.11.0",
"react-dropzone": "^10.2.0",
"react-icons": "^3.7.0",
"react-id-swiper": "2.3.2",
"react-notifications-component": "^2.2.3",
"react-redux": "^7.0.3",
"react-router": "^5.1.2",
"react-router-dom": "^5.1.2",
"react-test-renderer": "^16.11.0",
"react-websocket": "^2.1.0",
"redux": "^4.0.1",
"redux-persist": "^6.0.0",
"redux-thunk": "^2.3.0",
"scss-parser": "^1.0.3",
"storybook-react-router": "^1.0.8",
"swiper": "^5.0.4"
},
"devDependencies": {
"@babel/core": "^7.2.2",
"@babel/plugin-proposal-class-properties": "^7.3.0",
"@babel/plugin-transform-runtime": "^7.2.0",
"@babel/preset-env": "^7.3.1",
"@babel/preset-es2015": "^7.0.0-beta.53",
"@babel/preset-react": "^7.0.0",
"@storybook/addon-storyshots": "^5.2.5",
"babel-cli": "^6.26.0",
"babel-eslint": "^10.0.1",
"babel-jest": "^24.7.1",
"babel-loader": "8.0.4",
"babel-polyfill": "^6.26.0",
"codecov.io": "^0.1.6",
"copy-webpack-plugin": "^5.0.4",
"css-loader": "^2.1.0",
"enzyme": "^3.9.0",
"enzyme-adapter-react-16": "^1.12.1",
"eslint": "^5.12.1",
"eslint-config-airbnb": "^17.1.0",
"eslint-loader": "^2.1.1",
"eslint-plugin-import": "^2.15.0",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-react": "^7.12.4",
"fetch-mock": "^8.1.0",
"file-loader": "^3.0.1",
"html-webpack-plugin": "^3.2.0",
"less-loader": "^4.1.0",
"node-sass": "^4.11.0",
"react-hot-loader": "^4.6.3",
"require-context.macro": "^1.2.2",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.1",
"url-loader": "^1.1.2",
"webpack": "^4.29.0",
"webpack-cli": "^3.2.1",
"webpack-dev-server": "^3.1.14"
},
"jest": {
"reporters": [
"default",
"jest-junit"
],
"collectCoverageFrom": [
"src/**/*.{js,jsx}"
],
"testMatch": [
"<rootDir>/src/**/__tests__/**/*.js?(x)",
"<rootDir>/src/**/?(*.)(spec|test).js?(x)"
],
"testEnvironment": "jsdom",
"testURL": "http://localhost",
"transform": {
"^.+\\.(js|jsx)$": "<rootDir>/node_modules/babel-jest",
"^.+\\.(scss|css)$": "<rootDir>/config/jest/cssTransform.js",
"^(?!.*\\.(js|jsx|css|scss|json)$)": "<rootDir>/config/jest/fileTransform.js"
},
"transformIgnorePatterns": [
"[/\\\\]node_modules[/\\\\].+\\.(js|jsx)$"
],
"moduleFileExtensions": [
"web.js",
"js",
"json",
"web.jsx",
"jsx",
"node"
]
},
"jest-junit": {
"suiteName": "jest tests",
"outputDirectory": "./test-results/jest",
"outputName": "results.xml",
"classNameTemplate": "{classname}-{title}",
"titleTemplate": "{classname}-{title}",
"ancestorSeparator": " › ",
"usePathForSuiteName": "true"
}
}