-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.35 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
{
"name": "preact-editor",
"version": "0.1.0",
"private": true,
"dependencies": {
"@just-boris/preact-scripts": "1.1.4",
"ajv": "^5.5.2",
"ajv-keywords": "^2.1.1",
"autoprefixer": "^9.1.5",
"babel-plugin-transform-decorators-legacy": "^1.3.5",
"copy-webpack-plugin": "^4.5.2",
"decko": "^1.2.0",
"extract-text-webpack-plugin": "^3.0.2",
"html-webpack-plugin": "^3.2.0",
"offline-plugin": "^5.0.5",
"path": "^0.12.7",
"preact": "^8.3.1",
"preact-async-route": "^2.2.1",
"preact-compat": "^3.18.4",
"preact-router": "^2.6.1",
"react-loadable": "^5.5.0",
"react-quill": "^1.3.1",
"source-map-explorer": "^1.6.0",
"styled-components": "^3.4.9",
"webpack": "^3.12.0"
},
"scripts": {
"analyze": "source-map-explorer build/static/js/main.*",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"devDependencies": {
"babel-plugin-styled-components": "^1.7.1",
"babel-preset-env": "^1.7.0",
"eslint-config-standard": "^12.0.0",
"eslint-config-standard-preact": "^1.1.6",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-node": "^7.0.1",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-react": "^7.11.1",
"eslint-plugin-standard": "^4.0.0"
}
}