-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.74 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
47
48
49
50
51
52
53
54
{
"name": "collected-landing",
"description": "Landing page for collected.design",
"version": "1.0.0",
"author": "Patrick Smith <[email protected]>",
"dependencies": {
"@babel/preset-env-standalone": "^7.0.0-beta.46",
"@babel/standalone": "^7.0.0-beta.46",
"@fortawesome/fontawesome-free-brands": "^5.0.10",
"@types/node": "^9.6.8",
"@types/react": "^16.3.13",
"@types/react-dom": "^16.0.5",
"axios": "^0.18.0",
"babel-plugin-unpkg": "^1.0.0",
"babel-standalone": "^6.26.0",
"monaco-editor": "^0.12.0",
"query-string": "5",
"react": "^16.3.2",
"react-dom": "^16.3.2",
"react-frame-component": "^3.0.0",
"react-helmet": "^5.2.0",
"react-monaco-editor": "^0.14.1",
"react-organism": "^0.3.9",
"react-static": "5.7.5",
"rollup": "^0.58.2",
"rollup-plugin-hypothetical": "^2.1.0"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"build:react": "react-static build",
"build:react:staging": "react-static build --staging",
"build:redirects": "cp src/_redirects dist/_redirects",
"build": "npm run build:react && npm run build:redirects",
"dev": "react-static start",
"format:ts": "prettier --parser typescript --write 'src/**/*.ts*'",
"format:css": "prettier --write 'src/**/*.css'",
"format": "npm run format:ts && npm run format:css",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"@types/react-helmet": "^5.0.6",
"@types/react-router": "^4.0.24",
"copy-webpack-plugin": "^4.5.1",
"monaco-editor-webpack-plugin": "^1.1.0",
"parcel-bundler": "^1.7.1",
"prettier": "^1.12.1",
"react-hot-loader": "^4.1.2",
"ts-loader": "^3.5.0",
"typescript": "^2.8.3"
}
}