-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.63 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.63 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
{
"name": "interactive-guide",
"version": "0.2.0",
"description": "study guide with interactive",
"main": "index.html",
"author": "shy2850",
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://git.coding.net/shy2850/interactive-guide.git"
},
"keywords": [
"f2e-server",
"redux",
"immutable",
"react"
],
"scripts": {
"install": "cp -rf ./node_modules/codemirror ./src",
"start": "f2e start",
"lint": "eslint --ext .jsx src/ --fix",
"test": "echo no test!",
"build": "npm run lint & f2e build"
},
"dependencies": {
"bootstrap": "^3.3.7",
"codemirror": "^5.29.0",
"immutable": "^3.8.1",
"jquery.terminal": "^1.6.4",
"marked": "^0.3.6",
"react": "^15.6.1",
"react-bootstrap": "^0.31.3",
"react-dom": "^15.6.1",
"react-redux": "^5.0.6",
"react-router": "^3.0.2",
"redux": "^3.7.2",
"redux-actions": "^2.2.1",
"redux-thunk": "^2.2.0",
"requirejs": "^2.3.5"
},
"devDependencies": {
"babel-eslint": "^7.2.3",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-es2015-modules-amd": "^6.24.1",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"eslint": "^4.6.1",
"eslint-config-standard": "^10.2.1",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-node": "^5.1.1",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-react": "^7.3.0",
"eslint-plugin-standard": "^3.0.1",
"f2e-middle-proxy": "^0.1.3",
"f2e-middle-template": "^0.2.0",
"f2e-server": "^2.4.6"
}
}