-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
48 lines (48 loc) · 1.13 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": "react-skg-meetup",
"version": "0.1.0",
"description": "React skg meetup",
"private": true,
"repository": {
"type": "git",
"url": "git+https://github.com/react-skg/meetup.git"
},
"keywords": [
"react",
"redux",
"react-native",
"react-router",
"functional-programming",
"styled-components",
"css",
"post.css"
],
"license": "ISC",
"bugs": {
"url": "https://github.com/react-skg/meetup/issues"
},
"homepage": "https://github.com/react-skg/meetup#readme",
"dependencies": {
"polished": "^1.1.3",
"prop-types": "^15.5.10",
"react": "^15.5.4",
"react-bootstrap": "^0.31.0",
"react-dom": "^15.5.4",
"react-live": "^1.7.0",
"react-playground-styled": "^1.1.6",
"react-router-dom": "^4.1.1",
"spectacle": "^2.0.0",
"spectacle-code-slide": "^0.4.0",
"styled-components": "^2.0.1",
"webpack": "^2.6.0"
},
"devDependencies": {
"react-scripts": "1.0.6"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
}
}