-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 1.75 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
55
56
57
58
59
60
61
{
"name": "create-refresh",
"description": "Fighting Article 13 with EU compliant memes",
"version": "1.0.0",
"author": "Infact Coop <hello@infactcoop.com>",
"dependencies": {
"autoprefixer": "^9.4.2",
"axios": "^0.18.0",
"babel-plugin-styled-components": "^1.10.0",
"css-loader": "^2.1.0",
"express": "^4.16.4",
"file-loader": "^3.0.1",
"mini-css-extract-plugin": "^0.5.0",
"next": "^7.0.2",
"postcss-clean": "^1.1.0",
"postcss-css-variables": "^0.11.0",
"postcss-custom-media": "^7.0.7",
"postcss-custom-properties": "^8.0.9",
"postcss-import": "^12.0.1",
"postcss-loader": "^3.0.0",
"prop-types": "^15.6.2",
"react": "^16.6.3",
"react-dom": "^16.6.3",
"react-helmet": "^5.2.0",
"style-loader": "^0.23.1",
"styled-components": "^4.1.2",
"url-loader": "^1.1.2"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"format": "prettier --write \"src/**/*.js\"",
"test": "jest",
"dev": "next",
"build": "next build",
"start": "node server.js",
"heroku-postbuild": "npm run build",
"mobile-dev": "next start --host $(ifconfig | awk '/inet 192\\.168\\.[0-9]+\\.[0-9]+/{print $2}') --port 8000"
},
"devDependencies": {
"@babel/core": "^7.2.2",
"babel-core": "^7.0.0-bridge.0",
"babel-jest": "^23.6.0",
"eslint": "^5.10.0",
"eslint-config-node": "^4.0.0",
"eslint-config-prettier": "^3.3.0",
"eslint-plugin-babel": "^5.3.0",
"eslint-plugin-react": "^7.11.1",
"identity-obj-proxy": "^3.0.0",
"jest": "^23.6.0",
"prettier": "^1.15.2",
"react-test-renderer": "^16.6.3",
"tachyons-custom": "^4.9.6"
},
"repository": {
"type": "git",
"url": "https://github.com/InFact-coop/create-refresh"
}
}