-
Notifications
You must be signed in to change notification settings - Fork 29
/
package.json
45 lines (45 loc) · 1.48 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
{
"name": "electrode-archetype-react-app",
"version": "1.5.0",
"description": "Electrode NodeJS/React Universal Application Archetype",
"main": "arch-gulpfile.js",
"repository": {
"type": "git",
"url": "https://github.com/electrode-io/electrode-archetype-react-app.git"
},
"bugs": {
"url": "https://github.com/electrode-io/electrode-archetype-react-app/issues"
},
"homepage": "https://github.com/electrode-io/electrode-archetype-react-app",
"license": "Apache-2.0",
"scripts": {},
"dependencies": {
"babel-core": "^6.4.0",
"babel-plugin-i18n-id-hashing": "^2.1.0",
"babel-plugin-lodash": "^3.1.3",
"babel-plugin-react-intl": "^2.1.2",
"babel-plugin-transform-node-env-inline": "^6.5.0",
"babel-plugin-transform-object-rest-spread": "^6.3.13",
"babel-plugin-transform-react-constant-elements": "^6.5.0",
"babel-plugin-transform-react-inline-elements": "^6.6.5",
"babel-plugin-transform-runtime": "^6.8.0",
"babel-polyfill": "6.5.0",
"babel-preset-es2015": "^6.3.13",
"babel-preset-es2015-loose": "^7.0.0",
"babel-preset-react": "^6.3.13",
"babel-register": "^6.14.0",
"css-modules-require-hook": "^4.0.2",
"isomorphic-loader": "^1.0.0"
},
"devDependencies": {
"babel-eslint": "^7.1.0",
"eslint": "^3.9.1",
"eslint-config-walmart": "^1.1.0",
"eslint-plugin-filenames": "^1.1.0",
"eslint-plugin-react": "^6.5.0"
},
"engines": {
"node": "^4.4.6 || ^6.2.1",
"npm": "^3.5.3"
}
}