-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
36 lines (36 loc) · 1006 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
{
"name": "7guis",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "parcel build src/index.html --public-url ./",
"start": "parcel src/index.html -p 3000",
"deploy": "npm run build && gh-pages -d dist"
},
"author": "",
"license": "ISC",
"devDependencies": {
"babel-eslint": "^8.2.1",
"babel-plugin-lodash": "^3.3.2",
"babel-plugin-styled-components": "^1.5.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"eslint": "^4.18.0",
"eslint-plugin-react": "^7.6.1",
"gh-pages": "^1.1.0",
"parcel-bundler": "^1.6.2"
},
"dependencies": {
"babel-polyfill": "^6.26.0",
"date-fns": "^1.29.0",
"lodash": "^4.17.5",
"polished": "^1.9.2",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-router-dom": "^4.2.2",
"styled-components": "^3.1.6"
}
}