forked from scmccoy/College-Madness
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.48 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
{
"name": "cotd",
"version": "0.0.1",
"private": true,
"homepage": "https://scmccoy.github.io/KIPP-Madness/",
"devDependencies": {
"autoprefixer-stylus": "0.10.0",
"babel-eslint": "^7.1.1",
"concurrently": "3.0.0",
"eslint": "^3.12.2",
"eslint-plugin-flowtype": "^2.29.1",
"eslint-plugin-jsx-a11y": "^3.0.2",
"eslint-plugin-react": "^6.8.0",
"gh-pages": "^0.12.0",
"react-async-component": "^1.0.0-alpha.1",
"react-scripts": "0.6.1",
"stylus": "0.54.5"
},
"dependencies": {
"axios": "^0.15.3",
"classnames": "^2.2.5",
"google-map-react": "^0.23.0",
"google-maps": "^3.2.1",
"google-maps-react": "^1.0.19",
"history": "4.2.0",
"install": "^0.8.7",
"lodash": "^4.17.4",
"npm": "^4.4.4",
"re-base": "2.2.0",
"react": "15.3.2",
"react-addons-css-transition-group": "15.3.2",
"react-dom": "15.3.2",
"react-icons": "^2.2.3",
"react-router": "^3.0.2",
"react-youtube": "^7.3.0"
},
"scripts": {
"start": "react-scripts start",
"watch": "concurrently --names \"webpack, stylus\" --prefix name \"npm run start\" \"npm run styles:watch\"",
"build": "react-scripts build",
"eject": "react-scripts eject",
"styles": "stylus -u autoprefixer-stylus ./src/css/style.styl -o ./src/css/style.css",
"styles:watch": "stylus -u autoprefixer-stylus -w ./src/css/style.styl -o ./src/css/style.css"
},
"eslintConfig": {
"extends": "./node_modules/react-scripts/.eslintrc"
}
}