-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.84 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
{
"author": "Christian Westgaard <[email protected]>",
"dependencies": {
"deepmerge": "^2.1.1",
"json-stringify-safe": "^5.0.1",
"jss-default-unit": "^8.0.2"
},
"devDependencies": {
"autoprefixer": "^9.1.0",
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-plugin-array-includes": "^2.0.3",
"babel-plugin-optimize-starts-with": "^1.0.1",
"babel-plugin-transform-es3-member-expression-literals": "^6.22.0",
"babel-plugin-transform-es3-property-literals": "^6.22.0",
"babel-plugin-transform-object-assign": "^6.22.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.7.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"browser-sync": "^2.24.6",
"convert-hrtime": "^2.0.0",
"doctoc": "^1.3.1",
"eslint": "^5.3.0",
"eslint-config-airbnb": "^17.0.0",
"eslint-plugin-import": "^2.13.0",
"eslint-plugin-jsx-a11y": "^6.1.1",
"eslint-plugin-react": "^7.10.0",
"mocha": "^5.2.0",
"postcss-js": "^2.0.0",
"q-i": "^2.0.1",
"sinon": "^6.1.5",
"webpack": "^4.16.5",
"webpack-cli": "^3.1.0"
},
"files": [
"/dist",
"/dom.es",
"/index.js",
"/input.js",
"/lib",
"/ncss.es",
"/src",
"/util.es"
],
"license": "Apache-2.0",
"name": "render-js",
"repository": {
"type": "git",
"url": "git+https://github.com/comlock/render-js"
},
"scripts": {
"doctoc": "doctoc --github --maxlevel 4 README.md",
"eslint": "node_modules/.bin/eslint",
"mocha": "node_modules/.bin/mocha -c --require babel-core/register",
"prepack": "npm run test",
"pretest": "npm run webpack",
"test": "npm run mocha -- test/*.test* test/*/*.test* test/*/*/*.test*",
"webpack": "./node_modules/.bin/webpack --config webpack.config.babel.js"
},
"version": "1.29.0"
}