-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.3 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
46
{
"name": "david-manera",
"version": "2.0.0",
"description": "Static React website from AimHigher's React Starter kit",
"main": "index.js",
"repository": {
"type": "git",
"url": "git@github.com:amykapernick/david-manera.git"
},
"scripts": {
"start": "parcel ./index.html -p 3500",
"build": "parcel build ./index.html -d build --public-url / && cp ./build/index.html ./build/404.html && react-snapshot"
},
"author": "AimHigher Web Design",
"license": "ISC",
"bugs": {
"url": "https://github.com/AimHigher-Web-Design/david-manera/issues"
},
"homepage": "https://github.com/AimHigher-Web-Design/david-manera#readme",
"dependencies": {
"node-sass": "^4.8.3",
"npm": "^6.13.4",
"react": "^16.3.2",
"react-dom": "^16.3.2",
"react-feather": "^1.0.8",
"react-gtm-module": "^2.0.1",
"react-helmet": "^5.2.0",
"react-media": "^1.8.0",
"react-router-dom": "^4.2.2",
"react-snapshot": "^1.3.0",
"react-svg": "^2.2.15"
},
"devDependencies": {
"autoprefixer": "^8.2.0",
"babel-core": "^6.26.3",
"babel-eslint": "^8.2.1",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"eslint": "^4.19.1",
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-import": "^2.10.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.6.1",
"parcel-bundler": "^1.7.0"
}
}