-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.25 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
{
"name": "jonah.jough.in",
"version": "1.0.0",
"description": "Personal Site",
"main": "index.js",
"repository": "https://github.com/jonahjoughin/jonah.jough.in.git",
"author": "Jonah Joughin",
"license": "MIT",
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-plugin-styled-components": "^1.1.7",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"copy-webpack-plugin": "^4.0.1",
"http-server": "^0.10.0"
},
"dependencies": {
"babel-polyfill": "^6.26.0",
"babel-runtime": "^6.26.0",
"express": "^4.15.4",
"immutable": "^3.8.1",
"p5": "^0.5.14",
"prismic-dom": "^2.0.3",
"prismic-javascript": "^1.3.0",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"react-redux": "^5.0.6",
"react-router-dom": "^4.1.2",
"redux": "^3.7.2",
"redux-immutable": "^4.0.0",
"redux-logger": "^3.0.6",
"styled-components": "^2.2.0",
"transit-immutable-js": "^0.7.0",
"transit-js": "^0.8.846",
"webpack": "^3.5.5"
},
"scripts": {
"server": "node dist/server",
"build": "NODE_ENV=production node_modules/.bin/webpack -p",
"dev": "node_modules/.bin/webpack -d --watch"
}
}