-
Notifications
You must be signed in to change notification settings - Fork 30
/
Copy pathpackage.json
34 lines (34 loc) · 897 Bytes
/
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
{
"name": "planets-fact",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "npx mix",
"mix-watch": "npx mix watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tediko/planets-fact.git"
},
"keywords": [],
"author": "Dawid Weber",
"license": "ISC",
"bugs": {
"url": "https://github.com/tediko/planets-fact/issues"
},
"homepage": "https://github.com/tediko/planets-fact#readme",
"devDependencies": {
"laravel-mix": "^6.0.25",
"prettier": "2.3.2"
},
"dependencies": {
"@babel/preset-react": "^7.14.5",
"framer-motion": "^4.1.17",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-icomoon": "^2.3.5",
"react-router-dom": "^5.2.0",
"styled-components": "^5.3.0"
}
}