-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
75 lines (75 loc) · 2.52 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
{
"private": true,
"workspaces": [
"packages/*"
],
"keywords": [
"ladifire-opensource",
"form",
"react-form"
],
"devDependencies": {
"@babel/cli": "^7.10.5",
"@babel/core": "^7.11.1",
"@babel/helper-module-imports": "^7.12.5",
"@babel/plugin-proposal-class-properties": "^7.12.1",
"@babel/plugin-proposal-decorators": "^7.12.12",
"@babel/plugin-proposal-object-rest-spread": "^7.12.1",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-modules-commonjs": "^7.12.1",
"@babel/plugin-transform-runtime": "^7.12.10",
"@babel/plugin-transform-spread": "^7.12.1",
"@babel/preset-env": "^7.12.11",
"@babel/preset-react": "^7.12.10",
"@babel/preset-typescript": "^7.12.7",
"@ladifire-opensource/stylex-webpack-plugin": "^0.0.1-beta.5.0",
"@parcel/babel-plugin-transform-runtime": "nightly",
"@parcel/babel-preset-env": "nightly",
"@parcel/transformer-inline": "nightly",
"@parcel/transformer-svg-react": "nightly",
"@storybook/addon-a11y": "^5.2.1",
"@storybook/addon-actions": "^5.2.1",
"@storybook/addon-info": "^5.2.1",
"@storybook/addon-knobs": "^5.2.1",
"@storybook/addon-links": "^5.2.1",
"@storybook/react": "6.1.0-rc.2",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@types/storybook__react": "^4.0.1",
"@typescript-eslint/eslint-plugin": "^4.14.0",
"@typescript-eslint/parser": "^4.14.0",
"babel-loader": "^8.2.2",
"babel-plugin-macros": "^3.0.1",
"babel-plugin-react-remove-properties": "^0.3.0",
"chromatic": "^5.6.1",
"css-loader": "^5.0.1",
"file-loader": "^6.2.0",
"mini-css-extract-plugin": "^1.3.4",
"parcel": "nightly",
"parcel-plugin-static-files-copy": "^2.5.0",
"style-loader": "^2.0.0",
"typescript": "^3.8.3",
"webpack": "^5.17.0",
"webpack-cli": "^4.4.0"
},
"dependencies": {
"@ladifire-opensource/stylex": "^0.0.1-beta.5.0",
"csstype": "^3.0.6",
"md5": "^2.3.0",
"react": "17.0.0",
"react-dom": "17.0.0"
},
"scripts": {
"start": "make run",
"build:storybook": "build-storybook -c .storybook -o dist/$(git rev-parse HEAD)/storybook",
"start:chromatic": "NODE_ENV=storybook start-storybook -p 4005 --ci -c '.chromatic'",
"build:chromatic": "build-storybook -c .chromatic -o dist/$(git rev-parse HEAD)/chromatic",
"test": "jest"
},
"resolutions": {
"**/@babel/traverse": "^7.12.1",
"@babel/core": "7.9.0",
"@babel/runtime": "7.9.0",
"postcss-calc": "6.0.2"
}
}