-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
63 lines (63 loc) · 1.89 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
{
"scripts": {
"build": "webpack --mode=production --progress",
"dev": "webpack-dev-server",
"test": "flow && prettier --check .",
"fmt": "prettier --write ."
},
"dependencies": {
"@emotion-v11/css": "npm:@emotion/css@^11.13.5",
"@emotion-v11/styled": "npm:@emotion/styled@^11.14.0",
"@emotion/core": "^10.3.1",
"@emotion/css": "^10.0.27",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^10.3.0",
"@emotion/styled-base": "^10.3.0",
"aphrodite": "^2.4.0",
"classnames": "^2.5.1",
"d3-scale-chromatic": "^2.0.0",
"emotion": "^10.0.27",
"fbjs": "^2.0.0",
"fela": "^11.7.0",
"prop-types": "^15.8.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-fela": "^11.7.0",
"react-is": "^17.0.2",
"react-jss": "^10.10.0",
"react-native-web": "0.13.8",
"reactxp": "^2.0.0",
"styled-components": "^5.3.11",
"styled-jsx": "^3.4.7",
"styletron-engine-atomic": "^1.6.2",
"styletron-react": "^5.2.7"
},
"devDependencies": {
"@babel/core": "^7.26.10",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-transform-flow-strip-types": "^7.26.5",
"@babel/preset-env": "^7.26.9",
"@babel/preset-flow": "^7.25.9",
"@babel/preset-react": "^7.26.3",
"@emotion/babel-plugin": "^11.13.5",
"babel-loader": "^8.4.1",
"babel-plugin-emotion": "^10.2.2",
"babel-plugin-react-native-web": "0.13.8",
"babel-plugin-styled-components": "^1.13.3",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"css-loader": "^4.3.0",
"flow-bin": "^0.132.0",
"prettier": "^2.8.8",
"style-loader": "^1.3.0",
"webpack": "^5.98.0",
"webpack-cli": "^4.10.0",
"webpack-dev-server": "^4.15.2"
},
"prettier": {
"arrowParens": "avoid",
"printWidth": 100,
"singleQuote": true,
"trailingComma": "none"
},
"packageManager": "[email protected]"
}