forked from Sage/carbon-factory
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.62 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
{
"name": "carbon-factory",
"version": "11.0.1",
"description": "Tools to help create user interfaces with Carbon and React.",
"scripts": {},
"author": "The Sage Group plc",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/Sage/carbon-factory"
},
"dependencies": {
"@babel/cli": "^7.4.4",
"@babel/core": "^7.4.5",
"@babel/plugin-proposal-class-properties": "7.7.4",
"@babel/plugin-proposal-function-bind": "7.7.4",
"@babel/plugin-proposal-object-rest-spread": "7.7.4",
"@babel/plugin-syntax-dynamic-import": "7.7.4",
"@babel/preset-env": "^7.4.5",
"@babel/preset-react": "7.7.4",
"@babel/preset-typescript": "7.7.4",
"babel-eslint": "10.0.1",
"babel-jest": "24.9.0",
"babel-loader": "8.0.5",
"clean-webpack-plugin": "0.1.19",
"compression-webpack-plugin": "^3.0.1",
"css-loader": "1.0.0",
"enzyme-to-json": "3.3.4",
"eslint": "^5.16.0",
"eslint-config-airbnb": "17.0.0",
"eslint-plugin-import": "2.13.0",
"eslint-plugin-jsx-a11y": "6.1.1",
"eslint-plugin-react": "7.10.0",
"eslint-plugin-react-hooks": "^2.3.0",
"file-loader": "1.1.11",
"identity-obj-proxy": "3.0.0",
"jest": "24.9.0",
"jest-cli": "24.9.0",
"mini-css-extract-plugin": "0.4.1",
"node-sass": "^4.12.0",
"optimize-css-assets-webpack-plugin": "5.0.1",
"sass-loader": "7.0.3",
"style-loader": "0.21.0",
"tslint": "5.17.0",
"tslint-react": "3.6.0",
"typescript": "3.2.4",
"webpack": "^4.41.2",
"webpack-bundle-analyzer": "3.3.2",
"webpack-cli": "3.0.8",
"webpack-dev-server": "3.2.1"
}
}