-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
67 lines (67 loc) · 2.15 KB
/
Copy pathpackage.json
File metadata and controls
67 lines (67 loc) · 2.15 KB
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
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "sparky",
"version": "0.0.3",
"description": "",
"main": "index.js",
"scripts": {
"start": "node --require babel-register --require babel-polyfill tools/dev/start.babel.js",
"test": "node_modules/.bin/mocha ./src/**/*.spec.js --require babel-register --require babel-polyfill",
"karma": "node --require babel-polyfill node_modules/karma/bin/karma start ./karma.babel.js"
},
"author": "David Sergey <me@davidsergey.com> (https://davidsergey.com)",
"license": "MIT",
"dependencies": {
"react": "^15.4.1",
"react-dom": "^15.4.1",
"chai": "^3.5.0"
},
"devDependencies": {
"babel-cli": "^6.18.0",
"babel-core": "^6.18.2",
"babel-eslint": "^7.1.1",
"babel-loader": "^6.2.8",
"babel-plugin-istanbul": "^3.0.0",
"babel-plugin-react-transform": "^2.0.2",
"babel-plugin-transform-async-functions": "^6.8.0",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-polyfill": "^6.16.0",
"babel-preset-es2015": "^6.18.0",
"babel-preset-es2016": "^6.16.0",
"babel-preset-es2017": "^6.16.0",
"babel-preset-react": "^6.16.0",
"babel-register": "^6.18.0",
"chai": "^3.5.0",
"chai-enzyme": "^0.6.1",
"css-loader": "^0.26.0",
"dotenv": "^2.0.0",
"enzyme": "^2.6.0",
"eslint": "^3.11.0",
"eslint-config-airbnb": "^13.0.0",
"eslint-loader": "^1.6.1",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^2.2.3",
"eslint-plugin-react": "^6.7.1",
"express": "^4.14.0",
"istanbul-instrumenter-loader": "^1.1.0",
"karma": "^1.3.0",
"karma-chrome-launcher": "^2.0.0",
"karma-mocha": "^1.3.0",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^1.8.0",
"mocha": "^3.2.0",
"ngrok": "^2.2.4",
"postcss": "^5.2.6",
"postcss-stylus": "0.0.1",
"react-addons-test-utils": "^15.4.1",
"react-hot-loader": "^3.0.0-beta.6",
"sancus": "^1.0.3",
"sinon": "^1.17.6",
"style-loader": "^0.13.1",
"stylus": "^0.54.5",
"stylus-loader": "^2.3.1",
"webpack": "^1.13.3",
"webpack-dev-middleware": "^1.8.4",
"webpack-hot-middleware": "^2.13.2",
"webpack-middleware": "^1.5.1"
}
}