-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·86 lines (86 loc) · 2.56 KB
/
package.json
File metadata and controls
executable file
·86 lines (86 loc) · 2.56 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"name": "evoluttree",
"version": "0.2.6-f",
"description": "A ReactJs based, drag and drop, tree-structured content management system.",
"repository": {
"type": "git",
"url": "https://github.com/omar331/evoluttree.git"
},
"scripts": {
"start": "export NODE_ENV=development&& webpack-dev-server --watch --inline --hot",
"postinstall": "typings install",
"deploy:development": "./node_modules/shipit-cli/bin/shipit development deploy",
"deploy:staging": "./node_modules/shipit-cli/bin/shipit staging deploy",
"deploy:production": "./node_modules/shipit-cli/bin/shipit production deploy",
"prepublish": "npm run make:dist",
"make:dist": "webpack --TARGET=DIST"
},
"keywords": [
"cms",
"content management",
"react",
"tree",
"drag and drop",
"typescript"
],
"author": "",
"license": "MIT",
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.7",
"@fortawesome/free-solid-svg-icons": "^5.4.2",
"@fortawesome/react-fontawesome": "^0.1.3",
"classnames": "2.2.5",
"i18next": "^17.1.0",
"immutable": "^3.8.1",
"lodash": "^4.17.5",
"node-uuid": "^1.4.7",
"react": "^16.5.1",
"react-bootstrap": "^0.32.4",
"react-click-outside": "^3.0.1",
"react-dnd": "^2.6.0",
"react-dnd-html5-backend": "^2.1.2",
"react-dom": "^16.5.1",
"react-i18next": "^10.13.1",
"react-redux": "^4.4.5",
"react-router": "^2.5.2",
"redux": "^3.5.2",
"uuid": "^3.3.2"
},
"devDependencies": {
"@babel/core": "^7.1.2",
"@babel/plugin-proposal-object-rest-spread": "^7.0.0",
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
"@babel/preset-env": "^7.1.0",
"@babel/preset-react": "^7.0.0",
"@babel/register": "^7.0.0",
"babel-loader": "^8.0.4",
"babel-register": "^6.11.6",
"chai": "^3.5.0",
"chai-immutable": "^1.6.0",
"chalk": "^1.1.3",
"css-loader": "^0.26.4",
"expect": "^1.20.2",
"gulp": "^3.9.1",
"minimist": "1.2.0",
"mocha": "^2.5.3",
"node-sass": "^4.10.0",
"react-addons-test-utils": "^15.2.1",
"react-hot-loader": "^1.3.0",
"sass-loader": "^7.1.0",
"shipit": "1.0.2",
"shipit-cli": "1.4.1",
"shipit-deploy": "2.2.0",
"style-loader": "^0.13.1",
"superagent-mocker": "0.4.0",
"ts-loader": "^5.2.2",
"ts-node": "^1.2.2",
"tslint": "^3.13.0",
"typescript": "^2.9.2",
"typescript-require": "^0.2.9-1",
"uglifyjs-webpack-plugin": "^2.0.1",
"watch-run": "^1.2.4",
"webpack": "^4.0.0",
"webpack-cli": "^3.1.2",
"webpack-dev-server": "^3.0.0"
}
}