-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
67 lines (67 loc) · 1.99 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "breathing-with-kitty",
"version": "1.0.0",
"description": "App for kids to help reduce anxiety",
"main": "index.js",
"scripts": {
"start": "webpack-dev-server --inline --host 0.0.0.0 --content-base public",
"prebuild": "rm -rf public/*",
"build": "webpack -p --optimize-minimize",
"test": "-"
},
"repository": {
"type": "git",
"url": "git+https://github.com/FAC8/breathing-with-kitty.git"
},
"keywords": [
"kids",
"pwa",
"animation"
],
"author": "Sofia Pohjalainen, Bradley Reeder, Noga Inbar, Gabriel Perales, Kara de la Marck",
"license": "ISC",
"bugs": {
"url": "https://github.com/FAC8/breathing-with-kitty/issues"
},
"homepage": "https://github.com/FAC8/breathing-with-kitty#readme",
"devDependencies": {
"appcache-webpack-plugin": "^1.3.0",
"autoprefixer": "^6.5.1",
"babel": "^6.5.2",
"babel-core": "^6.17.0",
"babel-loader": "^6.2.5",
"babel-polyfill": "^6.16.0",
"babel-preset-es2015": "^6.16.0",
"browser-sync": "^2.15.0",
"copy-webpack-plugin": "^3.0.1",
"css-loader": "^0.25.0",
"es6-template-render": "1.X",
"eslint": "^3.7.1",
"eslint-config-airbnb": "^12.0.0",
"eslint-plugin-import": "^2.0.0",
"eslint-plugin-jsx-a11y": "^2.2.2",
"eslint-plugin-react": "^6.3.0",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.9.0",
"granim": "^1.0.6",
"gsap": "^1.19.0",
"html-loader": "^0.4.4",
"html-webpack-plugin": "^2.22.0",
"jquery": "^3.1.1",
"materialize-css": "^0.97.7",
"materialize-loader": "^1.1.1",
"node-neat": "^1.7.2",
"node-sass": "^3.10.1",
"postcss-loader": "^1.0.0",
"resolve-url-loader": "^1.6.0",
"style-loader": "^0.13.1",
"sw-precache": "^3.2.0",
"sw-precache-webpack-plugin": "^0.5.1",
"sw-toolbox": "^3.2.1",
"template-string-loader": "0.0.3",
"url-loader": "^0.5.7",
"webpack": "^1.13.2",
"webpack-dev-server": "^1.16.1",
"webpack-sass-loader": "^2.1.1"
}
}