-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.55 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
51
52
53
54
{
"name": "word-circle",
"version": "0.0.1",
"description": "Guess the circular, rotated word.",
"repository": {
"type": "git",
"url": "[email protected]:cbass10liu/calendar-countdown.git"
},
"main": "webpack.config.js",
"scripts": {
"test": "NODE_ENV=test jest"
},
"devDependencies": {
"autobind-decorator": "^1.3.4",
"babel-cli": "^6.22.2",
"babel-core": "^6.22.1",
"babel-jest": "^20.0.3",
"babel-loader": "^6.2.10",
"babel-plugin-syntax-async-functions": "^6.13.0",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-regenerator": "^6.22.0",
"babel-plugin-transform-runtime": "^6.22.0",
"babel-polyfill": "^6.22.0",
"babel-preset-es2015": "^6.22.0",
"babel-preset-react": "^6.22.0",
"babel-preset-stage-0": "^6.22.0",
"babel-repl": "0.0.7",
"babel-runtime": "^6.23.0",
"css-loader": "^0.26.1",
"enzyme": "^2.9.1",
"extract-text-webpack-plugin": "^1.0.1",
"jest": "^20.0.4",
"node-sass": "^4.3.0",
"react": "^15.6.1",
"react-addons-perf": "^15.4.2",
"react-addons-shallow-compare": "^15.4.2",
"react-addons-test-utils": "^15.6.0",
"react-addons-update": "^15.4.2",
"react-dom": "^15.6.1",
"react-test-renderer": "^15.6.1",
"sass-loader": "^4.1.1",
"sinon": "^2.3.8",
"style-loader": "^0.13.1",
"transform-runtime": "0.0.0",
"webpack": "^1.14.0",
"yargs": "^8.0.1"
},
"author": "Sebastian Liu",
"license": "ISC",
"dependencies": {
"circletype": "^2.2.0",
"prop-types": "^15.5.10"
}
}