forked from segmentio/daydream
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.25 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
{
"name": "daydream",
"version": "3.0.1",
"repository": {
"type": "git",
"url": "https://github.com/segmentio/daydream"
},
"description": "A chrome extension to record your actions into a nightmare script.",
"devDependencies": {
"babel-core": "^6.21.0",
"babel-loader": "^6.2.10",
"babel-plugin-transform-runtime": "^6.15.0",
"babel-polyfill": "^6.20.0",
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.16.0",
"babel-preset-stage-0": "^6.16.0",
"babel-register": "^6.18.0",
"babel-runtime": "^6.20.0",
"copy-webpack-plugin": "^4.0.1",
"css-loader": "^0.26.1",
"extract-text-webpack-plugin": "^1.0.1",
"html-webpack-plugin": "^2.28.0",
"postcss": "^5.2.6",
"postcss-cssnext": "^2.9.0",
"postcss-import": "^9.0.0",
"postcss-loader": "^1.2.1",
"standard": "^8.6.0",
"style-loader": "^0.13.1",
"webpack": "^2.2.1"
},
"dependencies": {
"analytics-node": "^2.1.0",
"css-selector-generator": "^1.0.2",
"evergreen-ui": "^1.2.1",
"highlight-javascript": "0.0.3",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-syntax-highlighter": "^5.7.0",
"syntax-highlighter": "0.0.3"
},
"standard": {
"globals": [
"chrome"
]
}
}