-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
42 lines (42 loc) · 1011 Bytes
/
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
{
"name": "react-cssx",
"version": "1.2.4",
"description": "Proof of concept about using CSSX in React",
"main": "lib/CSSX.js",
"author": {
"name": "Krasimir Tsonev",
"email": "[email protected]",
"url": "http://krasimirtsonev.com"
},
"license": "MIT",
"keywords": [
"react",
"css",
"cssx"
],
"repository": {
"type": "git",
"url": "[email protected]:krasimir/react-and-css.git"
},
"scripts": {
"dev": "webpack --watch --inline",
"build": "webpack",
"update-site": "gco gh-pages && git merge origin/master && ggpush && gco master"
},
"dependencies": {
"cssx": "5.2.0"
},
"devDependencies": {
"babel": "6.5.2",
"babel-core": "6.14.0",
"babel-loader": "6.2.5",
"babel-preset-es2015": "6.14.0",
"babel-preset-es2016": "6.11.3",
"babel-preset-react": "6.11.1",
"babel-preset-stage-2": "^6.22.0",
"cssx-loader": "5.2.0",
"react": "15.3.2",
"react-dom": "15.3.2",
"webpack": "1.12.14"
}
}