generated from hustlelikeaboss/react-gallery
-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
71 lines (71 loc) · 1.73 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
{
"name": "wali-ui",
"version": "0.0.1",
"description": "Wali: a personal finance manager build with React",
"license": "MIT",
"homepage": "https://wali-ui.now.sh/",
"repository": {
"type": "git",
"url": "git://github.com/hustlelikeaboss/wali-ui.git"
},
"private": false,
"keywords": [
"react",
"personal-finance",
"finance-management"
],
"main": "src/index.js",
"module": "src/index.js",
"files": [
"src"
],
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"build:styles": "postcss src/assets/styles/tailwind.css -o src/assets/styles/main.css",
"prebuild": "NODE_ENV=production npm run build:styles",
"prestart": "npm run build:styles",
"now-dev": "react-scripts start",
"now-build": "npm run build"
},
"devDependencies": {
"@babel/cli": "^7.8.4",
"@emotion/core": "^10.0.21",
"@emotion/styled": "^10.0.17",
"@fullhuman/postcss-purgecss": "^2.1.0",
"@types/jest": "^24.0.18",
"@types/node": "^12.7.11",
"@types/react": "^16.9.5",
"@types/react-dom": "^16.9.1",
"@types/react-router-dom": "^5.1.0",
"@types/unsplash-js": "^5.0.0",
"autoprefixer": "^9.7.5",
"chart.js": "^2.9.3",
"postcss-cli": "^7.1.0",
"react": "^16.10.2",
"react-chartjs-2": "^2.9.0",
"react-dom": "^16.10.2",
"react-live": "^2.2.1",
"react-router-dom": "^5.1.2",
"react-scripts": "^3.2.0",
"rimraf": "^3.0.0",
"tailwindcss": "^1.2.0",
"typescript": "^3.6.3",
"unsplash-js": "^5.0.0"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"dependencies": {}
}