-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.65 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
{
"name": "ecliptic-home-architecture",
"description": "The Ecliptic architecture used for our home page.",
"version": "1.0.0",
"author": "Gabriel Konkle <[email protected]>",
"scripts": {
"dev": "NODE_ENV=development webpack-dev-server --config webpack.config.babel.js --colors --content-base public/"
},
"main": "src/Main.js",
"dependencies": {
"color": "^1.0.3",
"normalize.css": "^5.0.0",
"react": "^15.4.2",
"react-document-title": "^2.0.2",
"react-dom": "^15.4.2"
},
"devDependencies": {
"@webpack-blocks/babel6": "^0.4.1",
"@webpack-blocks/dev-server2": "^0.4.0",
"@webpack-blocks/extract-text2": "^0.4.0",
"@webpack-blocks/webpack2": "^0.4.0",
"babel-eslint": "^7.1.1",
"babel-plugin-transform-async-to-generator": "^6.22.0",
"babel-plugin-transform-class-properties": "^6.23.0",
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"babel-polyfill": "^6.23.0",
"babel-preset-es2015": "^6.22.0",
"babel-preset-react": "^6.23.0",
"babel-preset-react-optimize": "^1.0.1",
"babili-webpack-plugin": "0.0.11",
"eslint": "^3.17.0",
"eslint-config-standard": "^7.0.0",
"eslint-config-standard-jsx": "^3.3.0",
"eslint-config-standard-react": "^4.2.0",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-react": "^6.10.0",
"eslint-plugin-standard": "^2.1.1",
"font-awesome": "^4.7.0",
"react-hot-loader": "next",
"webpack": "^2.2.1",
"webpack-blocks-html": "^1.3.1",
"webpack-dev-server": "^2.4.1"
},
"license": "UNLICENSED",
"repository": {
"type": "git",
"url": "git+https://github.com/ecliptic/ecliptic-home-architecture"
}
}