forked from wagtail-nest/wagtail-ab-testing
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
48 lines (48 loc) · 1.41 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
{
"name": "wagtail-ab-testing",
"version": "1.0.0",
"description": "",
"main": "wagtail_ab_testing/static_src/main.tsx",
"scripts": {
"build": "webpack --mode=production",
"start": "webpack --mode=development --watch",
"format": "prettier --write wagtail_ab_testing/**/*.{ts,tsx,scss}",
"lint": "prettier --check wagtail_ab_testing/**/*.{ts,tsx,scss}"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@svgr/webpack": "^5.4.0",
"@types/c3": "^0.7.5",
"@types/jquery": "^3.5.4",
"@types/react": "^16.8.19",
"@types/react-dom": "^16.8.19",
"@types/styled-components": "^5.1.2",
"@typescript-eslint/eslint-plugin": "^1.12.0",
"@typescript-eslint/parser": "^1.12.0",
"css-loader": "^2.1.1",
"eslint": "^5.16.0",
"eslint-config-airbnb": "^17.1.1",
"eslint-config-prettier": "^6.0.0",
"eslint-config-torchbox": "^0.2.0",
"eslint-plugin-import": "^2.18.0",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.14.2",
"file-loader": "^3.0.1",
"node-sass": "^4.13.1",
"prettier": "1.18.2",
"sass": "^1.20.3",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.1",
"ts-loader": "^6.0.2",
"typescript": "^3.5.1",
"webpack": "^4.32.2",
"webpack-cli": "^3.3.2"
},
"dependencies": {
"c3": "^0.7.20",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"styled-components": "^5.1.1"
}
}