-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
45 lines (45 loc) · 1.29 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
{
"name": "nephele",
"version": "1.0.0",
"description": "built from react 16.8.4 course on FrontEndMasters",
"main": "index.js",
"scripts": {
"dev": "parcel src/index.html",
"format": "prettier \"src/**/*.{js,html}\" --write",
"eslint": "eslint \"src/**/*.{js,jsx}\" --quiet",
"build": "parcel build src/index.html"
},
"dependencies": {
"copy-to-clipboard": "^3.2.0",
"normalize.css": "^8.0.1",
"prettier": "^1.17.0",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"styled-components": "^4.2.0"
},
"devDependencies": {
"@babel/core": "^7.4.4",
"@babel/plugin-proposal-class-properties": "^7.4.4",
"@babel/preset-env": "^7.4.4",
"@babel/preset-react": "^7.0.0",
"babel-eslint": "^10.0.1",
"eslint": "^5.16.0",
"eslint-config-prettier": "^4.2.0",
"eslint-plugin-import": "^2.17.2",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-react": "^7.13.0",
"eslint-plugin-react-hooks": "^1.6.0",
"parcel-bundler": "^1.12.3"
},
"repository": {
"type": "git",
"url": "https://github.com/beauhaus/Nephele.git"
},
"keywords": [],
"author": "Beau Jackson",
"license": "ISC",
"bugs": {
"url": "https://github.com/beauhaus/Nephele/issues"
},
"homepage": "https://github.com/beauhaus/Nephele#readme"
}