forked from vmarcosp/minimalist-profile
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 895 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
35
36
37
{
"name": "minimalist-profile",
"version": "1.0.0",
"description": "A simple and minimalist template for profile website",
"main": "index.js",
"scripts": {
"dev": "parcel index.html",
"build": "parcel build index.html"
},
"keywords": [
"profile",
"site",
"profile-site",
"minimalist-site",
"minimal"
],
"author": "Marcos Vinicius de Oliveira Pereira",
"license": "WTFPL",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-plugin-module-resolver": "^3.1.1",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"node-sass": "^4.9.3",
"parcel-bundler": "^1.10.3"
},
"dependencies": {
"assets": "^3.0.0",
"font-awesome": "^4.7.0",
"ramda": "^0.25.0",
"react": "^16.5.0",
"react-dom": "^16.5.0",
"styled": "^1.0.0",
"styled-components": "^3.4.5"
}
}