-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 1.94 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
62
63
{
"name": "mynameis",
"version": "0.0.2",
"engines": {
"node": "8.9.4"
},
"description": "- My name is",
"main": "server.js",
"repository": "[email protected]:marano/mynameis.git",
"scripts": {
"start": "node ./node_modules/webpack-dev-server/bin/webpack-dev-server.js",
"heroku-postbuild": "./node_modules/webpack/bin/webpack.js -p --config ./webpack.config.js --progress",
"heroku-start": "node server.js",
"lint": "eslint **/*.js --ignore-path .gitignore"
},
"author": "Thiago Marano",
"license": "MIT",
"dependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.4",
"babel-plugin-emotion": "^9.0.1",
"babel-plugin-inferno": "^5.0.0",
"babel-plugin-preact-require": "^1.0.0",
"babel-plugin-react-require": "^3.0.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-plugin-transform-react-jsx": "^6.24.1",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"d3-array": "^1.2.1",
"emotion": "^9.0.2",
"eslint": "^4.19.0",
"eslint-config-prettier": "^2.9.0",
"eslint-config-standard": "^11.0.0",
"eslint-plugin-import": "^2.9.0",
"eslint-plugin-node": "^6.0.1",
"eslint-plugin-prettier": "^2.6.0",
"eslint-plugin-promise": "^3.7.0",
"eslint-plugin-react": "^7.7.0",
"eslint-plugin-standard": "^3.0.1",
"express": "^4.16.3",
"file-loader": "^1.1.11",
"inferno": "^5.0.0",
"inferno-create-element": "^5.0.0",
"inferno-devtools": "^5.0.0",
"inferno-mobx": "^5.0.0",
"lodash": "^4.17.5",
"mobx": "^4.1.0",
"mobx-preact": "^2.0.0",
"mobx-react": "^5.0.0",
"mobx-utils": "^4.0.0",
"preact": "^8.2.7",
"prettier": "^1.11.1",
"prettier-standard": "^8.0.0",
"ramda": "^0.25.0",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"rxjs": "^5.5.7",
"webpack": "^4.1.1",
"webpack-cli": "^2.0.12",
"webpack-dev-server": "^3.1.1",
"worker-loader": "^1.1.1"
}
}