-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
69 lines (69 loc) · 2.05 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "k-form",
"version": "1.0.0",
"description": "k-form",
"main": "index.jsx",
"scripts": {
"test": "mocha \".\\src\\**\\*spec.jsx\" --compilers jsx:babel-core/register",
"dev": "webpack-dev-server --hot --inline --config \"webpack.config.dev.js\"",
"lint": "./node_modules/.bin/eslint.cmd --fix --config .eslintrc ./src/**/*.{js,jsx}",
"heroku-postbuild": "webpack --progress && cp src/index.html dist/index.html",
"start": "node app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ChiefKleef/kForm"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/ChiefKleef/kForm/issues"
},
"homepage": "https://github.com/ChiefKleef/kForm#readme",
"dependencies": {
"express": "^4.14.0",
"file-system": "^2.2.2",
"fs": "0.0.1-security",
"net": "^1.0.2",
"node-uuid": "^1.4.8",
"react": "^15.4.1",
"react-dom": "^15.4.1",
"react-redux": "^5.0.4",
"react-transition-group": "^1.1.3",
"redux": "^3.6.0",
"redux-logger": "^3.0.1",
"tls": "0.0.1",
"velocity-react": "^1.1.11",
"webpack": "^1.14.0"
},
"devDependencies": {
"babel-core": "^6.24.1",
"babel-loader": "^6.2.10",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.16.0",
"babel-preset-stage-0": "^6.16.0",
"babel-preset-stage-2": "^6.18.0",
"brfs": "^1.4.3",
"css-loader": "^0.26.1",
"enzyme": "^2.8.2",
"eslint": "^3.19.0",
"eslint-config-airbnb": "^14.1.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "4.0.0",
"eslint-plugin-react": "6.9.0",
"expect": "^1.20.2",
"expect-jsx": "^3.0.0",
"ignore-styles": "^5.0.1",
"json-loader": "^0.5.4",
"mocha": "^3.3.0",
"react-addons-test-utils": "^15.5.1",
"style-loader": "^0.13.1",
"stylus": "^0.54.5",
"stylus-loader": "^2.4.0",
"transform-loader": "^0.2.3",
"webpack-dev-server": "^1.16.2",
"webworkify-webpack-dropin": "^1.1.9"
}
}