-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
55 lines (55 loc) · 1.39 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
{
"name": "awesome-react-links",
"version": "1.0.0",
"description": "Put a description here",
"main": "build/index.js",
"author": {
"name": "Dhanraj Acharya",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "https://github.com/drex44/awesome-react-links"
},
"license": "MIT",
"keywords": [
"animation",
"styled",
"react",
"links"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "npm link",
"start": "webpack --watch",
"build": "webpack"
},
"peerDependencies": {
"react": "^15.5.4"
},
"devDependencies": {
"autoprefixer": "^9.1.5",
"babel-cli": "^6.24.1",
"babel-core": "^6.24.1",
"babel-loader": "^7.0.0",
"babel-plugin-styled-components": "^1.7.1",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"babel-plugin-transform-react-jsx": "^6.24.1",
"babel-preset-env": "^1.5.1",
"babel-preset-react": "^6.24.1",
"css-loader": "^1.0.0",
"extract-text-webpack-plugin": "^2.1.2",
"node-sass": "^4.9.4",
"postcss-flexbugs-fixes": "^4.1.0",
"postcss-loader": "^3.0.0",
"sass": "^1.13.2",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.0",
"webpack": "^2.7.0"
},
"dependencies": {
"emotion": "^9.2.9",
"react-emotion": "^9.2.9"
}
}