-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·75 lines (75 loc) · 2.24 KB
/
package.json
File metadata and controls
executable file
·75 lines (75 loc) · 2.24 KB
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "nebula-web",
"version": "1.9.0",
"description": "",
"keywords": [],
"repository": {
"type": "git",
"url": "git+https://github.com/creativelifeform/nebula-web.git"
},
"license": "ISC",
"scripts": {
"analyze": "ANALYZE=true npm run build",
"lighthouse": "scripts/lighthouse",
"build": "next build",
"start": "next start",
"dev": "next",
"export": "next export",
"favicon:generate": "real-favicon generate ./public/favicon/description.json ./public/favicon/data.json ./public/favicon",
"sitemap": "node scripts/sitemap-generator.js"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"dependencies": {
"@fortawesome/fontawesome-svg-core": "1.2.21",
"@fortawesome/free-solid-svg-icons": "5.10.1",
"@fortawesome/react-fontawesome": "0.1.4",
"@sentry/browser": "^5.7.1",
"js-cookie": "^2.2.1",
"next": "^9.4.4",
"next-cookies": "^1.1.3",
"platform-detect": "2.0.3",
"rd-fetch": "1.0.7",
"react": "^16.7.0",
"react-dom": "^16.7.0",
"react-use": "^15.3.0",
"reset-css": "4.0.1",
"three": "^0.112.0",
"three-nebula": "github:creativelifeform/three-nebula#develop",
"typeface-barlow": "0.0.71",
"typeface-dosis": "0.0.72",
"universal-analytics": "^0.4.20"
},
"devDependencies": {
"@babel/core": "^7.10.2",
"@next/bundle-analyzer": "^9.4.4",
"@typescript-eslint/eslint-plugin": "^2.0.0",
"@typescript-eslint/parser": "^2.0.0",
"@zeit/next-sass": "^1.0.1",
"babel-eslint": "^10.0.2",
"cli-real-favicon": "0.0.8",
"dotenv": "^8.0.0",
"eslint": "^6.2.1",
"eslint-config-react-app": "^5.0.1",
"eslint-plugin-flowtype": "^4.2.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prettier": "^3.0.0",
"eslint-plugin-react": "^7.20.0",
"eslint-plugin-react-hooks": "^2.0.1",
"import-sort-parser-babylon": "^5.2.0",
"import-sort-style-absolute": "^1.0.1",
"lighthouse": "^6.0.0",
"madge": "^3.4.4",
"next-assets-import": "0.0.2",
"next-progressbar": "^1.0.0",
"nextjs-sitemap-generator": "^1.1.0",
"node-sass": "^4.14.1",
"prettier": "^1.15.2",
"prop-types": "^15.7.2"
}
}