-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·87 lines (87 loc) · 2.33 KB
/
package.json
File metadata and controls
executable file
·87 lines (87 loc) · 2.33 KB
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
{
"name": "vibroflow-gallery",
"version": "0.1.0",
"private": true,
"dependencies": {
"-": "^0.0.1",
"@material-ui/core": "^4.11.4",
"@material-ui/icons": "^4.11.2",
"@testing-library/jest-dom": "^5.12.0",
"@testing-library/react": "^11.2.6",
"@testing-library/user-event": "^12.8.3",
"all": "^0.0.0",
"axios": "^0.21.1",
"bootstrap": "^4.6.0",
"es6-promise": "^4.2.8",
"express": "^4.17.1",
"express-handlebars": "^5.3.2",
"framer-motion": "^4.1.17",
"isomorphic-fetch": "^3.0.0",
"jquery": "^3.6.0",
"moment": "^2.29.1",
"npm-run": "^5.0.1",
"postcss": "^8.3.5",
"postcss-import": "^14.0.2",
"postcss-nested": "^5.0.5",
"react": "^17.0.2",
"react-bootstrap": "^1.6.0",
"react-dom": "^17.0.2",
"react-icons": "^4.2.0",
"react-router-dom": "^5.2.0",
"react-scripts": "^2.1.8",
"react-spring": "^9.2.3",
"save-dev": "^0.0.1-security",
"styled-components": "^5.3.0",
"uuid": "^3.4.0",
"web-vitals": "^1.1.1",
"yarn": "^1.22.10"
},
"scripts": {
"start": "npm run build:css && react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"build:css": "postcss src/assets/tailwind.css -o src/assets/main.css"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@testing-library/dom": "^7.31.2",
"autoprefixer": "^10.2.6",
"babel-preset-react": "^6.24.1",
"chokidar": "^3.5.1",
"file-loader": "^1.1.5",
"nodemon": "^2.0.9",
"postcss-cli": "^8.3.1",
"tailwindcss": "^2.2.4",
"url-loader": "^0.6.2"
},
"description": "This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).",
"main": "postcss.config.js",
"repository": {
"type": "git",
"url": "https://github.com/kimman8/vibroflow-gallery.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/kimman8/vibroflow-gallery/issues"
},
"homepage": "https://github.com/kimman8/vibroflow-gallery#readme"
}