-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·35 lines (35 loc) · 1.02 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
{
"name": "prettier-chrome-extension",
"version": "0.1.0",
"description": "prettier chrome extension",
"scripts": {
"build": "node utils/build.js",
"start": "node utils/webserver.js"
},
"dependencies": {
"babel-core": "6.17.0",
"babel-loader": "6.2.5",
"babel-plugin-syntax-async-functions": "6.13.0",
"babel-plugin-transform-async-to-generator": "6.22.0",
"babel-plugin-transform-runtime": "6.23.0",
"babel-preset-env": "1.2.2",
"babel-preset-es2015": "6.16.0",
"chrome-promise": "2.0.2",
"copy-webpack-plugin": "4.0.1",
"css-loader": "0.25.0",
"fs-extra": "0.30.0",
"html-webpack-plugin": "2.24.1",
"lodash.get": "4.4.2",
"lodash.mapvalues": "4.6.0",
"node-sass": "4.5.1",
"prettier": "0.22.0",
"sass-loader": "6.0.3",
"source-map-support": "0.4.14",
"style-loader": "0.13.1",
"typescript": "2.2.1",
"typescript-eslint-parser": "2.0.0",
"webpack": "2.3.0",
"webpack-dev-server": "2.4.2",
"write-file-webpack-plugin": "3.4.2"
}
}