-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.23 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": "personal-website",
"version": "1.0.0",
"description": "Ian White personal website",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/ianwhitedeveloper/personal-website"
},
"scripts": {
"start": "node server",
"prod": "NODE_ENV=production rimraf ./dist && webpack -p --config webpack.dist.config.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"material-ui": "0.11.0",
"react": "0.13.3",
"react-dom": "0.1.0",
"react-redux": "1.0.1",
"react-sticky": "2.5.2",
"react-tap-event-plugin": "0.1.3",
"redux": "1.0.1"
},
"devDependencies": {
"autoprefixer": "6.0.0",
"babel-core": "5.8.19",
"babel-loader": "5.3.2",
"babel-plugin-react-autoprefix": "0.2.6",
"compression-webpack-plugin": "0.3.1",
"copy-webpack-plugin": "2.1.3",
"css-loader": "0.16.0",
"extract-text-webpack-plugin": "0.8.2",
"file-loader": "0.8.4",
"postcss-loader": "0.6.0",
"raw-loader": "0.5.1",
"react-hot-loader": "1.2.8",
"rimraf": "2.5.2",
"style-loader": "0.12.3",
"stylus-loader": "1.2.1",
"webpack": "1.10.5",
"webpack-dev-server": "1.10.1"
}
}