-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.21 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
{
"name": "bbcode-parser-template-demo",
"description": "Demo for bbcode-parser-template",
"scripts": {
"start": "rollup --config rollup.config.dev.js --watch",
"build": "rollup --config rollup.config.prod.js"
},
"devDependencies": {
"@rollup/plugin-alias": "^3.1.2",
"@rollup/plugin-node-resolve": "^13.0.0",
"eslint": "^7.14.0",
"postcss": "^8.3.6",
"postcss-import": "^14.0.2",
"rollup": "^2.50.4",
"rollup-plugin-copy-watch": "^0.0.1",
"rollup-plugin-delete": "^2.0.0",
"rollup-plugin-livereload": "^2.0.0",
"rollup-plugin-postcss": "^4.0.0",
"rollup-plugin-root-import": "^1.0.0",
"rollup-plugin-serve": "^1.1.0",
"rollup-plugin-terser": "^7.0.2"
},
"dependencies": {
"@thoughtsunificator/bbcode-parser-template": "^1.0.3",
"@thoughtsunificator/bbcode-parser-template-example": "^0.0.2",
"css-generics": "^1.0.0",
"domodel": "^1.0.6"
},
"repository": {
"type": "git",
"url": "https://github.com/thoughtsunificator/bbcode-parser-template-demo.git"
},
"bugs": {
"url": "https://github.com/thoughtsunificator/bbcode-parser-template-demo/issues"
},
"author": "Romain Lebesle <oss@thoughtsunificator.me> (https://thoughtsunificator.me)",
"license": "MIT",
"version": "0.0.6"
}