-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.04 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.04 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
{
"name": "rce-pattern",
"version": "0.7.0",
"description": "",
"main": "",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"makePackage": "cd ./tool && node makePackage",
"dev": "set NODE_ENV=\"dev\"&&webpack --debug --output-pathinfo --watch"
},
"author": "blackChef",
"repository": {
"type": "git",
"url": "https://github.com/blackChef/rce.git"
},
"license": "MIT",
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^8.0.6",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"filewalker": "^0.1.3",
"fs-extra": "^8.1.0",
"react-router": "^5.1.2",
"react-router-dom": "^5.1.2",
"webpack": "^4.41.2",
"webpack-babel-link": "^1.1.0",
"webpack-split-by-path": "2.0.0"
},
"dependencies": {
"cortexjs": "^2.1.1",
"create-react-class": "^15.6.3",
"lodash": "^4.17.15",
"react": "^16.11.0",
"react-dom": "^16.11.0",
"shallow-memoize": "^0.1.3"
}
}