-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·42 lines (42 loc) · 1.05 KB
/
Copy pathpackage.json
File metadata and controls
executable file
·42 lines (42 loc) · 1.05 KB
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
{
"name": "Diary",
"version": "1.0.0",
"author": "Emma Baker",
"description": "Diary app to capture child's early life",
"repository": "https://github.com/ebakernz/diary",
"licenses": {
"type": "Apache License",
"url": "http://www.apache.org/licenses/LICENSE-2.0.txt"
},
"devDependencies": {
"webpack": "1.13.2",
"webpack-strip": "*",
"node-sass": "*",
"extract-text-webpack-plugin": "*",
"babel": "^5.8.29",
"babel-core": "^6.9.1",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.9.0",
"babel-preset-react": "*",
"babel-preset-stage-2": "*",
"redux": "*",
"react": "*",
"react-dom": "*",
"react-fontawesome": "*",
"sass-loader": "*",
"style-loader": "*",
"css-loader": "*",
"url-loader": "*",
"file-loader": "*",
"expose-loader": "*",
"jquery": "3.0.0"
},
"scripts": {
"dev": "NODE_ENV=development webpack --watch",
"prod": "NODE_ENV=production webpack --watch"
},
"dependencies": {
"dompurify": "^0.8.9",
"masonry-layout": "^4.1.1"
}
}