-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.22 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.22 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
{
"name": "styled-benchmark",
"version": "1.0.0",
"description": "",
"engines": {
"node": "< 8"
},
"main": "index.js",
"dependencies": {
"ascii-table": "^0.0.9",
"babel-core": "^6.22.1",
"babel-loader": "^7.0.0",
"babel-plugin-emotion": "^8.0.4",
"babel-plugin-styled-components": "^1.1.7",
"babel-preset-env": "^1.6.0",
"babel-preset-react": "^6.22.0",
"benchmark": "^2.1.3",
"emotion": "^8.0.5",
"emotion-theming": "^8.0.4",
"eslint": "^3.15.0",
"eslint-config-airbnb": "^14.1.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^4.0.0",
"eslint-plugin-react": "^6.9.0",
"glamor": "^2.20.40",
"glamorous": "^4.2.0",
"microtime": "^2.1.6",
"pace": "^0.0.4",
"prop-types": "^15.0.0",
"react": "^15.4.2",
"react-emotion": "^8.0.5",
"react-test-renderer": "^15.4.2",
"styled-components": "^2.1.2",
"theming": "^1.1.0",
"webpack": "^3.0.0"
},
"scripts": {
"benchmark": "node index.js",
"compile": "webpack -p --config ./webpack.config.js",
"start": "echo '(1/2) Compiling'; npm run compile; echo '(2/2) Benchmarking'; npm run benchmark"
},
"keywords": [],
"author": "",
"license": "ISC"
}