This repository was archived by the owner on Jun 18, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.53 KB
/
Copy pathpackage.json
File metadata and controls
55 lines (55 loc) · 1.53 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
{
"name": "ruby-han-lo",
"version": "1.0.0",
"description": "在漢字下方標注羅馬拼音 Edit",
"main": "lib/index.js",
"scripts": {
"build": "npm run clear && babel src --out-dir lib",
"clear": "rm -rf lib/*;mkdir -p lib",
"deploy": "npm run build && npm publish",
"start": "npm run build && node demoServer.js",
"test": "NODE_ENV=test mocha --compilers js:babel-register,css:css-dnt-compiler --recursive"
},
"repository": {
"type": "git",
"url": "git+https://github.com/i3thuan5/ruby-han-lo.git"
},
"keywords": [
"react",
"es6",
"class"
],
"author": "a8568730",
"license": "MIT",
"bugs": {
"url": "https://github.com/i3thuan5/ruby-han-lo/issues"
},
"homepage": "https://github.com/i3thuan5/ruby-han-lo#readme",
"dependencies": {
"prop-types": "^15.5.8",
"react": "^15.5.4",
"react-dom": "^15.5.4"
},
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-core": "^6.4.0",
"babel-loader": "^7.0.0",
"babel-polyfill": "^6.23.0",
"babel-preset-es2015": "^6.9.0",
"babel-preset-react": "^6.11.1",
"babel-preset-react-hmre": "^1.1.1",
"babel-preset-stage-0": "^6.5.0",
"chai": "^3.5.0",
"css-loader": "^0.28.1",
"enzyme": "^2.8.2",
"eventsource-polyfill": "^0.9.6",
"express": "^4.15.2",
"mocha": "^3.3.0",
"react-addons-test-utils": "^15.5.1",
"strict-loader": "^1.2.0",
"style-loader": "^0.17.0",
"webpack": "^2.5.0",
"webpack-dev-middleware": "^1.10.2",
"webpack-hot-middleware": "^2.18.0"
}
}