File tree 1 file changed +3
-19
lines changed
1 file changed +3
-19
lines changed Original file line number Diff line number Diff line change 4
4
"description" : " CSS constructor for your React components" ,
5
5
"main" : " index.js" ,
6
6
"scripts" : {
7
- "build" : " babel index.js -o css-constructor.js" ,
8
- "build:example" : " browserify example/entry.js -o example/bundle.js" ,
9
- "start:example" : " list example/" ,
10
- "dev" : " run-p build build:example start:example"
7
+ "build" : " babel index.js -o css-constructor.js"
11
8
},
12
9
"keywords" : " react, css, constructor" ,
13
10
"author" : " siddharthkp" ,
19
16
"babel-cli" : " 6.18.0" ,
20
17
"babel-plugin-transform-es2015-modules-commonjs" : " 6.18.0" ,
21
18
"babel-plugin-transform-object-rest-spread" : " 6.19.0" ,
22
- "babel-preset-es2015" : " 6.18.0" ,
23
- "babel-preset-react" : " 6.16.0" ,
24
- "babelify" : " 7.3.0" ,
25
- "browserify" : " 13.1.1" ,
26
- "list" : " 0.9.0" ,
27
- "npm-run-all" : " 3.1.2" ,
28
- "react" : " 15.4.1" ,
29
- "react-dom" : " 15.4.1"
30
- },
31
- "browserify" : {
32
- "transform" : [
33
- " babelify"
34
- ]
19
+ "babel-preset-es2015" : " 6.18.0"
35
20
},
36
21
"babel" : {
37
22
"presets" : [
38
- " es2015" ,
39
- " react"
23
+ " es2015"
40
24
],
41
25
"plugins" : [
42
26
" transform-decorators-legacy" ,
You can’t perform that action at this time.
0 commit comments