-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 2.05 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
{
"name": "technicolor",
"version": "1.0.0",
"description": "Color, technique, and oh so chic!",
"main": "index.js",
"scripts": {
"build": "webpack",
"start": "webpack serve",
"test": "find src -name \"*.js\" | xargs prettier-check --trailing-comma=all",
"prettier": "find src -name \"*.js\" | xargs prettier --trailing-comma=all --write"
},
"keywords": [
"boilerplate",
"webpack",
"babel"
],
"author": "Nihey Takizawa <nihey.takizawa@gmail.com>",
"license": "CC0-1.0",
"devDependencies": {
"@babel/cli": "^7.1.5",
"@babel/core": "^7.1.6",
"@babel/plugin-proposal-class-properties": "^7.1.0",
"@babel/plugin-proposal-decorators": "^7.1.6",
"@babel/plugin-proposal-export-namespace-from": "^7.0.0",
"@babel/plugin-proposal-function-sent": "^7.1.0",
"@babel/plugin-proposal-json-strings": "^7.0.0",
"@babel/plugin-proposal-numeric-separator": "^7.0.0",
"@babel/plugin-proposal-object-rest-spread": "^7.0.0",
"@babel/plugin-proposal-throw-expressions": "^7.0.0",
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
"@babel/plugin-syntax-import-meta": "^7.0.0",
"@babel/plugin-transform-runtime": "^7.1.0",
"@babel/preset-env": "^7.1.6",
"@babel/preset-react": "^7.0.0",
"@babel/runtime": "^7.4.2",
"ajv": "^6.8.1",
"babel-loader": "^8.0.5",
"cheerio": "^1.0.0-rc.10",
"config": "^3.0.1",
"css-loader": "^6.2.0",
"eslint": "^5.13.0",
"eslint-plugin-prettier": "^3.0.0",
"less": "^3.9.0",
"md5": "^2.1.0",
"mini-css-extract-plugin": "^1.6.2",
"node-libs-browser": "^2.0.0",
"node-sass": "^4.14.1",
"postcss-loader": "^4.3.0",
"postcss-preset-env": "^6.7.0",
"prettier": "^1.15.2",
"prettier-check": "^2.0.0",
"sass-loader": "^10.2.0",
"style-loader": "^0.23.1",
"webpack-cli": "^4.8.0"
},
"dependencies": {
"clean-webpack-plugin": "^4.0.0-alpha.0",
"color-convert": "^2.0.1",
"html-loader": "^2.1.2",
"html-webpack-plugin": "^5.3.2",
"webpack": "^5.51.1",
"webpack-dev-server": "^4.0.0"
}
}