-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.58 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
{
"name": "skillcast-portal-preview",
"version": "1.0.0",
"description": "Skillcast Portal Preview/Editor built on the React, Redux frameworks",
"main": "src/index.js",
"scripts": {
"dev": "webpack-dev-server --devtool eval --progress --colors --hot --content-base dist",
"build": "webpack",
"old_test": "mocha --compilers js:babel-register --require ./test/test_helper.js --recursive",
"old_test:watch": "npm test -- --watch",
"test": "node_modules/.bin/karma start karma.config.js",
"test:watch": "npm run test -- --watch"
},
"devDependencies": {
"babel-core": "^6.18.2",
"babel-loader": "^6.2.8",
"babel-polyfill": "^6.16.0",
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.16.0",
"babel-preset-stage-0": "^6.16.0",
"babel-register": "^6.18.0",
"chai": "^3.5.0",
"enzyme": "^2.6.0",
"jsdom": "^9.8.3",
"karma": "^1.3.0",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^2.0.0",
"karma-mocha": "^1.3.0",
"karma-phantomjs-launcher": "^1.0.2",
"karma-sourcemap-loader": "^0.3.7",
"karma-spec-reporter": "0.0.26",
"karma-webpack": "^1.8.0",
"mocha": "^3.1.2",
"phantomjs": "^2.1.7",
"phantomjs-polyfill": "0.0.2",
"react-addons-test-utils": "^15.4.0",
"sinon": "^1.17.6",
"webpack": "^1.13.3",
"webpack-dev-server": "^1.16.2"
},
"dependencies": {
"react": "^15.4.0",
"react-dom": "^15.4.0",
"react-redux": "^4.4.6",
"redux": "^3.6.0",
"yargs": "^6.4.0"
},
"author": "Paul Pineda <[email protected]> (http://pineda.codes)",
"license": "ISC"
}