-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
67 lines (67 loc) · 1.84 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
{
"name": "markor-ui-react",
"version": "0.1.0",
"private": true,
"dependencies": {
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"axios": "^0.24.0",
"classnames": "^2.3.1",
"dotenv": "^10.0.0",
"jest": "^27.4.2",
"node-fetch": "^2.6.6",
"node-sass": "^6.0.1",
"postcss-cli": "^9.0.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-scripts": "4.0.3",
"svg-react-loader": "^0.4.6",
"svgo": "^2.8.0",
"web-vitals": "^1.0.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"build:tailwind": "postcss src/scss/base.scss -o src/scss/tailwind.css",
"storybook": "start-storybook -p 8877",
"svg": "node ./scripts/FigmaSVGExporter/new.js && svgo -f ./src/svg_temp ./src/svg && rm -rf ./src/svg_temp"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@storybook/addon-actions": "^6.4.1",
"@storybook/addon-controls": "^6.4.1",
"@storybook/addon-info": "^5.3.21",
"@storybook/addon-knobs": "^6.4.0",
"@storybook/addon-notes": "^5.3.21",
"@storybook/addons": "^6.4.1",
"@storybook/preset-create-react-app": "^3.2.0",
"@storybook/react": "^6.4.1",
"autoprefixer": "^9.8.8",
"babel-loader": "^8.2.3",
"chromatic": "^6.1.0",
"postcss": "^7.0.39",
"postcss-loader": "^4.2.0",
"sass-loader": "^10.2.0",
"tailwindcss": "npm:@tailwindcss/postcss7-compat@^2.2.17"
}
}