1
1
{
2
- "name" : " spectacle" ,
3
- "version" : " 2.1.0" ,
4
- "description" : " ReactJS Powered Presentation Framework" ,
5
- "main" : " lib/index.js" ,
6
- "scripts" : {
7
- "clean:lib" : " rimraf lib" ,
8
- "clean:dist" : " rimraf dist" ,
9
- "build:lib" : " cross-env NODE_ENV=production babel src -d lib --copy-files && babel example/src -d example/lib --copy-files" ,
10
- "build:dist" : " cross-env NODE_ENV=production webpack --config webpack.config.production.js" ,
11
- "lint" : " eslint --ext .js,.jsx src" ,
12
- "deploy" : " npm run build:dist && surge -p ." ,
13
- "start" : " node server.js" ,
14
- "test" : " jest --verbose"
2
+ "name" : " spectacle" ,
3
+ "version" : " 2.1.1" ,
4
+ "description" : " ReactJS Powered Presentation Framework" ,
5
+ "main" : " lib/index.js" ,
6
+ "scripts" : {
7
+ "clean:lib" : " rimraf lib" ,
8
+ "clean:dist" : " rimraf dist" ,
9
+ "build:lib" : " cross-env NODE_ENV=production babel src -d lib --copy-files && babel example/src -d example/lib --copy-files" ,
10
+ "build:dist" : " cross-env NODE_ENV=production webpack --config webpack.config.production.js" ,
11
+ "lint" : " eslint --ext .js,.jsx src" ,
12
+ "deploy" : " npm run build:dist && surge -p ." ,
13
+ "start" : " node server.js" ,
14
+ "test" : " jest --verbose"
15
+ },
16
+ "author" : " " ,
17
+ "license" : " MIT" ,
18
+ "dependencies" : {
19
+ "component-playground" : " ^2.0.0" ,
20
+ "history" : " ^4.6.1" ,
21
+ "lodash" : " ^4.17.4" ,
22
+ "marksy" : " ^0.4.2" ,
23
+ "normalize.css" : " ^7.0.0" ,
24
+ "radium" : " ^0.19.1" ,
25
+ "react-redux" : " ^5.0.5" ,
26
+ "react-transition-group" : " ^1.1.3" ,
27
+ "react-typography" : " ^0.15.10" ,
28
+ "redux" : " ^3.0.4" ,
29
+ "redux-actions" : " ^2.0.3" ,
30
+ "styled-components" : " ^1.4.6" ,
31
+ "victory-core" : " ^15.2.0"
32
+ },
33
+ "peerDependencies" : {
34
+ "prop-types" : " ^15.5.8" ,
35
+ "react" : " ^15.3.2" ,
36
+ "react-dom" : " ^15.3.2"
37
+ },
38
+ "devDependencies" : {
39
+ "babel-cli" : " ^6.24.1" ,
40
+ "babel-core" : " ^6.24.1" ,
41
+ "babel-eslint" : " ^7.2.3" ,
42
+ "babel-jest" : " ^20.0.3" ,
43
+ "babel-loader" : " ^7.0.0" ,
44
+ "babel-plugin-react-transform" : " ^2.0.0-beta1" ,
45
+ "babel-plugin-transform-decorators-legacy" : " ^1.2.0" ,
46
+ "babel-plugin-transform-react-constant-elements" : " ^6.23.0" ,
47
+ "babel-plugin-transform-react-inline-elements" : " ^6.22.0" ,
48
+ "babel-plugin-transform-react-remove-prop-types" : " ^0.4.5" ,
49
+ "babel-plugin-transform-runtime" : " ^6.23.0" ,
50
+ "babel-polyfill" : " ^6.23.0" ,
51
+ "babel-preset-es2015" : " ^6.24.1" ,
52
+ "babel-preset-react" : " ^6.24.1" ,
53
+ "babel-preset-stage-0" : " ^6.24.1" ,
54
+ "babel-runtime" : " ^6.23.0" ,
55
+ "cross-env" : " ^5.0.0" ,
56
+ "css-loader" : " ^0.28.2" ,
57
+ "enzyme" : " ^2.8.2" ,
58
+ "eslint" : " ^3.19.0" ,
59
+ "eslint-config-formidable" : " ^3.0.0" ,
60
+ "eslint-plugin-filenames" : " ^1.2.0" ,
61
+ "eslint-plugin-import" : " ^2.3.0" ,
62
+ "eslint-plugin-react" : " ^7.0.1" ,
63
+ "express" : " ^4.15.3" ,
64
+ "file-loader" : " ^0.11.1" ,
65
+ "jest" : " ^20.0.4" ,
66
+ "jest-serializer-enzyme" : " ^1.0.0" ,
67
+ "node-libs-browser" : " ^2.0.0" ,
68
+ "prop-types" : " ^15.5.10" ,
69
+ "raw-loader" : " ^0.5.1" ,
70
+ "react" : " ^15.5.4" ,
71
+ "react-addons-test-utils" : " ^15.5.1" ,
72
+ "react-dom" : " ^15.5.4" ,
73
+ "react-transform-catch-errors" : " ^1.0.0" ,
74
+ "react-transform-hmr" : " ^1.0.1" ,
75
+ "redbox-react" : " ^1.3.6" ,
76
+ "rimraf" : " ^2.6.1" ,
77
+ "style-loader" : " ^0.18.1" ,
78
+ "surge" : " ^0.19.0" ,
79
+ "url-loader" : " ^0.5.8" ,
80
+ "webpack" : " ^2.6.0" ,
81
+ "webpack-dev-middleware" : " ^1.10.2" ,
82
+ "webpack-hot-middleware" : " ^2.18.0"
83
+ },
84
+ "jest" : {
85
+ "moduleNameMapper" : {
86
+ "\\ .(css)$" : " <rootDir>/__mocks__/styleMock.js"
15
87
},
16
- "author" : " " ,
17
- "license" : " MIT" ,
18
- "dependencies" : {
19
- "component-playground" : " ^2.0.0" ,
20
- "history" : " ^4.6.1" ,
21
- "lodash" : " ^4.17.4" ,
22
- "marksy" : " ^0.4.2" ,
23
- "normalize.css" : " ^7.0.0" ,
24
- "radium" : " ^0.19.1" ,
25
- "react-redux" : " ^5.0.5" ,
26
- "react-transition-group" : " ^1.1.3" ,
27
- "react-typography" : " ^0.15.10" ,
28
- "redux" : " ^3.0.4" ,
29
- "redux-actions" : " ^2.0.3" ,
30
- "styled-components" : " ^1.4.6" ,
31
- "victory-core" : " ^15.2.0"
32
- },
33
- "peerDependencies" : {
34
- "prop-types" : " ^15.5.8" ,
35
- "react" : " ^15.3.2" ,
36
- "react-dom" : " ^15.3.2"
37
- },
38
- "devDependencies" : {
39
- "babel-cli" : " ^6.24.1" ,
40
- "babel-core" : " ^6.24.1" ,
41
- "babel-eslint" : " ^7.2.3" ,
42
- "babel-jest" : " ^20.0.3" ,
43
- "babel-loader" : " ^7.0.0" ,
44
- "babel-plugin-react-transform" : " ^2.0.0-beta1" ,
45
- "babel-plugin-transform-decorators-legacy" : " ^1.2.0" ,
46
- "babel-plugin-transform-react-constant-elements" : " ^6.23.0" ,
47
- "babel-plugin-transform-react-inline-elements" : " ^6.22.0" ,
48
- "babel-plugin-transform-react-remove-prop-types" : " ^0.4.5" ,
49
- "babel-plugin-transform-runtime" : " ^6.23.0" ,
50
- "babel-polyfill" : " ^6.23.0" ,
51
- "babel-preset-es2015" : " ^6.24.1" ,
52
- "babel-preset-react" : " ^6.24.1" ,
53
- "babel-preset-stage-0" : " ^6.24.1" ,
54
- "babel-runtime" : " ^6.23.0" ,
55
- "cross-env" : " ^5.0.0" ,
56
- "css-loader" : " ^0.28.2" ,
57
- "enzyme" : " ^2.8.2" ,
58
- "eslint" : " ^3.19.0" ,
59
- "eslint-config-formidable" : " ^3.0.0" ,
60
- "eslint-plugin-filenames" : " ^1.2.0" ,
61
- "eslint-plugin-import" : " ^2.3.0" ,
62
- "eslint-plugin-react" : " ^7.0.1" ,
63
- "express" : " ^4.15.3" ,
64
- "file-loader" : " ^0.11.1" ,
65
- "jest" : " ^20.0.4" ,
66
- "jest-serializer-enzyme" : " ^1.0.0" ,
67
- "node-libs-browser" : " ^2.0.0" ,
68
- "prop-types" : " ^15.5.10" ,
69
- "raw-loader" : " ^0.5.1" ,
70
- "react" : " ^15.5.4" ,
71
- "react-addons-test-utils" : " ^15.5.1" ,
72
- "react-dom" : " ^15.5.4" ,
73
- "react-transform-catch-errors" : " ^1.0.0" ,
74
- "react-transform-hmr" : " ^1.0.1" ,
75
- "redbox-react" : " ^1.3.6" ,
76
- "rimraf" : " ^2.6.1" ,
77
- "style-loader" : " ^0.18.1" ,
78
- "surge" : " ^0.19.0" ,
79
- "url-loader" : " ^0.5.8" ,
80
- "webpack" : " ^2.6.0" ,
81
- "webpack-dev-middleware" : " ^1.10.2" ,
82
- "webpack-hot-middleware" : " ^2.18.0"
83
- },
84
- "jest" : {
85
- "moduleNameMapper" : {
86
- "\\ .(css)$" : " <rootDir>/__mocks__/styleMock.js"
87
- },
88
- "snapshotSerializers" : [
89
- " <rootDir>/node_modules/jest-serializer-enzyme"
90
- ]
91
- }
92
- }
88
+ "snapshotSerializers" : [
89
+ " <rootDir>/node_modules/jest-serializer-enzyme"
90
+ ]
91
+ }
92
+ }
0 commit comments