-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
110 lines (110 loc) · 3.25 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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
{
"name": "smooth-tension",
"version": "0.1.0",
"private": true,
"homepage": ".",
"dependencies": {
"@craco/craco": "^6.1.0",
"@fortawesome/fontawesome-svg-core": "^1.2.34",
"@fortawesome/free-solid-svg-icons": "^5.15.2",
"@fortawesome/react-fontawesome": "^0.1.14",
"@material-ui/core": "^4.11.0",
"@material-ui/lab": "^4.0.0-alpha.56",
"@testing-library/jest-dom": "^5.11.5",
"@testing-library/react": "^11.1.1",
"@testing-library/user-event": "^12.2.0",
"ahooks": "^2.9.4",
"assert": "^2.0.0",
"axios": "^0.19.2",
"babel-plugin-macros": "^3.0.1",
"babel-preset-next": "^1.4.0",
"bootstrap": "^4.5.2",
"braid-design-system": "^29.12.0",
"date-fns": "^2.16.1",
"draft-js": "^0.11.7",
"draftjs-to-markdown": "^0.6.0",
"enzyme": "^3.11.0",
"framer-motion": "^3.2.2-rc.1",
"ifvisible.js": "^1.0.6",
"immer": "^8.0.0",
"jodit-react": "^1.0.70",
"lodash": "^4.17.20",
"moment": "^2.29.1",
"ms-convert": "^1.0.1",
"parse-ms": "^2.1.0",
"postcss-cli": "^8.3.1",
"random-js": "^2.1.0",
"react": "^16.13.1",
"react-async": "^10.0.1",
"react-charts": "^2.0.0-beta.7",
"react-compound-timer": "^1.2.0",
"react-countdown": "^2.3.0",
"react-dom": "^17.0.1",
"react-draft-wysiwyg": "^1.14.5",
"react-nestable": "^1.3.0",
"react-number-format": "^4.4.4",
"react-page-visibility": "^6.3.0",
"react-query": "^3.6.0",
"react-quill": "^1.3.5",
"react-redux": "^7.2.1",
"react-reveal": "^1.2.2",
"react-router-dom": "^5.2.0",
"react-scripts": "4.0.0",
"react-sound": "^1.2.0",
"react-spring": "^8.0.27",
"react-test-renderer": "^16.13.1",
"react-use": "^15.3.6",
"react-youtube": "^7.13.0",
"rechart": "0.0.1",
"recharts": "^1.8.5",
"redux": "^4.0.5",
"seedrandom": "^3.0.5",
"serve": "^11.3.2",
"showdown": "^1.9.1",
"styled-components": "^5.2.1",
"tailwind.macro": "^1.0.0-alpha.10",
"web-vitals": "^0.2.4"
},
"scripts": {
"build:style": "tailwind build src/styles/index.css -o src/styles/tailwind.css",
"start": "npm run build:style && react-scripts start",
"test": "react-scripts test",
"start2": "PORT=4000 npm run start",
"build": "npm run build:style && react-scripts build",
"serve": "serve -s build -l $PORT",
"start": "npm run build; npm run serve",
"test-debug": "jest",
"storybook": "start-storybook -p 6006 -s public",
"build-storybook": "build-storybook -s public"
},
"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.1.17",
"@storybook/addon-essentials": "^6.1.17",
"@storybook/addon-links": "^6.1.17",
"@storybook/node-logger": "^6.1.17",
"@storybook/preset-create-react-app": "^3.1.5",
"@storybook/react": "^6.1.17",
"@tailwindcss/postcss7-compat": "^2.0.3",
"autoprefixer": "^9.8.6",
"postcss": "^7.0.35",
"tailwindcss": "npm:@tailwindcss/postcss7-compat@^2.0.3"
}
}