-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
78 lines (78 loc) · 2.5 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
70
71
72
73
74
75
76
77
78
{
"name": "node-stylus-require",
"version": "1.1.0",
"description": "A stylus requiring tool for isomorphic applications, typically use react-engine&express as the backend and react as the front end.",
"main": "index.js",
"scripts": {
"test": "cd test && npm test && cd ../ && npm run examples-test",
"link": "npm link",
"build": "npm install && babel Style.jsx --out-file Style.js --presets react",
"examples-test": "npm run level1-test && npm run level2-test && npm run level3-test && npm run level4-test",
"level1-test": "cd examples/level_1_simple-example && npm test && cd ../../",
"level2-test": "cd examples/level_2_with_react-engine && npm test && cd ../../",
"level3-test": "cd examples/level_3_pure-webpack-SPA && npm test && cd ../../",
"level4-test": "cd examples/level_4_isomorphic-app && npm test && cd ../../"
},
"keywords": [
"react-engine",
"require",
"stylus",
"isomorphic",
"node",
"stylus-loader",
"webpack",
"react-component"
],
"repository": {
"type": "git",
"url": "git+https://github.com/chenckang/node-stylus-require"
},
"homepage": "https://github.com/chenckang/node-stylus-require#readme",
"author": "[email protected]",
"license": "MIT",
"dependencies": {
"babel-cli": "~6.3.17",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "~6.3.13",
"cheerio": "^0.19.0",
"clean-css": "~3.4.8",
"express-interceptor": "^1.1.1",
"md5": "^2.0.0",
"react": "^0.14.7",
"stylus": "^0.53.0"
},
"devDependencies": {
"babel-core": "^6.3.17",
"babel-loader": "^6.2.0",
"babel-preset-stage-0": "^6.3.13",
"babel-preset-stage-1": "^6.3.13",
"babel-register": "^6.3.13",
"express": "^4.13.3",
"history": "~1.17.0",
"html-webpack-plugin": "^1.6.2",
"istanbul": "^0.4.2",
"jsdom": "~8.0.2",
"json-loader": "^0.5.4",
"karma": "^0.13.19",
"karma-chrome-launcher": "^0.2.2",
"karma-cli": "~0.1.1",
"karma-mocha": "^0.2.1",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^1.7.0",
"magicpen-media": "~1.5.1",
"messy": "~6.7.1",
"mocha": "^2.4.5",
"node-require-jsx": "~0.1.1",
"react-addons-test-utils": "~0.14.7",
"react-dom": "~0.14.7",
"react-engine": "~2.6.0",
"react-router": "~1.0.3",
"serve-favicon": "^2.3.0",
"should": "^8.2.1",
"unexpected": "^10.8.1",
"unexpected-express": "~8.1.0",
"unexpected-messy": "~5.1.1",
"user-home": "~2.0.0",
"webpack": "^1.12.2"
}
}