-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.09 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
{
"name": "mbbpicker",
"version": "0.1.0",
"private": true,
"dependencies": {
"@material-ui/core": "^3.2.2",
"@material-ui/icons": "^3.0.1",
"@reach/router": "^1.2.1",
"firebase": "^5.5.6",
"react": "^16.7.0-alpha.0",
"react-beautiful-dnd": "^10.0.2",
"react-dom": "^16.7.0-alpha.0",
"react-redux": "^5.0.7",
"react-scripts": "2.0.5",
"react-swipeable-views": "^0.13.0",
"rxjs": "^6.3.3",
"typeface-roboto": "0.0.54"
},
"scripts": {
"build:css": "postcss src/tailwind.css -c postcss.config.js -o src/index.css",
"watch:css": "postcss src/tailwind.css -c postcss.config.js -o src/index.css -w",
"start": "npm run watch:css & react-scripts start",
"build": "npm run build:css && react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"autoprefixer": "^9.3.1",
"postcss-cli": "^6.0.1",
"tailwindcss": "^0.7.0"
}
}